Shades of Deep Lilac #AA69BD
Tints of Deep Lilac #AA69BD
RGB
CMYK
RGB Variations
Color information
#AA69BD (or 0xAA69BD) is known color: Deep Lilac. HEX triplet: AA, 69 and BD. RGB value is (170,105,189). Sum of RGB (Red+Green+Blue) = 170+105+189=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA69BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BD is #559642. Grayscale: #858585. Windows color (decimal): -5609027 or 12413354. OLE color: 12413354.
HSL color Cylindrical-coordinate representation of color #AA69BD: hue angle of 286.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA69BD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 105 | 189 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.26 |
| HSL | 286.43º | 0.39% | 0.58% | - |
| HSV(B) | 286.43º | 0.44% | 0.74% | - |
| XYZ | 30.81 | 22.32 | 50.83 | - |
| YUV | 134.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 189 | 0.10 | 0.44 | 0 | 0.26 | 286.43 | 0.39 | 0.58 |
| Hex | AA | 69 | BD | A | 2C | 0 | 1A | 11E | 27 | 3A |
| Octal | 252 | 151 | 275 | 12 | 54 | 0 | 32 | 436 | 47 | 72 |
| Binary | 10101010 | 1101001 | 10111101 | 1010 | 101100 | 0 | 11010 | 100011110 | 100111 | 111010 |
Color Harmonies of #AA69BD
Complementary color
Monochromatic Colors of #AA69BD
Black with #AA69BD
Text Example
Text Example
White with #AA69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69BD; }
p { color: rgb(170,105,189); }
H1.HeaderClassName
{
color: #AA69BD;
}
.AnyTagClassName
{
color: #AA69BD;
}
</style>
background-color css
<style>
a { background-color: #AA69BD; }
a { background-color: rgb(170,105,189); }
div.DivClassName
{
background-color: #AA69BD;
}
.BgClassName
{
background-color: #AA69BD;
}
</style>
border-color css
<style>
span { border-color: #AA69BD; }
span { border-color: rgb(170,105,189); }
td.TdClassName
{
border-color: #AA69BD;
}
.TagClassName
{
border-color: #AA69BD;
}
</style>