Shades of Deep Lilac #A04EB8
Tints of Deep Lilac #A04EB8
RGB
CMYK
RGB Variations
Color information
#A04EB8 (or 0xA04EB8) is known color: Deep Lilac. HEX triplet: A0, 4E and B8. RGB value is (160,78,184). Sum of RGB (Red+Green+Blue) = 160+78+184=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #A04EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EB8 is #5FB147. Grayscale: #727272. Windows color (decimal): -6271304 or 12078752. OLE color: 12078752.
HSL color Cylindrical-coordinate representation of color #A04EB8: hue angle of 286.42º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04EB8 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 78 | 184 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.28 |
| HSL | 286.42º | 0.43% | 0.51% | - |
| HSV(B) | 286.42º | 0.58% | 0.72% | - |
| XYZ | 25.87 | 16.38 | 47.15 | - |
| YUV | 114.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 78 | 184 | 0.13 | 0.58 | 0 | 0.28 | 286.42 | 0.43 | 0.51 |
| Hex | A0 | 4E | B8 | D | 3A | 0 | 1C | 11E | 2B | 33 |
| Octal | 240 | 116 | 270 | 15 | 72 | 0 | 34 | 436 | 53 | 63 |
| Binary | 10100000 | 1001110 | 10111000 | 1101 | 111010 | 0 | 11100 | 100011110 | 101011 | 110011 |
Color Harmonies of #A04EB8
Complementary color
Monochromatic Colors of #A04EB8
Black with #A04EB8
Text Example
Text Example
White with #A04EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04EB8; }
p { color: rgb(160,78,184); }
H1.HeaderClassName
{
color: #A04EB8;
}
.AnyTagClassName
{
color: #A04EB8;
}
</style>
background-color css
<style>
a { background-color: #A04EB8; }
a { background-color: rgb(160,78,184); }
div.DivClassName
{
background-color: #A04EB8;
}
.BgClassName
{
background-color: #A04EB8;
}
</style>
border-color css
<style>
span { border-color: #A04EB8; }
span { border-color: rgb(160,78,184); }
td.TdClassName
{
border-color: #A04EB8;
}
.TagClassName
{
border-color: #A04EB8;
}
</style>