Shades of Deep Lilac #AA6CBA
Tints of Deep Lilac #AA6CBA
RGB
CMYK
RGB Variations
Color information
#AA6CBA (or 0xAA6CBA) is known color: Deep Lilac. HEX triplet: AA, 6C and BA. RGB value is (170,108,186). Sum of RGB (Red+Green+Blue) = 170+108+186=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CBA is #559345. Grayscale: #878787. Windows color (decimal): -5608262 or 12217514. OLE color: 12217514.
HSL color Cylindrical-coordinate representation of color #AA6CBA: hue angle of 287.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6CBA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 108 | 186 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.27 |
| HSL | 287.69º | 0.36% | 0.58% | - |
| HSV(B) | 287.69º | 0.42% | 0.73% | - |
| XYZ | 30.8 | 22.82 | 49.23 | - |
| YUV | 135.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 186 | 0.09 | 0.42 | 0 | 0.27 | 287.69 | 0.36 | 0.58 |
| Hex | AA | 6C | BA | 9 | 2A | 0 | 1B | 120 | 24 | 3A |
| Octal | 252 | 154 | 272 | 11 | 52 | 0 | 33 | 440 | 44 | 72 |
| Binary | 10101010 | 1101100 | 10111010 | 1001 | 101010 | 0 | 11011 | 100100000 | 100100 | 111010 |
Color Harmonies of #AA6CBA
Complementary color
Monochromatic Colors of #AA6CBA
Black with #AA6CBA
Text Example
Text Example
White with #AA6CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CBA; }
p { color: rgb(170,108,186); }
H1.HeaderClassName
{
color: #AA6CBA;
}
.AnyTagClassName
{
color: #AA6CBA;
}
</style>
background-color css
<style>
a { background-color: #AA6CBA; }
a { background-color: rgb(170,108,186); }
div.DivClassName
{
background-color: #AA6CBA;
}
.BgClassName
{
background-color: #AA6CBA;
}
</style>
border-color css
<style>
span { border-color: #AA6CBA; }
span { border-color: rgb(170,108,186); }
td.TdClassName
{
border-color: #AA6CBA;
}
.TagClassName
{
border-color: #AA6CBA;
}
</style>