Shades of Deep Lilac #AA5BB8
Tints of Deep Lilac #AA5BB8
RGB
CMYK
RGB Variations
Color information
#AA5BB8 (or 0xAA5BB8) is known color: Deep Lilac. HEX triplet: AA, 5B and B8. RGB value is (170,91,184). Sum of RGB (Red+Green+Blue) = 170+91+184=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA5BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BB8 is #55A447. Grayscale: #7C7C7C. Windows color (decimal): -5612616 or 12082090. OLE color: 12082090.
HSL color Cylindrical-coordinate representation of color #AA5BB8: hue angle of 290.97º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5BB8 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 91 | 184 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.28 |
| HSL | 290.97º | 0.4% | 0.54% | - |
| HSV(B) | 290.97º | 0.51% | 0.72% | - |
| XYZ | 28.97 | 19.49 | 47.58 | - |
| YUV | 125.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 184 | 0.08 | 0.51 | 0 | 0.28 | 290.97 | 0.4 | 0.54 |
| Hex | AA | 5B | B8 | 8 | 33 | 0 | 1C | 123 | 28 | 36 |
| Octal | 252 | 133 | 270 | 10 | 63 | 0 | 34 | 443 | 50 | 66 |
| Binary | 10101010 | 1011011 | 10111000 | 1000 | 110011 | 0 | 11100 | 100100011 | 101000 | 110110 |
Color Harmonies of #AA5BB8
Complementary color
Monochromatic Colors of #AA5BB8
Black with #AA5BB8
Text Example
Text Example
White with #AA5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BB8; }
p { color: rgb(170,91,184); }
H1.HeaderClassName
{
color: #AA5BB8;
}
.AnyTagClassName
{
color: #AA5BB8;
}
</style>
background-color css
<style>
a { background-color: #AA5BB8; }
a { background-color: rgb(170,91,184); }
div.DivClassName
{
background-color: #AA5BB8;
}
.BgClassName
{
background-color: #AA5BB8;
}
</style>
border-color css
<style>
span { border-color: #AA5BB8; }
span { border-color: rgb(170,91,184); }
td.TdClassName
{
border-color: #AA5BB8;
}
.TagClassName
{
border-color: #AA5BB8;
}
</style>