Shades of Deep Lilac #AA6CBF
Tints of Deep Lilac #AA6CBF
RGB
CMYK
RGB Variations
Color information
#AA6CBF (or 0xAA6CBF) is known color: Deep Lilac. HEX triplet: AA, 6C and BF. RGB value is (170,108,191). Sum of RGB (Red+Green+Blue) = 170+108+191=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA6CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CBF is #559340. Grayscale: #878787. Windows color (decimal): -5608257 or 12545194. OLE color: 12545194.
HSL color Cylindrical-coordinate representation of color #AA6CBF: hue angle of 284.82º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6CBF is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 108 | 191 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.25 |
| HSL | 284.82º | 0.39% | 0.59% | - |
| HSV(B) | 284.82º | 0.43% | 0.75% | - |
| XYZ | 31.34 | 23.03 | 52.08 | - |
| YUV | 136 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 191 | 0.11 | 0.43 | 0 | 0.25 | 284.82 | 0.39 | 0.59 |
| Hex | AA | 6C | BF | B | 2B | 0 | 19 | 11D | 27 | 3B |
| Octal | 252 | 154 | 277 | 13 | 53 | 0 | 31 | 435 | 47 | 73 |
| Binary | 10101010 | 1101100 | 10111111 | 1011 | 101011 | 0 | 11001 | 100011101 | 100111 | 111011 |
Color Harmonies of #AA6CBF
Complementary color
Monochromatic Colors of #AA6CBF
Black with #AA6CBF
Text Example
Text Example
White with #AA6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CBF; }
p { color: rgb(170,108,191); }
H1.HeaderClassName
{
color: #AA6CBF;
}
.AnyTagClassName
{
color: #AA6CBF;
}
</style>
background-color css
<style>
a { background-color: #AA6CBF; }
a { background-color: rgb(170,108,191); }
div.DivClassName
{
background-color: #AA6CBF;
}
.BgClassName
{
background-color: #AA6CBF;
}
</style>
border-color css
<style>
span { border-color: #AA6CBF; }
span { border-color: rgb(170,108,191); }
td.TdClassName
{
border-color: #AA6CBF;
}
.TagClassName
{
border-color: #AA6CBF;
}
</style>