Shades of Deep Lilac #AA69BA
Tints of Deep Lilac #AA69BA
RGB
CMYK
RGB Variations
Color information
#AA69BA (or 0xAA69BA) is known color: Deep Lilac. HEX triplet: AA, 69 and BA. RGB value is (170,105,186). Sum of RGB (Red+Green+Blue) = 170+105+186=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BA is #559645. Grayscale: #858585. Windows color (decimal): -5609030 or 12216746. OLE color: 12216746.
HSL color Cylindrical-coordinate representation of color #AA69BA: hue angle of 288.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA69BA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 105 | 186 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.27 |
| HSL | 288.15º | 0.37% | 0.57% | - |
| HSV(B) | 288.15º | 0.44% | 0.73% | - |
| XYZ | 30.49 | 22.19 | 49.13 | - |
| YUV | 133.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 186 | 0.09 | 0.44 | 0 | 0.27 | 288.15 | 0.37 | 0.57 |
| Hex | AA | 69 | BA | 9 | 2C | 0 | 1B | 120 | 25 | 39 |
| Octal | 252 | 151 | 272 | 11 | 54 | 0 | 33 | 440 | 45 | 71 |
| Binary | 10101010 | 1101001 | 10111010 | 1001 | 101100 | 0 | 11011 | 100100000 | 100101 | 111001 |
Color Harmonies of #AA69BA
Complementary color
Monochromatic Colors of #AA69BA
Black with #AA69BA
Text Example
Text Example
White with #AA69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69BA; }
p { color: rgb(170,105,186); }
H1.HeaderClassName
{
color: #AA69BA;
}
.AnyTagClassName
{
color: #AA69BA;
}
</style>
background-color css
<style>
a { background-color: #AA69BA; }
a { background-color: rgb(170,105,186); }
div.DivClassName
{
background-color: #AA69BA;
}
.BgClassName
{
background-color: #AA69BA;
}
</style>
border-color css
<style>
span { border-color: #AA69BA; }
span { border-color: rgb(170,105,186); }
td.TdClassName
{
border-color: #AA69BA;
}
.TagClassName
{
border-color: #AA69BA;
}
</style>