Shades of Deep Lilac #A05AB5
Tints of Deep Lilac #A05AB5
RGB
CMYK
RGB Variations
Color information
#A05AB5 (or 0xA05AB5) is known color: Deep Lilac. HEX triplet: A0, 5A and B5. RGB value is (160,90,181). Sum of RGB (Red+Green+Blue) = 160+90+181=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #A05AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AB5 is #5FA54A. Grayscale: #797979. Windows color (decimal): -6268235 or 11885216. OLE color: 11885216.
HSL color Cylindrical-coordinate representation of color #A05AB5: hue angle of 286.15º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05AB5 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 90 | 181 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.29 |
| HSL | 286.15º | 0.38% | 0.53% | - |
| HSV(B) | 286.15º | 0.5% | 0.71% | - |
| XYZ | 26.49 | 18.12 | 45.82 | - |
| YUV | 121.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 181 | 0.12 | 0.50 | 0 | 0.29 | 286.15 | 0.38 | 0.53 |
| Hex | A0 | 5A | B5 | C | 32 | 0 | 1D | 11E | 26 | 35 |
| Octal | 240 | 132 | 265 | 14 | 62 | 0 | 35 | 436 | 46 | 65 |
| Binary | 10100000 | 1011010 | 10110101 | 1100 | 110010 | 0 | 11101 | 100011110 | 100110 | 110101 |
Color Harmonies of #A05AB5
Complementary color
Monochromatic Colors of #A05AB5
Black with #A05AB5
Text Example
Text Example
White with #A05AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05AB5; }
p { color: rgb(160,90,181); }
H1.HeaderClassName
{
color: #A05AB5;
}
.AnyTagClassName
{
color: #A05AB5;
}
</style>
background-color css
<style>
a { background-color: #A05AB5; }
a { background-color: rgb(160,90,181); }
div.DivClassName
{
background-color: #A05AB5;
}
.BgClassName
{
background-color: #A05AB5;
}
</style>
border-color css
<style>
span { border-color: #A05AB5; }
span { border-color: rgb(160,90,181); }
td.TdClassName
{
border-color: #A05AB5;
}
.TagClassName
{
border-color: #A05AB5;
}
</style>