#A64DC0

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

Shades of Deep Lilac #A64DC0

Tints of Deep Lilac #A64DC0

Color information

#A64DC0 (or 0xA64DC0) is unknown color: approx Deep Lilac. HEX triplet: A6, 4D and C0. RGB value is (166,77,192). Sum of RGB (Red+Green+Blue) = 166+77+192=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #A64DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DC0 is #59B23F. Grayscale: #747474. Windows color (decimal): -5878336 or 12602790. OLE color: 12602790.

HSL color Cylindrical-coordinate representation of color #A64DC0: hue angle of 286.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64DC0 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16677192-
CMYK0.140.6000.25
HSL286.43º47.72%52.75%-
HSV(B)286.43º59.9%75.29%-
XYZ27.8917.2251.72-
YUV116.72170.49163.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 192 (75.39% from 255) = 44.14%
R=38.16%
G=17.70%
B=44.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166771920.140.6000.25286.4347.7252.75
HexA64DC0E3C01911e3035
Octal24611530016740314366065
Binary101001101001101110000001110111100011001100011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DC0; }

 p { color: rgb(166,77,192); }

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

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

 a { background-color: rgb(166,77,192); }

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

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

 span { border-color: rgb(166,77,192); }

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