Shades of Deep Lilac #A64DCA
Tints of Deep Lilac #A64DCA
RGB
CMYK
RGB Variations
Color information
#A64DCA (or 0xA64DCA) is known color: 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
| RGB | 166 | 77 | 202 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.21 |
| HSL | 282.72º | 0.54% | 0.55% | - |
| HSV(B) | 282.72º | 0.62% | 0.79% | - |
| XYZ | 29.04 | 17.68 | 57.76 | - |
| YUV | 117.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 202 | 0.18 | 0.62 | 0 | 0.21 | 282.72 | 0.54 | 0.55 |
| Hex | A6 | 4D | CA | 12 | 3E | 0 | 15 | 11B | 36 | 37 |
| Octal | 246 | 115 | 312 | 22 | 76 | 0 | 25 | 433 | 66 | 67 |
| Binary | 10100110 | 1001101 | 11001010 | 10010 | 111110 | 0 | 10101 | 100011011 | 110110 | 110111 |
Color Harmonies of #A64DCA
Complementary color
Monochromatic Colors of #A64DCA
Black with #A64DCA
Text Example
Text Example
White with #A64DCA
Text Example
Text Example
HTML Codes & Css Web 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>