Shades of Deep Lilac #AA66BE
Tints of Deep Lilac #AA66BE
RGB
CMYK
RGB Variations
Color information
#AA66BE (or 0xAA66BE) is known color: Deep Lilac. HEX triplet: AA, 66 and BE. RGB value is (170,102,190). Sum of RGB (Red+Green+Blue) = 170+102+190=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66BE is #559941. Grayscale: #848484. Windows color (decimal): -5609794 or 12478122. OLE color: 12478122.
HSL color Cylindrical-coordinate representation of color #AA66BE: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA66BE is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 102 | 190 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.25 |
| HSL | 286.36º | 0.4% | 0.57% | - |
| HSV(B) | 286.36º | 0.46% | 0.75% | - |
| XYZ | 30.62 | 21.77 | 51.3 | - |
| YUV | 132.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 102 | 190 | 0.11 | 0.46 | 0 | 0.25 | 286.36 | 0.4 | 0.57 |
| Hex | AA | 66 | BE | B | 2E | 0 | 19 | 11E | 28 | 39 |
| Octal | 252 | 146 | 276 | 13 | 56 | 0 | 31 | 436 | 50 | 71 |
| Binary | 10101010 | 1100110 | 10111110 | 1011 | 101110 | 0 | 11001 | 100011110 | 101000 | 111001 |
Color Harmonies of #AA66BE
Complementary color
Monochromatic Colors of #AA66BE
Black with #AA66BE
Text Example
Text Example
White with #AA66BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA66BE; }
p { color: rgb(170,102,190); }
H1.HeaderClassName
{
color: #AA66BE;
}
.AnyTagClassName
{
color: #AA66BE;
}
</style>
background-color css
<style>
a { background-color: #AA66BE; }
a { background-color: rgb(170,102,190); }
div.DivClassName
{
background-color: #AA66BE;
}
.BgClassName
{
background-color: #AA66BE;
}
</style>
border-color css
<style>
span { border-color: #AA66BE; }
span { border-color: rgb(170,102,190); }
td.TdClassName
{
border-color: #AA66BE;
}
.TagClassName
{
border-color: #AA66BE;
}
</style>