Shades of Deep Lilac #A64ACA
Tints of Deep Lilac #A64ACA
RGB
CMYK
RGB Variations
Color information
#A64ACA (or 0xA64ACA) is known color: Deep Lilac. HEX triplet: A6, 4A and CA. RGB value is (166,74,202). Sum of RGB (Red+Green+Blue) = 166+74+202=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #A64ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACA is #59B535. Grayscale: #737373. Windows color (decimal): -5879094 or 13257382. OLE color: 13257382.
HSL color Cylindrical-coordinate representation of color #A64ACA: hue angle of 283.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64ACA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 74 | 202 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.21 |
| HSL | 283.13º | 0.55% | 0.54% | - |
| HSV(B) | 283.13º | 0.63% | 0.79% | - |
| XYZ | 28.84 | 17.27 | 57.69 | - |
| YUV | 116.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 202 | 0.18 | 0.63 | 0 | 0.21 | 283.13 | 0.55 | 0.54 |
| Hex | A6 | 4A | CA | 12 | 3F | 0 | 15 | 11B | 37 | 36 |
| Octal | 246 | 112 | 312 | 22 | 77 | 0 | 25 | 433 | 67 | 66 |
| Binary | 10100110 | 1001010 | 11001010 | 10010 | 111111 | 0 | 10101 | 100011011 | 110111 | 110110 |
Color Harmonies of #A64ACA
Complementary color
Monochromatic Colors of #A64ACA
Black with #A64ACA
Text Example
Text Example
White with #A64ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ACA; }
p { color: rgb(166,74,202); }
H1.HeaderClassName
{
color: #A64ACA;
}
.AnyTagClassName
{
color: #A64ACA;
}
</style>
background-color css
<style>
a { background-color: #A64ACA; }
a { background-color: rgb(166,74,202); }
div.DivClassName
{
background-color: #A64ACA;
}
.BgClassName
{
background-color: #A64ACA;
}
</style>
border-color css
<style>
span { border-color: #A64ACA; }
span { border-color: rgb(166,74,202); }
td.TdClassName
{
border-color: #A64ACA;
}
.TagClassName
{
border-color: #A64ACA;
}
</style>