Shades of Deep Lilac #A04FB0
Tints of Deep Lilac #A04FB0
RGB
CMYK
RGB Variations
Color information
#A04FB0 (or 0xA04FB0) is known color: Deep Lilac. HEX triplet: A0, 4F and B0. RGB value is (160,79,176). Sum of RGB (Red+Green+Blue) = 160+79+176=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 176 - color contains mainly: blue. Hex color #A04FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04FB0 is #5FB04F. Grayscale: #717171. Windows color (decimal): -6271056 or 11554720. OLE color: 11554720.
HSL color Cylindrical-coordinate representation of color #A04FB0: hue angle of 290.1º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04FB0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 79 | 176 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.31 |
| HSL | 290.1º | 0.38% | 0.5% | - |
| HSV(B) | 290.1º | 0.55% | 0.69% | - |
| XYZ | 25.13 | 16.2 | 42.88 | - |
| YUV | 114.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 176 | 0.09 | 0.55 | 0 | 0.31 | 290.1 | 0.38 | 0.5 |
| Hex | A0 | 4F | B0 | 9 | 37 | 0 | 1F | 122 | 26 | 32 |
| Octal | 240 | 117 | 260 | 11 | 67 | 0 | 37 | 442 | 46 | 62 |
| Binary | 10100000 | 1001111 | 10110000 | 1001 | 110111 | 0 | 11111 | 100100010 | 100110 | 110010 |
Color Harmonies of #A04FB0
Complementary color
Monochromatic Colors of #A04FB0
Black with #A04FB0
Text Example
Text Example
White with #A04FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FB0; }
p { color: rgb(160,79,176); }
H1.HeaderClassName
{
color: #A04FB0;
}
.AnyTagClassName
{
color: #A04FB0;
}
</style>
background-color css
<style>
a { background-color: #A04FB0; }
a { background-color: rgb(160,79,176); }
div.DivClassName
{
background-color: #A04FB0;
}
.BgClassName
{
background-color: #A04FB0;
}
</style>
border-color css
<style>
span { border-color: #A04FB0; }
span { border-color: rgb(160,79,176); }
td.TdClassName
{
border-color: #A04FB0;
}
.TagClassName
{
border-color: #A04FB0;
}
</style>