Shades of Deep Lilac #A04FBF
Tints of Deep Lilac #A04FBF
RGB
CMYK
RGB Variations
Color information
#A04FBF (or 0xA04FBF) is known color: Deep Lilac. HEX triplet: A0, 4F and BF. RGB value is (160,79,191). Sum of RGB (Red+Green+Blue) = 160+79+191=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A04FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FBF is #5FB040. Grayscale: #737373. Windows color (decimal): -6271041 or 12537760. OLE color: 12537760.
HSL color Cylindrical-coordinate representation of color #A04FBF: hue angle of 283.39º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04FBF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 79 | 191 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.25 |
| HSL | 283.39º | 0.47% | 0.53% | - |
| HSV(B) | 283.39º | 0.59% | 0.75% | - |
| XYZ | 26.7 | 16.83 | 51.13 | - |
| YUV | 115.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 79 | 191 | 0.16 | 0.59 | 0 | 0.25 | 283.39 | 0.47 | 0.53 |
| Hex | A0 | 4F | BF | 10 | 3B | 0 | 19 | 11B | 2F | 35 |
| Octal | 240 | 117 | 277 | 20 | 73 | 0 | 31 | 433 | 57 | 65 |
| Binary | 10100000 | 1001111 | 10111111 | 10000 | 111011 | 0 | 11001 | 100011011 | 101111 | 110101 |
Color Harmonies of #A04FBF
Complementary color
Monochromatic Colors of #A04FBF
Black with #A04FBF
Text Example
Text Example
White with #A04FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04FBF; }
p { color: rgb(160,79,191); }
H1.HeaderClassName
{
color: #A04FBF;
}
.AnyTagClassName
{
color: #A04FBF;
}
</style>
background-color css
<style>
a { background-color: #A04FBF; }
a { background-color: rgb(160,79,191); }
div.DivClassName
{
background-color: #A04FBF;
}
.BgClassName
{
background-color: #A04FBF;
}
</style>
border-color css
<style>
span { border-color: #A04FBF; }
span { border-color: rgb(160,79,191); }
td.TdClassName
{
border-color: #A04FBF;
}
.TagClassName
{
border-color: #A04FBF;
}
</style>