Shades of Deep Lilac #A64DB6
Tints of Deep Lilac #A64DB6
RGB
CMYK
RGB Variations
Color information
#A64DB6 (or 0xA64DB6) is known color: Deep Lilac. HEX triplet: A6, 4D and B6. RGB value is (166,77,182). Sum of RGB (Red+Green+Blue) = 166+77+182=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #A64DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DB6 is #59B249. Grayscale: #737373. Windows color (decimal): -5878346 or 11947430. OLE color: 11947430.
HSL color Cylindrical-coordinate representation of color #A64DB6: hue angle of 290.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64DB6 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 77 | 182 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.29 |
| HSL | 290.86º | 0.42% | 0.51% | - |
| HSV(B) | 290.86º | 0.58% | 0.71% | - |
| XYZ | 26.82 | 16.79 | 46.08 | - |
| YUV | 115.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 182 | 0.09 | 0.58 | 0 | 0.29 | 290.86 | 0.42 | 0.51 |
| Hex | A6 | 4D | B6 | 9 | 3A | 0 | 1D | 123 | 2A | 33 |
| Octal | 246 | 115 | 266 | 11 | 72 | 0 | 35 | 443 | 52 | 63 |
| Binary | 10100110 | 1001101 | 10110110 | 1001 | 111010 | 0 | 11101 | 100100011 | 101010 | 110011 |
Color Harmonies of #A64DB6
Complementary color
Monochromatic Colors of #A64DB6
Black with #A64DB6
Text Example
Text Example
White with #A64DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DB6; }
p { color: rgb(166,77,182); }
H1.HeaderClassName
{
color: #A64DB6;
}
.AnyTagClassName
{
color: #A64DB6;
}
</style>
background-color css
<style>
a { background-color: #A64DB6; }
a { background-color: rgb(166,77,182); }
div.DivClassName
{
background-color: #A64DB6;
}
.BgClassName
{
background-color: #A64DB6;
}
</style>
border-color css
<style>
span { border-color: #A64DB6; }
span { border-color: rgb(166,77,182); }
td.TdClassName
{
border-color: #A64DB6;
}
.TagClassName
{
border-color: #A64DB6;
}
</style>