Shades of Deep Lilac #AA5DBB
Tints of Deep Lilac #AA5DBB
RGB
CMYK
RGB Variations
Color information
#AA5DBB (or 0xAA5DBB) is known color: Deep Lilac. HEX triplet: AA, 5D and BB. RGB value is (170,93,187). Sum of RGB (Red+Green+Blue) = 170+93+187=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DBB is #55A244. Grayscale: #7E7E7E. Windows color (decimal): -5612101 or 12279210. OLE color: 12279210.
HSL color Cylindrical-coordinate representation of color #AA5DBB: hue angle of 289.15º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5DBB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 93 | 187 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.27 |
| HSL | 289.15º | 0.41% | 0.55% | - |
| HSV(B) | 289.15º | 0.5% | 0.73% | - |
| XYZ | 29.46 | 19.96 | 49.31 | - |
| YUV | 126.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 187 | 0.09 | 0.50 | 0 | 0.27 | 289.15 | 0.41 | 0.55 |
| Hex | AA | 5D | BB | 9 | 32 | 0 | 1B | 121 | 29 | 37 |
| Octal | 252 | 135 | 273 | 11 | 62 | 0 | 33 | 441 | 51 | 67 |
| Binary | 10101010 | 1011101 | 10111011 | 1001 | 110010 | 0 | 11011 | 100100001 | 101001 | 110111 |
Color Harmonies of #AA5DBB
Complementary color
Monochromatic Colors of #AA5DBB
Black with #AA5DBB
Text Example
Text Example
White with #AA5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DBB; }
p { color: rgb(170,93,187); }
H1.HeaderClassName
{
color: #AA5DBB;
}
.AnyTagClassName
{
color: #AA5DBB;
}
</style>
background-color css
<style>
a { background-color: #AA5DBB; }
a { background-color: rgb(170,93,187); }
div.DivClassName
{
background-color: #AA5DBB;
}
.BgClassName
{
background-color: #AA5DBB;
}
</style>
border-color css
<style>
span { border-color: #AA5DBB; }
span { border-color: rgb(170,93,187); }
td.TdClassName
{
border-color: #AA5DBB;
}
.TagClassName
{
border-color: #AA5DBB;
}
</style>