Shades of Deep Lilac #AA54BB
Tints of Deep Lilac #AA54BB
RGB
CMYK
RGB Variations
Color information
#AA54BB (or 0xAA54BB) is known color: Deep Lilac. HEX triplet: AA, 54 and BB. RGB value is (170,84,187). Sum of RGB (Red+Green+Blue) = 170+84+187=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA54BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54BB is #55AB44. Grayscale: #797979. Windows color (decimal): -5614405 or 12276906. OLE color: 12276906.
HSL color Cylindrical-coordinate representation of color #AA54BB: hue angle of 290.1º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA54BB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 84 | 187 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.27 |
| HSL | 290.1º | 0.43% | 0.53% | - |
| HSV(B) | 290.1º | 0.55% | 0.73% | - |
| XYZ | 28.72 | 18.47 | 49.07 | - |
| YUV | 121.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 187 | 0.09 | 0.55 | 0 | 0.27 | 290.1 | 0.43 | 0.53 |
| Hex | AA | 54 | BB | 9 | 37 | 0 | 1B | 122 | 2B | 35 |
| Octal | 252 | 124 | 273 | 11 | 67 | 0 | 33 | 442 | 53 | 65 |
| Binary | 10101010 | 1010100 | 10111011 | 1001 | 110111 | 0 | 11011 | 100100010 | 101011 | 110101 |
Color Harmonies of #AA54BB
Complementary color
Monochromatic Colors of #AA54BB
Black with #AA54BB
Text Example
Text Example
White with #AA54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54BB; }
p { color: rgb(170,84,187); }
H1.HeaderClassName
{
color: #AA54BB;
}
.AnyTagClassName
{
color: #AA54BB;
}
</style>
background-color css
<style>
a { background-color: #AA54BB; }
a { background-color: rgb(170,84,187); }
div.DivClassName
{
background-color: #AA54BB;
}
.BgClassName
{
background-color: #AA54BB;
}
</style>
border-color css
<style>
span { border-color: #AA54BB; }
span { border-color: rgb(170,84,187); }
td.TdClassName
{
border-color: #AA54BB;
}
.TagClassName
{
border-color: #AA54BB;
}
</style>