Shades of Deep Lilac #AA6AC0
Tints of Deep Lilac #AA6AC0
RGB
CMYK
RGB Variations
Color information
#AA6AC0 (or 0xAA6AC0) is known color: Deep Lilac. HEX triplet: AA, 6A and C0. RGB value is (170,106,192). Sum of RGB (Red+Green+Blue) = 170+106+192=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA6AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AC0 is #55953F. Grayscale: #868686. Windows color (decimal): -5608768 or 12610218. OLE color: 12610218.
HSL color Cylindrical-coordinate representation of color #AA6AC0: hue angle of 284.65º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6AC0 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 106 | 192 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.25 |
| HSL | 284.65º | 0.41% | 0.58% | - |
| HSV(B) | 284.65º | 0.45% | 0.75% | - |
| XYZ | 31.25 | 22.66 | 52.6 | - |
| YUV | 134.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 192 | 0.11 | 0.45 | 0 | 0.25 | 284.65 | 0.41 | 0.58 |
| Hex | AA | 6A | C0 | B | 2D | 0 | 19 | 11D | 29 | 3A |
| Octal | 252 | 152 | 300 | 13 | 55 | 0 | 31 | 435 | 51 | 72 |
| Binary | 10101010 | 1101010 | 11000000 | 1011 | 101101 | 0 | 11001 | 100011101 | 101001 | 111010 |
Color Harmonies of #AA6AC0
Complementary color
Monochromatic Colors of #AA6AC0
Black with #AA6AC0
Text Example
Text Example
White with #AA6AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AC0; }
p { color: rgb(170,106,192); }
H1.HeaderClassName
{
color: #AA6AC0;
}
.AnyTagClassName
{
color: #AA6AC0;
}
</style>
background-color css
<style>
a { background-color: #AA6AC0; }
a { background-color: rgb(170,106,192); }
div.DivClassName
{
background-color: #AA6AC0;
}
.BgClassName
{
background-color: #AA6AC0;
}
</style>
border-color css
<style>
span { border-color: #AA6AC0; }
span { border-color: rgb(170,106,192); }
td.TdClassName
{
border-color: #AA6AC0;
}
.TagClassName
{
border-color: #AA6AC0;
}
</style>