Shades of Deep Lilac #AA6EBA
Tints of Deep Lilac #AA6EBA
RGB
CMYK
RGB Variations
Color information
#AA6EBA (or 0xAA6EBA) is known color: Deep Lilac. HEX triplet: AA, 6E and BA. RGB value is (170,110,186). Sum of RGB (Red+Green+Blue) = 170+110+186=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EBA is #559145. Grayscale: #888888. Windows color (decimal): -5607750 or 12218026. OLE color: 12218026.
HSL color Cylindrical-coordinate representation of color #AA6EBA: hue angle of 287.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6EBA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 110 | 186 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.27 |
| HSL | 287.37º | 0.36% | 0.58% | - |
| HSV(B) | 287.37º | 0.41% | 0.73% | - |
| XYZ | 31.02 | 23.24 | 49.31 | - |
| YUV | 136.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 186 | 0.09 | 0.41 | 0 | 0.27 | 287.37 | 0.36 | 0.58 |
| Hex | AA | 6E | BA | 9 | 29 | 0 | 1B | 11F | 24 | 3A |
| Octal | 252 | 156 | 272 | 11 | 51 | 0 | 33 | 437 | 44 | 72 |
| Binary | 10101010 | 1101110 | 10111010 | 1001 | 101001 | 0 | 11011 | 100011111 | 100100 | 111010 |
Color Harmonies of #AA6EBA
Complementary color
Monochromatic Colors of #AA6EBA
Black with #AA6EBA
Text Example
Text Example
White with #AA6EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EBA; }
p { color: rgb(170,110,186); }
H1.HeaderClassName
{
color: #AA6EBA;
}
.AnyTagClassName
{
color: #AA6EBA;
}
</style>
background-color css
<style>
a { background-color: #AA6EBA; }
a { background-color: rgb(170,110,186); }
div.DivClassName
{
background-color: #AA6EBA;
}
.BgClassName
{
background-color: #AA6EBA;
}
</style>
border-color css
<style>
span { border-color: #AA6EBA; }
span { border-color: rgb(170,110,186); }
td.TdClassName
{
border-color: #AA6EBA;
}
.TagClassName
{
border-color: #AA6EBA;
}
</style>