Shades of Deep Lilac #AA55B9
Tints of Deep Lilac #AA55B9
RGB
CMYK
RGB Variations
Color information
#AA55B9 (or 0xAA55B9) is known color: Deep Lilac. HEX triplet: AA, 55 and B9. RGB value is (170,85,185). Sum of RGB (Red+Green+Blue) = 170+85+185=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA55B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55B9 is #55AA46. Grayscale: #797979. Windows color (decimal): -5614151 or 12146090. OLE color: 12146090.
HSL color Cylindrical-coordinate representation of color #AA55B9: hue angle of 291º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA55B9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 85 | 185 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.27 |
| HSL | 291º | 0.42% | 0.53% | - |
| HSV(B) | 291º | 0.54% | 0.73% | - |
| XYZ | 28.58 | 18.55 | 47.97 | - |
| YUV | 121.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 185 | 0.08 | 0.54 | 0 | 0.27 | 291 | 0.42 | 0.53 |
| Hex | AA | 55 | B9 | 8 | 36 | 0 | 1B | 123 | 2A | 35 |
| Octal | 252 | 125 | 271 | 10 | 66 | 0 | 33 | 443 | 52 | 65 |
| Binary | 10101010 | 1010101 | 10111001 | 1000 | 110110 | 0 | 11011 | 100100011 | 101010 | 110101 |
Color Harmonies of #AA55B9
Complementary color
Monochromatic Colors of #AA55B9
Black with #AA55B9
Text Example
Text Example
White with #AA55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA55B9; }
p { color: rgb(170,85,185); }
H1.HeaderClassName
{
color: #AA55B9;
}
.AnyTagClassName
{
color: #AA55B9;
}
</style>
background-color css
<style>
a { background-color: #AA55B9; }
a { background-color: rgb(170,85,185); }
div.DivClassName
{
background-color: #AA55B9;
}
.BgClassName
{
background-color: #AA55B9;
}
</style>
border-color css
<style>
span { border-color: #AA55B9; }
span { border-color: rgb(170,85,185); }
td.TdClassName
{
border-color: #AA55B9;
}
.TagClassName
{
border-color: #AA55B9;
}
</style>