Shades of Deep Lilac #A04BC6
Tints of Deep Lilac #A04BC6
RGB
CMYK
RGB Variations
Color information
#A04BC6 (or 0xA04BC6) is known color: Deep Lilac. HEX triplet: A0, 4B and C6. RGB value is (160,75,198). Sum of RGB (Red+Green+Blue) = 160+75+198=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #A04BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BC6 is #5FB439. Grayscale: #727272. Windows color (decimal): -6272058 or 12995488. OLE color: 12995488.
HSL color Cylindrical-coordinate representation of color #A04BC6: hue angle of 281.46º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04BC6 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 75 | 198 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.22 |
| HSL | 281.46º | 0.52% | 0.54% | - |
| HSV(B) | 281.46º | 0.62% | 0.78% | - |
| XYZ | 27.21 | 16.58 | 55.19 | - |
| YUV | 114.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 198 | 0.19 | 0.62 | 0 | 0.22 | 281.46 | 0.52 | 0.54 |
| Hex | A0 | 4B | C6 | 13 | 3E | 0 | 16 | 119 | 34 | 36 |
| Octal | 240 | 113 | 306 | 23 | 76 | 0 | 26 | 431 | 64 | 66 |
| Binary | 10100000 | 1001011 | 11000110 | 10011 | 111110 | 0 | 10110 | 100011001 | 110100 | 110110 |
Color Harmonies of #A04BC6
Complementary color
Monochromatic Colors of #A04BC6
Black with #A04BC6
Text Example
Text Example
White with #A04BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BC6; }
p { color: rgb(160,75,198); }
H1.HeaderClassName
{
color: #A04BC6;
}
.AnyTagClassName
{
color: #A04BC6;
}
</style>
background-color css
<style>
a { background-color: #A04BC6; }
a { background-color: rgb(160,75,198); }
div.DivClassName
{
background-color: #A04BC6;
}
.BgClassName
{
background-color: #A04BC6;
}
</style>
border-color css
<style>
span { border-color: #A04BC6; }
span { border-color: rgb(160,75,198); }
td.TdClassName
{
border-color: #A04BC6;
}
.TagClassName
{
border-color: #A04BC6;
}
</style>