Shades of Deep Lilac #A05BB9
Tints of Deep Lilac #A05BB9
RGB
CMYK
RGB Variations
Color information
#A05BB9 (or 0xA05BB9) is known color: Deep Lilac. HEX triplet: A0, 5B and B9. RGB value is (160,91,185). Sum of RGB (Red+Green+Blue) = 160+91+185=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #A05BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BB9 is #5FA446. Grayscale: #7A7A7A. Windows color (decimal): -6267975 or 12147616. OLE color: 12147616.
HSL color Cylindrical-coordinate representation of color #A05BB9: hue angle of 284.04º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A05BB9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 91 | 185 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.27 |
| HSL | 284.04º | 0.4% | 0.54% | - |
| HSV(B) | 284.04º | 0.51% | 0.73% | - |
| XYZ | 27 | 18.46 | 48.04 | - |
| YUV | 122.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 185 | 0.14 | 0.51 | 0 | 0.27 | 284.04 | 0.4 | 0.54 |
| Hex | A0 | 5B | B9 | E | 33 | 0 | 1B | 11C | 28 | 36 |
| Octal | 240 | 133 | 271 | 16 | 63 | 0 | 33 | 434 | 50 | 66 |
| Binary | 10100000 | 1011011 | 10111001 | 1110 | 110011 | 0 | 11011 | 100011100 | 101000 | 110110 |
Color Harmonies of #A05BB9
Complementary color
Monochromatic Colors of #A05BB9
Black with #A05BB9
Text Example
Text Example
White with #A05BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BB9; }
p { color: rgb(160,91,185); }
H1.HeaderClassName
{
color: #A05BB9;
}
.AnyTagClassName
{
color: #A05BB9;
}
</style>
background-color css
<style>
a { background-color: #A05BB9; }
a { background-color: rgb(160,91,185); }
div.DivClassName
{
background-color: #A05BB9;
}
.BgClassName
{
background-color: #A05BB9;
}
</style>
border-color css
<style>
span { border-color: #A05BB9; }
span { border-color: rgb(160,91,185); }
td.TdClassName
{
border-color: #A05BB9;
}
.TagClassName
{
border-color: #A05BB9;
}
</style>