Shades of Deep Lilac #A04BAF
Tints of Deep Lilac #A04BAF
RGB
CMYK
RGB Variations
Color information
#A04BAF (or 0xA04BAF) is known color: Deep Lilac. HEX triplet: A0, 4B and AF. RGB value is (160,75,175). Sum of RGB (Red+Green+Blue) = 160+75+175=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A04BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAF is #5FB450. Grayscale: #6F6F6F. Windows color (decimal): -6272081 or 11488160. OLE color: 11488160.
HSL color Cylindrical-coordinate representation of color #A04BAF: hue angle of 291º 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 #A04BAF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 75 | 175 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.31 |
| HSL | 291º | 0.4% | 0.49% | - |
| HSV(B) | 291º | 0.57% | 0.69% | - |
| XYZ | 24.75 | 15.6 | 42.26 | - |
| YUV | 111.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 175 | 0.09 | 0.57 | 0 | 0.31 | 291 | 0.4 | 0.49 |
| Hex | A0 | 4B | AF | 9 | 39 | 0 | 1F | 123 | 28 | 31 |
| Octal | 240 | 113 | 257 | 11 | 71 | 0 | 37 | 443 | 50 | 61 |
| Binary | 10100000 | 1001011 | 10101111 | 1001 | 111001 | 0 | 11111 | 100100011 | 101000 | 110001 |
Color Harmonies of #A04BAF
Complementary color
Monochromatic Colors of #A04BAF
Black with #A04BAF
Text Example
Text Example
White with #A04BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BAF; }
p { color: rgb(160,75,175); }
H1.HeaderClassName
{
color: #A04BAF;
}
.AnyTagClassName
{
color: #A04BAF;
}
</style>
background-color css
<style>
a { background-color: #A04BAF; }
a { background-color: rgb(160,75,175); }
div.DivClassName
{
background-color: #A04BAF;
}
.BgClassName
{
background-color: #A04BAF;
}
</style>
border-color css
<style>
span { border-color: #A04BAF; }
span { border-color: rgb(160,75,175); }
td.TdClassName
{
border-color: #A04BAF;
}
.TagClassName
{
border-color: #A04BAF;
}
</style>