Shades of Deep Lilac #A04BAE
Tints of Deep Lilac #A04BAE
RGB
CMYK
RGB Variations
Color information
#A04BAE (or 0xA04BAE) is known color: Deep Lilac. HEX triplet: A0, 4B and AE. RGB value is (160,75,174). Sum of RGB (Red+Green+Blue) = 160+75+174=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A04BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAE is #5FB451. Grayscale: #6F6F6F. Windows color (decimal): -6272082 or 11422624. OLE color: 11422624.
HSL color Cylindrical-coordinate representation of color #A04BAE: hue angle of 291.52º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04BAE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 75 | 174 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.32 |
| HSL | 291.52º | 0.4% | 0.49% | - |
| HSV(B) | 291.52º | 0.57% | 0.68% | - |
| XYZ | 24.65 | 15.56 | 41.75 | - |
| YUV | 111.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 174 | 0.08 | 0.57 | 0 | 0.32 | 291.52 | 0.4 | 0.49 |
| Hex | A0 | 4B | AE | 8 | 39 | 0 | 20 | 124 | 28 | 31 |
| Octal | 240 | 113 | 256 | 10 | 71 | 0 | 40 | 444 | 50 | 61 |
| Binary | 10100000 | 1001011 | 10101110 | 1000 | 111001 | 0 | 100000 | 100100100 | 101000 | 110001 |
Color Harmonies of #A04BAE
Complementary color
Monochromatic Colors of #A04BAE
Black with #A04BAE
Text Example
Text Example
White with #A04BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BAE; }
p { color: rgb(160,75,174); }
H1.HeaderClassName
{
color: #A04BAE;
}
.AnyTagClassName
{
color: #A04BAE;
}
</style>
background-color css
<style>
a { background-color: #A04BAE; }
a { background-color: rgb(160,75,174); }
div.DivClassName
{
background-color: #A04BAE;
}
.BgClassName
{
background-color: #A04BAE;
}
</style>
border-color css
<style>
span { border-color: #A04BAE; }
span { border-color: rgb(160,75,174); }
td.TdClassName
{
border-color: #A04BAE;
}
.TagClassName
{
border-color: #A04BAE;
}
</style>