Shades of Deep Lilac #A04CB0
Tints of Deep Lilac #A04CB0
RGB
CMYK
RGB Variations
Color information
#A04CB0 (or 0xA04CB0) is known color: Deep Lilac. HEX triplet: A0, 4C and B0. RGB value is (160,76,176). Sum of RGB (Red+Green+Blue) = 160+76+176=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 176 - color contains mainly: blue. Hex color #A04CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CB0 is #5FB34F. Grayscale: #707070. Windows color (decimal): -6271824 or 11553952. OLE color: 11553952.
HSL color Cylindrical-coordinate representation of color #A04CB0: hue angle of 290.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04CB0 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 76 | 176 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.31 |
| HSL | 290.4º | 0.4% | 0.49% | - |
| HSV(B) | 290.4º | 0.57% | 0.69% | - |
| XYZ | 24.92 | 15.78 | 42.81 | - |
| YUV | 112.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 176 | 0.09 | 0.57 | 0 | 0.31 | 290.4 | 0.4 | 0.49 |
| Hex | A0 | 4C | B0 | 9 | 39 | 0 | 1F | 122 | 28 | 31 |
| Octal | 240 | 114 | 260 | 11 | 71 | 0 | 37 | 442 | 50 | 61 |
| Binary | 10100000 | 1001100 | 10110000 | 1001 | 111001 | 0 | 11111 | 100100010 | 101000 | 110001 |
Color Harmonies of #A04CB0
Complementary color
Monochromatic Colors of #A04CB0
Black with #A04CB0
Text Example
Text Example
White with #A04CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CB0; }
p { color: rgb(160,76,176); }
H1.HeaderClassName
{
color: #A04CB0;
}
.AnyTagClassName
{
color: #A04CB0;
}
</style>
background-color css
<style>
a { background-color: #A04CB0; }
a { background-color: rgb(160,76,176); }
div.DivClassName
{
background-color: #A04CB0;
}
.BgClassName
{
background-color: #A04CB0;
}
</style>
border-color css
<style>
span { border-color: #A04CB0; }
span { border-color: rgb(160,76,176); }
td.TdClassName
{
border-color: #A04CB0;
}
.TagClassName
{
border-color: #A04CB0;
}
</style>