Shades of Deep Lilac #A04DCF
Tints of Deep Lilac #A04DCF
RGB
CMYK
RGB Variations
Color information
#A04DCF (or 0xA04DCF) is known color: Deep Lilac. HEX triplet: A0, 4D and CF. RGB value is (160,77,207). Sum of RGB (Red+Green+Blue) = 160+77+207=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A04DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DCF is #5FB230. Grayscale: #747474. Windows color (decimal): -6271537 or 13585824. OLE color: 13585824.
HSL color Cylindrical-coordinate representation of color #A04DCF: hue angle of 278.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04DCF is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 77 | 207 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.19 |
| HSL | 278.31º | 0.58% | 0.56% | - |
| HSV(B) | 278.31º | 0.63% | 0.81% | - |
| XYZ | 28.41 | 17.29 | 60.87 | - |
| YUV | 116.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 207 | 0.23 | 0.63 | 0 | 0.19 | 278.31 | 0.58 | 0.56 |
| Hex | A0 | 4D | CF | 17 | 3F | 0 | 13 | 116 | 3A | 38 |
| Octal | 240 | 115 | 317 | 27 | 77 | 0 | 23 | 426 | 72 | 70 |
| Binary | 10100000 | 1001101 | 11001111 | 10111 | 111111 | 0 | 10011 | 100010110 | 111010 | 111000 |
Color Harmonies of #A04DCF
Complementary color
Monochromatic Colors of #A04DCF
Black with #A04DCF
Text Example
Text Example
White with #A04DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DCF; }
p { color: rgb(160,77,207); }
H1.HeaderClassName
{
color: #A04DCF;
}
.AnyTagClassName
{
color: #A04DCF;
}
</style>
background-color css
<style>
a { background-color: #A04DCF; }
a { background-color: rgb(160,77,207); }
div.DivClassName
{
background-color: #A04DCF;
}
.BgClassName
{
background-color: #A04DCF;
}
</style>
border-color css
<style>
span { border-color: #A04DCF; }
span { border-color: rgb(160,77,207); }
td.TdClassName
{
border-color: #A04DCF;
}
.TagClassName
{
border-color: #A04DCF;
}
</style>