Shades of Deep Lilac #AA69BC
Tints of Deep Lilac #AA69BC
RGB
CMYK
RGB Variations
Color information
#AA69BC (or 0xAA69BC) is known color: Deep Lilac. HEX triplet: AA, 69 and BC. RGB value is (170,105,188). Sum of RGB (Red+Green+Blue) = 170+105+188=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BC is #559643. Grayscale: #858585. Windows color (decimal): -5609028 or 12347818. OLE color: 12347818.
HSL color Cylindrical-coordinate representation of color #AA69BC: hue angle of 286.99º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA69BC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 105 | 188 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.26 |
| HSL | 286.99º | 0.38% | 0.57% | - |
| HSV(B) | 286.99º | 0.44% | 0.74% | - |
| XYZ | 30.71 | 22.28 | 50.26 | - |
| YUV | 133.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 188 | 0.10 | 0.44 | 0 | 0.26 | 286.99 | 0.38 | 0.57 |
| Hex | AA | 69 | BC | A | 2C | 0 | 1A | 11F | 26 | 39 |
| Octal | 252 | 151 | 274 | 12 | 54 | 0 | 32 | 437 | 46 | 71 |
| Binary | 10101010 | 1101001 | 10111100 | 1010 | 101100 | 0 | 11010 | 100011111 | 100110 | 111001 |
Color Harmonies of #AA69BC
Complementary color
Monochromatic Colors of #AA69BC
Black with #AA69BC
Text Example
Text Example
White with #AA69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69BC; }
p { color: rgb(170,105,188); }
H1.HeaderClassName
{
color: #AA69BC;
}
.AnyTagClassName
{
color: #AA69BC;
}
</style>
background-color css
<style>
a { background-color: #AA69BC; }
a { background-color: rgb(170,105,188); }
div.DivClassName
{
background-color: #AA69BC;
}
.BgClassName
{
background-color: #AA69BC;
}
</style>
border-color css
<style>
span { border-color: #AA69BC; }
span { border-color: rgb(170,105,188); }
td.TdClassName
{
border-color: #AA69BC;
}
.TagClassName
{
border-color: #AA69BC;
}
</style>