Shades of Deep Lilac #A64ACD
Tints of Deep Lilac #A64ACD
RGB
CMYK
RGB Variations
Color information
#A64ACD (or 0xA64ACD) is known color: Deep Lilac. HEX triplet: A6, 4A and CD. RGB value is (166,74,205). Sum of RGB (Red+Green+Blue) = 166+74+205=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #A64ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ACD is #59B532. Grayscale: #747474. Windows color (decimal): -5879091 or 13453990. OLE color: 13453990.
HSL color Cylindrical-coordinate representation of color #A64ACD: hue angle of 282.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64ACD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 74 | 205 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.20 |
| HSL | 282.14º | 0.57% | 0.55% | - |
| HSV(B) | 282.14º | 0.64% | 0.8% | - |
| XYZ | 29.19 | 17.41 | 59.58 | - |
| YUV | 116.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 205 | 0.19 | 0.64 | 0 | 0.20 | 282.14 | 0.57 | 0.55 |
| Hex | A6 | 4A | CD | 13 | 40 | 0 | 14 | 11A | 39 | 37 |
| Octal | 246 | 112 | 315 | 23 | 100 | 0 | 24 | 432 | 71 | 67 |
| Binary | 10100110 | 1001010 | 11001101 | 10011 | 1000000 | 0 | 10100 | 100011010 | 111001 | 110111 |
Color Harmonies of #A64ACD
Complementary color
Monochromatic Colors of #A64ACD
Black with #A64ACD
Text Example
Text Example
White with #A64ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ACD; }
p { color: rgb(166,74,205); }
H1.HeaderClassName
{
color: #A64ACD;
}
.AnyTagClassName
{
color: #A64ACD;
}
</style>
background-color css
<style>
a { background-color: #A64ACD; }
a { background-color: rgb(166,74,205); }
div.DivClassName
{
background-color: #A64ACD;
}
.BgClassName
{
background-color: #A64ACD;
}
</style>
border-color css
<style>
span { border-color: #A64ACD; }
span { border-color: rgb(166,74,205); }
td.TdClassName
{
border-color: #A64ACD;
}
.TagClassName
{
border-color: #A64ACD;
}
</style>