Shades of Deep Lilac #AA5CBB
Tints of Deep Lilac #AA5CBB
RGB
CMYK
RGB Variations
Color information
#AA5CBB (or 0xAA5CBB) is known color: Deep Lilac. HEX triplet: AA, 5C and BB. RGB value is (170,92,187). Sum of RGB (Red+Green+Blue) = 170+92+187=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBB is #55A344. Grayscale: #7D7D7D. Windows color (decimal): -5612357 or 12278954. OLE color: 12278954.
HSL color Cylindrical-coordinate representation of color #AA5CBB: hue angle of 289.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5CBB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 92 | 187 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.27 |
| HSL | 289.26º | 0.41% | 0.55% | - |
| HSV(B) | 289.26º | 0.51% | 0.73% | - |
| XYZ | 29.37 | 19.79 | 49.29 | - |
| YUV | 126.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 187 | 0.09 | 0.51 | 0 | 0.27 | 289.26 | 0.41 | 0.55 |
| Hex | AA | 5C | BB | 9 | 33 | 0 | 1B | 121 | 29 | 37 |
| Octal | 252 | 134 | 273 | 11 | 63 | 0 | 33 | 441 | 51 | 67 |
| Binary | 10101010 | 1011100 | 10111011 | 1001 | 110011 | 0 | 11011 | 100100001 | 101001 | 110111 |
Color Harmonies of #AA5CBB
Complementary color
Monochromatic Colors of #AA5CBB
Black with #AA5CBB
Text Example
Text Example
White with #AA5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CBB; }
p { color: rgb(170,92,187); }
H1.HeaderClassName
{
color: #AA5CBB;
}
.AnyTagClassName
{
color: #AA5CBB;
}
</style>
background-color css
<style>
a { background-color: #AA5CBB; }
a { background-color: rgb(170,92,187); }
div.DivClassName
{
background-color: #AA5CBB;
}
.BgClassName
{
background-color: #AA5CBB;
}
</style>
border-color css
<style>
span { border-color: #AA5CBB; }
span { border-color: rgb(170,92,187); }
td.TdClassName
{
border-color: #AA5CBB;
}
.TagClassName
{
border-color: #AA5CBB;
}
</style>