Shades of Deep Lilac #AA5CBA
Tints of Deep Lilac #AA5CBA
RGB
CMYK
RGB Variations
Color information
#AA5CBA (or 0xAA5CBA) is known color: Deep Lilac. HEX triplet: AA, 5C and BA. RGB value is (170,92,186). Sum of RGB (Red+Green+Blue) = 170+92+186=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBA is #55A345. Grayscale: #7D7D7D. Windows color (decimal): -5612358 or 12213418. OLE color: 12213418.
HSL color Cylindrical-coordinate representation of color #AA5CBA: hue angle of 289.79º 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 #AA5CBA is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 92 | 186 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.27 |
| HSL | 289.79º | 0.41% | 0.55% | - |
| HSV(B) | 289.79º | 0.51% | 0.73% | - |
| XYZ | 29.27 | 19.75 | 48.72 | - |
| YUV | 126.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 186 | 0.09 | 0.51 | 0 | 0.27 | 289.79 | 0.41 | 0.55 |
| Hex | AA | 5C | BA | 9 | 33 | 0 | 1B | 122 | 29 | 37 |
| Octal | 252 | 134 | 272 | 11 | 63 | 0 | 33 | 442 | 51 | 67 |
| Binary | 10101010 | 1011100 | 10111010 | 1001 | 110011 | 0 | 11011 | 100100010 | 101001 | 110111 |
Color Harmonies of #AA5CBA
Complementary color
Monochromatic Colors of #AA5CBA
Black with #AA5CBA
Text Example
Text Example
White with #AA5CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CBA; }
p { color: rgb(170,92,186); }
H1.HeaderClassName
{
color: #AA5CBA;
}
.AnyTagClassName
{
color: #AA5CBA;
}
</style>
background-color css
<style>
a { background-color: #AA5CBA; }
a { background-color: rgb(170,92,186); }
div.DivClassName
{
background-color: #AA5CBA;
}
.BgClassName
{
background-color: #AA5CBA;
}
</style>
border-color css
<style>
span { border-color: #AA5CBA; }
span { border-color: rgb(170,92,186); }
td.TdClassName
{
border-color: #AA5CBA;
}
.TagClassName
{
border-color: #AA5CBA;
}
</style>