Shades of Deep Lilac #AA5AB9
Tints of Deep Lilac #AA5AB9
RGB
CMYK
RGB Variations
Color information
#AA5AB9 (or 0xAA5AB9) is known color: Deep Lilac. HEX triplet: AA, 5A and B9. RGB value is (170,90,185). Sum of RGB (Red+Green+Blue) = 170+90+185=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA5AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AB9 is #55A546. Grayscale: #7C7C7C. Windows color (decimal): -5612871 or 12147370. OLE color: 12147370.
HSL color Cylindrical-coordinate representation of color #AA5AB9: hue angle of 290.53º 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 #AA5AB9 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 90 | 185 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.27 |
| HSL | 290.53º | 0.4% | 0.54% | - |
| HSV(B) | 290.53º | 0.51% | 0.73% | - |
| XYZ | 28.99 | 19.36 | 48.11 | - |
| YUV | 124.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 185 | 0.08 | 0.51 | 0 | 0.27 | 290.53 | 0.4 | 0.54 |
| Hex | AA | 5A | B9 | 8 | 33 | 0 | 1B | 123 | 28 | 36 |
| Octal | 252 | 132 | 271 | 10 | 63 | 0 | 33 | 443 | 50 | 66 |
| Binary | 10101010 | 1011010 | 10111001 | 1000 | 110011 | 0 | 11011 | 100100011 | 101000 | 110110 |
Color Harmonies of #AA5AB9
Complementary color
Monochromatic Colors of #AA5AB9
Black with #AA5AB9
Text Example
Text Example
White with #AA5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AB9; }
p { color: rgb(170,90,185); }
H1.HeaderClassName
{
color: #AA5AB9;
}
.AnyTagClassName
{
color: #AA5AB9;
}
</style>
background-color css
<style>
a { background-color: #AA5AB9; }
a { background-color: rgb(170,90,185); }
div.DivClassName
{
background-color: #AA5AB9;
}
.BgClassName
{
background-color: #AA5AB9;
}
</style>
border-color css
<style>
span { border-color: #AA5AB9; }
span { border-color: rgb(170,90,185); }
td.TdClassName
{
border-color: #AA5AB9;
}
.TagClassName
{
border-color: #AA5AB9;
}
</style>