Shades of Deep Lilac #AA6CB7
Tints of Deep Lilac #AA6CB7
RGB
CMYK
RGB Variations
Color information
#AA6CB7 (or 0xAA6CB7) is known color: Deep Lilac. HEX triplet: AA, 6C and B7. RGB value is (170,108,183). Sum of RGB (Red+Green+Blue) = 170+108+183=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA6CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CB7 is #559348. Grayscale: #868686. Windows color (decimal): -5608265 or 12020906. OLE color: 12020906.
HSL color Cylindrical-coordinate representation of color #AA6CB7: hue angle of 289.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6CB7 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 108 | 183 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.28 |
| HSL | 289.6º | 0.34% | 0.57% | - |
| HSV(B) | 289.6º | 0.41% | 0.72% | - |
| XYZ | 30.49 | 22.69 | 47.57 | - |
| YUV | 135.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 183 | 0.07 | 0.41 | 0 | 0.28 | 289.6 | 0.34 | 0.57 |
| Hex | AA | 6C | B7 | 7 | 29 | 0 | 1C | 122 | 22 | 39 |
| Octal | 252 | 154 | 267 | 7 | 51 | 0 | 34 | 442 | 42 | 71 |
| Binary | 10101010 | 1101100 | 10110111 | 111 | 101001 | 0 | 11100 | 100100010 | 100010 | 111001 |
Color Harmonies of #AA6CB7
Complementary color
Monochromatic Colors of #AA6CB7
Black with #AA6CB7
Text Example
Text Example
White with #AA6CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CB7; }
p { color: rgb(170,108,183); }
H1.HeaderClassName
{
color: #AA6CB7;
}
.AnyTagClassName
{
color: #AA6CB7;
}
</style>
background-color css
<style>
a { background-color: #AA6CB7; }
a { background-color: rgb(170,108,183); }
div.DivClassName
{
background-color: #AA6CB7;
}
.BgClassName
{
background-color: #AA6CB7;
}
</style>
border-color css
<style>
span { border-color: #AA6CB7; }
span { border-color: rgb(170,108,183); }
td.TdClassName
{
border-color: #AA6CB7;
}
.TagClassName
{
border-color: #AA6CB7;
}
</style>