Shades of Deep Lilac #A04ECD
Tints of Deep Lilac #A04ECD
RGB
CMYK
RGB Variations
Color information
#A04ECD (or 0xA04ECD) is known color: Deep Lilac. HEX triplet: A0, 4E and CD. RGB value is (160,78,205). Sum of RGB (Red+Green+Blue) = 160+78+205=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #A04ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ECD is #5FB132. Grayscale: #747474. Windows color (decimal): -6271283 or 13455008. OLE color: 13455008.
HSL color Cylindrical-coordinate representation of color #A04ECD: hue angle of 278.74º 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 #A04ECD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 78 | 205 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.20 |
| HSL | 278.74º | 0.56% | 0.55% | - |
| HSV(B) | 278.74º | 0.62% | 0.8% | - |
| XYZ | 28.24 | 17.33 | 59.61 | - |
| YUV | 117 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 205 | 0.22 | 0.62 | 0 | 0.20 | 278.74 | 0.56 | 0.55 |
| Hex | A0 | 4E | CD | 16 | 3E | 0 | 14 | 117 | 38 | 37 |
| Octal | 240 | 116 | 315 | 26 | 76 | 0 | 24 | 427 | 70 | 67 |
| Binary | 10100000 | 1001110 | 11001101 | 10110 | 111110 | 0 | 10100 | 100010111 | 111000 | 110111 |
Color Harmonies of #A04ECD
Complementary color
Monochromatic Colors of #A04ECD
Black with #A04ECD
Text Example
Text Example
White with #A04ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04ECD; }
p { color: rgb(160,78,205); }
H1.HeaderClassName
{
color: #A04ECD;
}
.AnyTagClassName
{
color: #A04ECD;
}
</style>
background-color css
<style>
a { background-color: #A04ECD; }
a { background-color: rgb(160,78,205); }
div.DivClassName
{
background-color: #A04ECD;
}
.BgClassName
{
background-color: #A04ECD;
}
</style>
border-color css
<style>
span { border-color: #A04ECD; }
span { border-color: rgb(160,78,205); }
td.TdClassName
{
border-color: #A04ECD;
}
.TagClassName
{
border-color: #A04ECD;
}
</style>