Shades of Deep Lilac #A64CB9
Tints of Deep Lilac #A64CB9
RGB
CMYK
RGB Variations
Color information
#A64CB9 (or 0xA64CB9) is known color: 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
| RGB | 166 | 76 | 185 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.27 |
| HSL | 289.54º | 0.44% | 0.51% | - |
| HSV(B) | 289.54º | 0.59% | 0.73% | - |
| XYZ | 27.07 | 16.78 | 47.71 | - |
| YUV | 115.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 185 | 0.10 | 0.59 | 0 | 0.27 | 289.54 | 0.44 | 0.51 |
| Hex | A6 | 4C | B9 | A | 3B | 0 | 1B | 122 | 2C | 33 |
| Octal | 246 | 114 | 271 | 12 | 73 | 0 | 33 | 442 | 54 | 63 |
| Binary | 10100110 | 1001100 | 10111001 | 1010 | 111011 | 0 | 11011 | 100100010 | 101100 | 110011 |
Color Harmonies of #A64CB9
Complementary color
Monochromatic Colors of #A64CB9
Black with #A64CB9
Text Example
Text Example
White with #A64CB9
Text Example
Text Example
HTML Codes & Css Web 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>