Shades of Deep Lilac #A64ECD
Tints of Deep Lilac #A64ECD
RGB
CMYK
RGB Variations
Color information
#A64ECD (or 0xA64ECD) is known color: Deep Lilac. HEX triplet: A6, 4E and CD. RGB value is (166,78,205). Sum of RGB (Red+Green+Blue) = 166+78+205=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #A64ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64ECD is #59B132. Grayscale: #767676. Windows color (decimal): -5878067 or 13455014. OLE color: 13455014.
HSL color Cylindrical-coordinate representation of color #A64ECD: hue angle of 281.57º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A64ECD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 78 | 205 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.20 |
| HSL | 281.57º | 0.56% | 0.55% | - |
| HSV(B) | 281.57º | 0.62% | 0.8% | - |
| XYZ | 29.47 | 17.96 | 59.67 | - |
| YUV | 118.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 205 | 0.19 | 0.62 | 0 | 0.20 | 281.57 | 0.56 | 0.55 |
| Hex | A6 | 4E | CD | 13 | 3E | 0 | 14 | 11A | 38 | 37 |
| Octal | 246 | 116 | 315 | 23 | 76 | 0 | 24 | 432 | 70 | 67 |
| Binary | 10100110 | 1001110 | 11001101 | 10011 | 111110 | 0 | 10100 | 100011010 | 111000 | 110111 |
Color Harmonies of #A64ECD
Complementary color
Monochromatic Colors of #A64ECD
Black with #A64ECD
Text Example
Text Example
White with #A64ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ECD; }
p { color: rgb(166,78,205); }
H1.HeaderClassName
{
color: #A64ECD;
}
.AnyTagClassName
{
color: #A64ECD;
}
</style>
background-color css
<style>
a { background-color: #A64ECD; }
a { background-color: rgb(166,78,205); }
div.DivClassName
{
background-color: #A64ECD;
}
.BgClassName
{
background-color: #A64ECD;
}
</style>
border-color css
<style>
span { border-color: #A64ECD; }
span { border-color: rgb(166,78,205); }
td.TdClassName
{
border-color: #A64ECD;
}
.TagClassName
{
border-color: #A64ECD;
}
</style>