#A056C3

Color #A056C3 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A056C3

Tints of Deep Lilac #A056C3

Color information

#A056C3 (or 0xA056C3) is unknown color: approx Deep Lilac. HEX triplet: A0, 56 and C3. RGB value is (160,86,195). Sum of RGB (Red+Green+Blue) = 160+86+195=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #A056C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056C3 is #5FA93C. Grayscale: #787878. Windows color (decimal): -6269245 or 12801696. OLE color: 12801696.

HSL color Cylindrical-coordinate representation of color #A056C3: hue angle of 280.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A056C3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16086195-
CMYK0.180.5600.24
HSL280.73º47.6%55.1%-
HSV(B)280.73º55.9%76.47%-
XYZ27.6818.0753.66-
YUV120.55170.02156.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 195 (76.56% from 255) = 44.22%
R=36.28%
G=19.50%
B=44.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160861950.180.5600.24280.7347.655.1
HexA056C312380181193037
Octal24012630322700304316067
Binary1010000010101101100001110010111000011000100011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A056C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A056C3; }

 p { color: rgb(160,86,195); }

 H1.HeaderClassName
 {
   color: #A056C3;
 }
 .AnyTagClassName
 {
   color: #A056C3;
 }
</style>
background-color css

<style>
 a { background-color: #A056C3; }

 a { background-color: rgb(160,86,195); }

 div.DivClassName
 {
   background-color: #A056C3;
 }
 .BgClassName
 {
   background-color: #A056C3;
 }
</style>
border-color css

<style>
 span { border-color: #A056C3; }

 span { border-color: rgb(160,86,195); }

 td.TdClassName
 {
   border-color: #A056C3;
 }
 .TagClassName
 {
   border-color: #A056C3;
 }
</style>