Shades of Deep Lilac #AA6ABC
Tints of Deep Lilac #AA6ABC
RGB
CMYK
RGB Variations
Color information
#AA6ABC (or 0xAA6ABC) is known color: Deep Lilac. HEX triplet: AA, 6A and BC. RGB value is (170,106,188). Sum of RGB (Red+Green+Blue) = 170+106+188=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ABC is #559543. Grayscale: #868686. Windows color (decimal): -5608772 or 12348074. OLE color: 12348074.
HSL color Cylindrical-coordinate representation of color #AA6ABC: hue angle of 286.83º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6ABC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 106 | 188 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.26 |
| HSL | 286.83º | 0.38% | 0.58% | - |
| HSV(B) | 286.83º | 0.44% | 0.74% | - |
| XYZ | 30.81 | 22.48 | 50.29 | - |
| YUV | 134.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 188 | 0.10 | 0.44 | 0 | 0.26 | 286.83 | 0.38 | 0.58 |
| Hex | AA | 6A | BC | A | 2C | 0 | 1A | 11F | 26 | 3A |
| Octal | 252 | 152 | 274 | 12 | 54 | 0 | 32 | 437 | 46 | 72 |
| Binary | 10101010 | 1101010 | 10111100 | 1010 | 101100 | 0 | 11010 | 100011111 | 100110 | 111010 |
Color Harmonies of #AA6ABC
Complementary color
Monochromatic Colors of #AA6ABC
Black with #AA6ABC
Text Example
Text Example
White with #AA6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6ABC; }
p { color: rgb(170,106,188); }
H1.HeaderClassName
{
color: #AA6ABC;
}
.AnyTagClassName
{
color: #AA6ABC;
}
</style>
background-color css
<style>
a { background-color: #AA6ABC; }
a { background-color: rgb(170,106,188); }
div.DivClassName
{
background-color: #AA6ABC;
}
.BgClassName
{
background-color: #AA6ABC;
}
</style>
border-color css
<style>
span { border-color: #AA6ABC; }
span { border-color: rgb(170,106,188); }
td.TdClassName
{
border-color: #AA6ABC;
}
.TagClassName
{
border-color: #AA6ABC;
}
</style>