Shades of Deep Lilac #AA40B7
Tints of Deep Lilac #AA40B7
RGB
CMYK
RGB Variations
Color information
#AA40B7 (or 0xAA40B7) is known color: Deep Lilac. HEX triplet: AA, 40 and B7. RGB value is (170,64,183). Sum of RGB (Red+Green+Blue) = 170+64+183=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA40B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40B7 is #55BF48. Grayscale: #6C6C6C. Windows color (decimal): -5619529 or 12009642. OLE color: 12009642.
HSL color Cylindrical-coordinate representation of color #AA40B7: hue angle of 293.45º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA40B7 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 64 | 183 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.28 |
| HSL | 293.45º | 0.48% | 0.48% | - |
| HSV(B) | 293.45º | 0.65% | 0.72% | - |
| XYZ | 26.96 | 15.63 | 46.4 | - |
| YUV | 109.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 183 | 0.07 | 0.65 | 0 | 0.28 | 293.45 | 0.48 | 0.48 |
| Hex | AA | 40 | B7 | 7 | 41 | 0 | 1C | 125 | 30 | 30 |
| Octal | 252 | 100 | 267 | 7 | 101 | 0 | 34 | 445 | 60 | 60 |
| Binary | 10101010 | 1000000 | 10110111 | 111 | 1000001 | 0 | 11100 | 100100101 | 110000 | 110000 |
Color Harmonies of #AA40B7
Complementary color
Monochromatic Colors of #AA40B7
Black with #AA40B7
Text Example
Text Example
White with #AA40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40B7; }
p { color: rgb(170,64,183); }
H1.HeaderClassName
{
color: #AA40B7;
}
.AnyTagClassName
{
color: #AA40B7;
}
</style>
background-color css
<style>
a { background-color: #AA40B7; }
a { background-color: rgb(170,64,183); }
div.DivClassName
{
background-color: #AA40B7;
}
.BgClassName
{
background-color: #AA40B7;
}
</style>
border-color css
<style>
span { border-color: #AA40B7; }
span { border-color: rgb(170,64,183); }
td.TdClassName
{
border-color: #AA40B7;
}
.TagClassName
{
border-color: #AA40B7;
}
</style>