Shades of Deep Lilac #AA6BC0
Tints of Deep Lilac #AA6BC0
RGB
CMYK
RGB Variations
Color information
#AA6BC0 (or 0xAA6BC0) is known color: Deep Lilac. HEX triplet: AA, 6B and C0. RGB value is (170,107,192). Sum of RGB (Red+Green+Blue) = 170+107+192=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BC0 is #55943F. Grayscale: #878787. Windows color (decimal): -5608512 or 12610474. OLE color: 12610474.
HSL color Cylindrical-coordinate representation of color #AA6BC0: hue angle of 284.47º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6BC0 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 107 | 192 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.25 |
| HSL | 284.47º | 0.4% | 0.59% | - |
| HSV(B) | 284.47º | 0.44% | 0.75% | - |
| XYZ | 31.35 | 22.87 | 52.63 | - |
| YUV | 135.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 192 | 0.11 | 0.44 | 0 | 0.25 | 284.47 | 0.4 | 0.59 |
| Hex | AA | 6B | C0 | B | 2C | 0 | 19 | 11C | 28 | 3B |
| Octal | 252 | 153 | 300 | 13 | 54 | 0 | 31 | 434 | 50 | 73 |
| Binary | 10101010 | 1101011 | 11000000 | 1011 | 101100 | 0 | 11001 | 100011100 | 101000 | 111011 |
Color Harmonies of #AA6BC0
Complementary color
Monochromatic Colors of #AA6BC0
Black with #AA6BC0
Text Example
Text Example
White with #AA6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BC0; }
p { color: rgb(170,107,192); }
H1.HeaderClassName
{
color: #AA6BC0;
}
.AnyTagClassName
{
color: #AA6BC0;
}
</style>
background-color css
<style>
a { background-color: #AA6BC0; }
a { background-color: rgb(170,107,192); }
div.DivClassName
{
background-color: #AA6BC0;
}
.BgClassName
{
background-color: #AA6BC0;
}
</style>
border-color css
<style>
span { border-color: #AA6BC0; }
span { border-color: rgb(170,107,192); }
td.TdClassName
{
border-color: #AA6BC0;
}
.TagClassName
{
border-color: #AA6BC0;
}
</style>