#A64CC4

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

Shades of Deep Lilac #A64CC4

Tints of Deep Lilac #A64CC4

Color information

#A64CC4 (or 0xA64CC4) is unknown color: approx Deep Lilac. HEX triplet: A6, 4C and C4. RGB value is (166,76,196). Sum of RGB (Red+Green+Blue) = 166+76+196=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #A64CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CC4 is #59B33B. Grayscale: #747474. Windows color (decimal): -5878588 or 12864678. OLE color: 12864678.

HSL color Cylindrical-coordinate representation of color #A64CC4: hue angle of 285º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64CC4 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16676196-
CMYK0.150.6100.23
HSL285º50.42%53.33%-
HSV(B)285º61.22%76.86%-
XYZ28.2717.2654.07-
YUV116.59172.82163.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.90%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 196 (76.95% from 255) = 44.75%
R=37.90%
G=17.35%
B=44.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166761960.150.6100.2328550.4253.33
HexA64CC4F3D01711d3235
Octal24611430417750274356265
Binary101001101001100110001001111111101010111100011101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CC4; }

 p { color: rgb(166,76,196); }

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

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

 a { background-color: rgb(166,76,196); }

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

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

 span { border-color: rgb(166,76,196); }

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