Shades of Deep Lilac #AA5EBA
Tints of Deep Lilac #AA5EBA
RGB
CMYK
RGB Variations
Color information
#AA5EBA (or 0xAA5EBA) is known color: Deep Lilac. HEX triplet: AA, 5E and BA. RGB value is (170,94,186). Sum of RGB (Red+Green+Blue) = 170+94+186=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EBA is #55A145. Grayscale: #7E7E7E. Windows color (decimal): -5611846 or 12213930. OLE color: 12213930.
HSL color Cylindrical-coordinate representation of color #AA5EBA: hue angle of 289.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5EBA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 94 | 186 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.27 |
| HSL | 289.57º | 0.4% | 0.55% | - |
| HSV(B) | 289.57º | 0.49% | 0.73% | - |
| XYZ | 29.44 | 20.1 | 48.78 | - |
| YUV | 127.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 186 | 0.09 | 0.49 | 0 | 0.27 | 289.57 | 0.4 | 0.55 |
| Hex | AA | 5E | BA | 9 | 31 | 0 | 1B | 122 | 28 | 37 |
| Octal | 252 | 136 | 272 | 11 | 61 | 0 | 33 | 442 | 50 | 67 |
| Binary | 10101010 | 1011110 | 10111010 | 1001 | 110001 | 0 | 11011 | 100100010 | 101000 | 110111 |
Color Harmonies of #AA5EBA
Complementary color
Monochromatic Colors of #AA5EBA
Black with #AA5EBA
Text Example
Text Example
White with #AA5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EBA; }
p { color: rgb(170,94,186); }
H1.HeaderClassName
{
color: #AA5EBA;
}
.AnyTagClassName
{
color: #AA5EBA;
}
</style>
background-color css
<style>
a { background-color: #AA5EBA; }
a { background-color: rgb(170,94,186); }
div.DivClassName
{
background-color: #AA5EBA;
}
.BgClassName
{
background-color: #AA5EBA;
}
</style>
border-color css
<style>
span { border-color: #AA5EBA; }
span { border-color: rgb(170,94,186); }
td.TdClassName
{
border-color: #AA5EBA;
}
.TagClassName
{
border-color: #AA5EBA;
}
</style>