#A64DCA

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

Shades of Deep Lilac #A64DCA

Tints of Deep Lilac #A64DCA

Color information

#A64DCA (or 0xA64DCA) is unknown color: approx Deep Lilac. HEX triplet: A6, 4D and CA. RGB value is (166,77,202). Sum of RGB (Red+Green+Blue) = 166+77+202=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A64DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DCA is #59B235. Grayscale: #757575. Windows color (decimal): -5878326 or 13258150. OLE color: 13258150.

HSL color Cylindrical-coordinate representation of color #A64DCA: hue angle of 282.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64DCA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16677202-
CMYK0.180.6200.21
HSL282.72º54.11%54.71%-
HSV(B)282.72º61.88%79.22%-
XYZ29.0417.6857.76-
YUV117.86175.49162.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=37.30%
G=17.30%
B=45.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166772020.180.6200.21282.7254.1154.71
HexA64DCA123E01511b3637
Octal24611531222760254336667
Binary1010011010011011100101010010111110010101100011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DCA; }

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

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

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

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

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

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

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

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