Shades of Deep Lilac #AA5DBA
Tints of Deep Lilac #AA5DBA
RGB
CMYK
RGB Variations
Color information
#AA5DBA (or 0xAA5DBA) is known color: Deep Lilac. HEX triplet: AA, 5D and BA. RGB value is (170,93,186). Sum of RGB (Red+Green+Blue) = 170+93+186=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DBA is #55A245. Grayscale: #7E7E7E. Windows color (decimal): -5612102 or 12213674. OLE color: 12213674.
HSL color Cylindrical-coordinate representation of color #AA5DBA: hue angle of 289.68º degrees, saturation: 0.4, 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 #AA5DBA is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 93 | 186 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.27 |
| HSL | 289.68º | 0.4% | 0.55% | - |
| HSV(B) | 289.68º | 0.5% | 0.73% | - |
| XYZ | 29.35 | 19.92 | 48.75 | - |
| YUV | 126.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 186 | 0.09 | 0.5 | 0 | 0.27 | 289.68 | 0.4 | 0.55 |
| Hex | AA | 5D | BA | 9 | 32 | 0 | 1B | 122 | 28 | 37 |
| Octal | 252 | 135 | 272 | 11 | 62 | 0 | 33 | 442 | 50 | 67 |
| Binary | 10101010 | 1011101 | 10111010 | 1001 | 110010 | 0 | 11011 | 100100010 | 101000 | 110111 |
Color Harmonies of #AA5DBA
Complementary color
Monochromatic Colors of #AA5DBA
Black with #AA5DBA
Text Example
Text Example
White with #AA5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DBA; }
p { color: rgb(170,93,186); }
H1.HeaderClassName
{
color: #AA5DBA;
}
.AnyTagClassName
{
color: #AA5DBA;
}
</style>
background-color css
<style>
a { background-color: #AA5DBA; }
a { background-color: rgb(170,93,186); }
div.DivClassName
{
background-color: #AA5DBA;
}
.BgClassName
{
background-color: #AA5DBA;
}
</style>
border-color css
<style>
span { border-color: #AA5DBA; }
span { border-color: rgb(170,93,186); }
td.TdClassName
{
border-color: #AA5DBA;
}
.TagClassName
{
border-color: #AA5DBA;
}
</style>