Shades of Deep Lilac #A04FBC
Tints of Deep Lilac #A04FBC
RGB
CMYK
RGB Variations
Color information
#A04FBC (or 0xA04FBC) is known color: Deep Lilac. HEX triplet: A0, 4F and BC. RGB value is (160,79,188). Sum of RGB (Red+Green+Blue) = 160+79+188=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #A04FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FBC is #5FB043. Grayscale: #737373. Windows color (decimal): -6271044 or 12341152. OLE color: 12341152.
HSL color Cylindrical-coordinate representation of color #A04FBC: hue angle of 284.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04FBC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 79 | 188 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.26 |
| HSL | 284.59º | 0.45% | 0.52% | - |
| HSV(B) | 284.59º | 0.58% | 0.74% | - |
| XYZ | 26.37 | 16.7 | 49.41 | - |
| YUV | 115.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 188 | 0.15 | 0.58 | 0 | 0.26 | 284.59 | 0.45 | 0.52 |
| Hex | A0 | 4F | BC | F | 3A | 0 | 1A | 11D | 2D | 34 |
| Octal | 240 | 117 | 274 | 17 | 72 | 0 | 32 | 435 | 55 | 64 |
| Binary | 10100000 | 1001111 | 10111100 | 1111 | 111010 | 0 | 11010 | 100011101 | 101101 | 110100 |
Color Harmonies of #A04FBC
Complementary color
Monochromatic Colors of #A04FBC
Black with #A04FBC
Text Example
Text Example
White with #A04FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FBC; }
p { color: rgb(160,79,188); }
H1.HeaderClassName
{
color: #A04FBC;
}
.AnyTagClassName
{
color: #A04FBC;
}
</style>
background-color css
<style>
a { background-color: #A04FBC; }
a { background-color: rgb(160,79,188); }
div.DivClassName
{
background-color: #A04FBC;
}
.BgClassName
{
background-color: #A04FBC;
}
</style>
border-color css
<style>
span { border-color: #A04FBC; }
span { border-color: rgb(160,79,188); }
td.TdClassName
{
border-color: #A04FBC;
}
.TagClassName
{
border-color: #A04FBC;
}
</style>