Shades of Deep Lilac #A04ECF
Tints of Deep Lilac #A04ECF
RGB
CMYK
RGB Variations
Color information
#A04ECF (or 0xA04ECF) is known color: Deep Lilac. HEX triplet: A0, 4E and CF. RGB value is (160,78,207). Sum of RGB (Red+Green+Blue) = 160+78+207=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A04ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04ECF is #5FB130. Grayscale: #747474. Windows color (decimal): -6271281 or 13586080. OLE color: 13586080.
HSL color Cylindrical-coordinate representation of color #A04ECF: hue angle of 278.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04ECF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 78 | 207 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.19 |
| HSL | 278.14º | 0.57% | 0.56% | - |
| HSV(B) | 278.14º | 0.62% | 0.81% | - |
| XYZ | 28.48 | 17.43 | 60.89 | - |
| YUV | 117.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 207 | 0.23 | 0.62 | 0 | 0.19 | 278.14 | 0.57 | 0.56 |
| Hex | A0 | 4E | CF | 17 | 3E | 0 | 13 | 116 | 39 | 38 |
| Octal | 240 | 116 | 317 | 27 | 76 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10100000 | 1001110 | 11001111 | 10111 | 111110 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #A04ECF
Complementary color
Monochromatic Colors of #A04ECF
Black with #A04ECF
Text Example
Text Example
White with #A04ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04ECF; }
p { color: rgb(160,78,207); }
H1.HeaderClassName
{
color: #A04ECF;
}
.AnyTagClassName
{
color: #A04ECF;
}
</style>
background-color css
<style>
a { background-color: #A04ECF; }
a { background-color: rgb(160,78,207); }
div.DivClassName
{
background-color: #A04ECF;
}
.BgClassName
{
background-color: #A04ECF;
}
</style>
border-color css
<style>
span { border-color: #A04ECF; }
span { border-color: rgb(160,78,207); }
td.TdClassName
{
border-color: #A04ECF;
}
.TagClassName
{
border-color: #A04ECF;
}
</style>