Shades of Deep Lilac #AA4FB9
Tints of Deep Lilac #AA4FB9
RGB
CMYK
RGB Variations
Color information
#AA4FB9 (or 0xAA4FB9) is known color: Deep Lilac. HEX triplet: AA, 4F and B9. RGB value is (170,79,185). Sum of RGB (Red+Green+Blue) = 170+79+185=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA4FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FB9 is #55B046. Grayscale: #757575. Windows color (decimal): -5615687 or 12144554. OLE color: 12144554.
HSL color Cylindrical-coordinate representation of color #AA4FB9: hue angle of 291.51º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4FB9 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 79 | 185 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.27 |
| HSL | 291.51º | 0.43% | 0.52% | - |
| HSV(B) | 291.51º | 0.57% | 0.73% | - |
| XYZ | 28.13 | 17.64 | 47.82 | - |
| YUV | 118.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 185 | 0.08 | 0.57 | 0 | 0.27 | 291.51 | 0.43 | 0.52 |
| Hex | AA | 4F | B9 | 8 | 39 | 0 | 1B | 124 | 2B | 34 |
| Octal | 252 | 117 | 271 | 10 | 71 | 0 | 33 | 444 | 53 | 64 |
| Binary | 10101010 | 1001111 | 10111001 | 1000 | 111001 | 0 | 11011 | 100100100 | 101011 | 110100 |
Color Harmonies of #AA4FB9
Complementary color
Monochromatic Colors of #AA4FB9
Black with #AA4FB9
Text Example
Text Example
White with #AA4FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FB9; }
p { color: rgb(170,79,185); }
H1.HeaderClassName
{
color: #AA4FB9;
}
.AnyTagClassName
{
color: #AA4FB9;
}
</style>
background-color css
<style>
a { background-color: #AA4FB9; }
a { background-color: rgb(170,79,185); }
div.DivClassName
{
background-color: #AA4FB9;
}
.BgClassName
{
background-color: #AA4FB9;
}
</style>
border-color css
<style>
span { border-color: #AA4FB9; }
span { border-color: rgb(170,79,185); }
td.TdClassName
{
border-color: #AA4FB9;
}
.TagClassName
{
border-color: #AA4FB9;
}
</style>