Shades of Deep Lilac #A04FCF
Tints of Deep Lilac #A04FCF
RGB
CMYK
RGB Variations
Color information
#A04FCF (or 0xA04FCF) is known color: Deep Lilac. HEX triplet: A0, 4F and CF. RGB value is (160,79,207). Sum of RGB (Red+Green+Blue) = 160+79+207=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A04FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FCF is #5FB030. Grayscale: #757575. Windows color (decimal): -6271025 or 13586336. OLE color: 13586336.
HSL color Cylindrical-coordinate representation of color #A04FCF: hue angle of 277.97º 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 #A04FCF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 79 | 207 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.19 |
| HSL | 277.97º | 0.57% | 0.56% | - |
| HSV(B) | 277.97º | 0.62% | 0.81% | - |
| XYZ | 28.56 | 17.57 | 60.92 | - |
| YUV | 117.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 207 | 0.23 | 0.62 | 0 | 0.19 | 277.97 | 0.57 | 0.56 |
| Hex | A0 | 4F | CF | 17 | 3E | 0 | 13 | 116 | 39 | 38 |
| Octal | 240 | 117 | 317 | 27 | 76 | 0 | 23 | 426 | 71 | 70 |
| Binary | 10100000 | 1001111 | 11001111 | 10111 | 111110 | 0 | 10011 | 100010110 | 111001 | 111000 |
Color Harmonies of #A04FCF
Complementary color
Monochromatic Colors of #A04FCF
Black with #A04FCF
Text Example
Text Example
White with #A04FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FCF; }
p { color: rgb(160,79,207); }
H1.HeaderClassName
{
color: #A04FCF;
}
.AnyTagClassName
{
color: #A04FCF;
}
</style>
background-color css
<style>
a { background-color: #A04FCF; }
a { background-color: rgb(160,79,207); }
div.DivClassName
{
background-color: #A04FCF;
}
.BgClassName
{
background-color: #A04FCF;
}
</style>
border-color css
<style>
span { border-color: #A04FCF; }
span { border-color: rgb(160,79,207); }
td.TdClassName
{
border-color: #A04FCF;
}
.TagClassName
{
border-color: #A04FCF;
}
</style>