#A64CB9

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

Shades of Deep Lilac #A64CB9

Tints of Deep Lilac #A64CB9

Color information

#A64CB9 (or 0xA64CB9) is unknown color: approx Deep Lilac. HEX triplet: A6, 4C and B9. RGB value is (166,76,185). Sum of RGB (Red+Green+Blue) = 166+76+185=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #A64CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CB9 is #59B346. Grayscale: #727272. Windows color (decimal): -5878599 or 12143782. OLE color: 12143782.

HSL color Cylindrical-coordinate representation of color #A64CB9: hue angle of 289.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64CB9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16676185-
CMYK0.100.5900.27
HSL289.54º43.78%51.18%-
HSV(B)289.54º58.92%72.55%-
XYZ27.0716.7847.71-
YUV115.34167.32164.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 185 (72.66% from 255) = 43.33%
R=38.88%
G=17.80%
B=43.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166761850.100.5900.27289.5443.7851.18
HexA64CB9A3B01B1222c33
Octal24611427112730334425463
Binary101001101001100101110011010111011011011100100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CB9; }

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

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

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

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

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

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

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

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