Shades of Deep Lilac #A04CB9
Tints of Deep Lilac #A04CB9
RGB
CMYK
RGB Variations
Color information
#A04CB9 (or 0xA04CB9) is known color: Deep Lilac. HEX triplet: A0, 4C and B9. RGB value is (160,76,185). Sum of RGB (Red+Green+Blue) = 160+76+185=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #A04CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CB9 is #5FB346. Grayscale: #717171. Windows color (decimal): -6271815 or 12143776. OLE color: 12143776.
HSL color Cylindrical-coordinate representation of color #A04CB9: hue angle of 286.24º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04CB9 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 76 | 185 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.27 |
| HSL | 286.24º | 0.44% | 0.51% | - |
| HSV(B) | 286.24º | 0.59% | 0.73% | - |
| XYZ | 25.84 | 16.15 | 47.65 | - |
| YUV | 113.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 185 | 0.14 | 0.59 | 0 | 0.27 | 286.24 | 0.44 | 0.51 |
| Hex | A0 | 4C | B9 | E | 3B | 0 | 1B | 11E | 2C | 33 |
| Octal | 240 | 114 | 271 | 16 | 73 | 0 | 33 | 436 | 54 | 63 |
| Binary | 10100000 | 1001100 | 10111001 | 1110 | 111011 | 0 | 11011 | 100011110 | 101100 | 110011 |
Color Harmonies of #A04CB9
Complementary color
Monochromatic Colors of #A04CB9
Black with #A04CB9
Text Example
Text Example
White with #A04CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CB9; }
p { color: rgb(160,76,185); }
H1.HeaderClassName
{
color: #A04CB9;
}
.AnyTagClassName
{
color: #A04CB9;
}
</style>
background-color css
<style>
a { background-color: #A04CB9; }
a { background-color: rgb(160,76,185); }
div.DivClassName
{
background-color: #A04CB9;
}
.BgClassName
{
background-color: #A04CB9;
}
</style>
border-color css
<style>
span { border-color: #A04CB9; }
span { border-color: rgb(160,76,185); }
td.TdClassName
{
border-color: #A04CB9;
}
.TagClassName
{
border-color: #A04CB9;
}
</style>