Shades of Deep Lilac #A04FCE
Tints of Deep Lilac #A04FCE
RGB
CMYK
RGB Variations
Color information
#A04FCE (or 0xA04FCE) is known color: Deep Lilac. HEX triplet: A0, 4F and CE. RGB value is (160,79,206). Sum of RGB (Red+Green+Blue) = 160+79+206=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FCE is #5FB031. Grayscale: #757575. Windows color (decimal): -6271026 or 13520800. OLE color: 13520800.
HSL color Cylindrical-coordinate representation of color #A04FCE: hue angle of 278.27º degrees, saturation: 0.56, 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 #A04FCE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 79 | 206 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.19 |
| HSL | 278.27º | 0.56% | 0.56% | - |
| HSV(B) | 278.27º | 0.62% | 0.81% | - |
| XYZ | 28.43 | 17.52 | 60.28 | - |
| YUV | 117.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 206 | 0.22 | 0.62 | 0 | 0.19 | 278.27 | 0.56 | 0.56 |
| Hex | A0 | 4F | CE | 16 | 3E | 0 | 13 | 116 | 38 | 38 |
| Octal | 240 | 117 | 316 | 26 | 76 | 0 | 23 | 426 | 70 | 70 |
| Binary | 10100000 | 1001111 | 11001110 | 10110 | 111110 | 0 | 10011 | 100010110 | 111000 | 111000 |
Color Harmonies of #A04FCE
Complementary color
Monochromatic Colors of #A04FCE
Black with #A04FCE
Text Example
Text Example
White with #A04FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FCE; }
p { color: rgb(160,79,206); }
H1.HeaderClassName
{
color: #A04FCE;
}
.AnyTagClassName
{
color: #A04FCE;
}
</style>
background-color css
<style>
a { background-color: #A04FCE; }
a { background-color: rgb(160,79,206); }
div.DivClassName
{
background-color: #A04FCE;
}
.BgClassName
{
background-color: #A04FCE;
}
</style>
border-color css
<style>
span { border-color: #A04FCE; }
span { border-color: rgb(160,79,206); }
td.TdClassName
{
border-color: #A04FCE;
}
.TagClassName
{
border-color: #A04FCE;
}
</style>