Shades of Deep Lilac #AA45BB
Tints of Deep Lilac #AA45BB
RGB
CMYK
RGB Variations
Color information
#AA45BB (or 0xAA45BB) is known color: Deep Lilac. HEX triplet: AA, 45 and BB. RGB value is (170,69,187). Sum of RGB (Red+Green+Blue) = 170+69+187=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA45BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45BB is #55BA44. Grayscale: #707070. Windows color (decimal): -5618245 or 12273066. OLE color: 12273066.
HSL color Cylindrical-coordinate representation of color #AA45BB: hue angle of 291.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA45BB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 69 | 187 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.27 |
| HSL | 291.36º | 0.46% | 0.5% | - |
| HSV(B) | 291.36º | 0.63% | 0.73% | - |
| XYZ | 27.68 | 16.39 | 48.72 | - |
| YUV | 112.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 187 | 0.09 | 0.63 | 0 | 0.27 | 291.36 | 0.46 | 0.5 |
| Hex | AA | 45 | BB | 9 | 3F | 0 | 1B | 123 | 2E | 32 |
| Octal | 252 | 105 | 273 | 11 | 77 | 0 | 33 | 443 | 56 | 62 |
| Binary | 10101010 | 1000101 | 10111011 | 1001 | 111111 | 0 | 11011 | 100100011 | 101110 | 110010 |
Color Harmonies of #AA45BB
Complementary color
Monochromatic Colors of #AA45BB
Black with #AA45BB
Text Example
Text Example
White with #AA45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45BB; }
p { color: rgb(170,69,187); }
H1.HeaderClassName
{
color: #AA45BB;
}
.AnyTagClassName
{
color: #AA45BB;
}
</style>
background-color css
<style>
a { background-color: #AA45BB; }
a { background-color: rgb(170,69,187); }
div.DivClassName
{
background-color: #AA45BB;
}
.BgClassName
{
background-color: #AA45BB;
}
</style>
border-color css
<style>
span { border-color: #AA45BB; }
span { border-color: rgb(170,69,187); }
td.TdClassName
{
border-color: #AA45BB;
}
.TagClassName
{
border-color: #AA45BB;
}
</style>