Shades of Deep Lilac #AA69B8
Tints of Deep Lilac #AA69B8
RGB
CMYK
RGB Variations
Color information
#AA69B8 (or 0xAA69B8) is known color: Deep Lilac. HEX triplet: AA, 69 and B8. RGB value is (170,105,184). Sum of RGB (Red+Green+Blue) = 170+105+184=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA69B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69B8 is #559647. Grayscale: #858585. Windows color (decimal): -5609032 or 12085674. OLE color: 12085674.
HSL color Cylindrical-coordinate representation of color #AA69B8: hue angle of 289.37º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA69B8 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 105 | 184 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.28 |
| HSL | 289.37º | 0.36% | 0.57% | - |
| HSV(B) | 289.37º | 0.43% | 0.72% | - |
| XYZ | 30.28 | 22.11 | 48.02 | - |
| YUV | 133.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 184 | 0.08 | 0.43 | 0 | 0.28 | 289.37 | 0.36 | 0.57 |
| Hex | AA | 69 | B8 | 8 | 2B | 0 | 1C | 121 | 24 | 39 |
| Octal | 252 | 151 | 270 | 10 | 53 | 0 | 34 | 441 | 44 | 71 |
| Binary | 10101010 | 1101001 | 10111000 | 1000 | 101011 | 0 | 11100 | 100100001 | 100100 | 111001 |
Color Harmonies of #AA69B8
Complementary color
Monochromatic Colors of #AA69B8
Black with #AA69B8
Text Example
Text Example
White with #AA69B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69B8; }
p { color: rgb(170,105,184); }
H1.HeaderClassName
{
color: #AA69B8;
}
.AnyTagClassName
{
color: #AA69B8;
}
</style>
background-color css
<style>
a { background-color: #AA69B8; }
a { background-color: rgb(170,105,184); }
div.DivClassName
{
background-color: #AA69B8;
}
.BgClassName
{
background-color: #AA69B8;
}
</style>
border-color css
<style>
span { border-color: #AA69B8; }
span { border-color: rgb(170,105,184); }
td.TdClassName
{
border-color: #AA69B8;
}
.TagClassName
{
border-color: #AA69B8;
}
</style>