Shades of Deep Lilac #AA45BE
Tints of Deep Lilac #AA45BE
RGB
CMYK
RGB Variations
Color information
#AA45BE (or 0xAA45BE) is known color: Deep Lilac. HEX triplet: AA, 45 and BE. RGB value is (170,69,190). Sum of RGB (Red+Green+Blue) = 170+69+190=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA45BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA45BE is #55BA41. Grayscale: #707070. Windows color (decimal): -5618242 or 12469674. OLE color: 12469674.
HSL color Cylindrical-coordinate representation of color #AA45BE: hue angle of 290.08º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA45BE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 69 | 190 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.25 |
| HSL | 290.08º | 0.48% | 0.51% | - |
| HSV(B) | 290.08º | 0.64% | 0.75% | - |
| XYZ | 28 | 16.52 | 50.43 | - |
| YUV | 112.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 190 | 0.11 | 0.64 | 0 | 0.25 | 290.08 | 0.48 | 0.51 |
| Hex | AA | 45 | BE | B | 40 | 0 | 19 | 122 | 30 | 33 |
| Octal | 252 | 105 | 276 | 13 | 100 | 0 | 31 | 442 | 60 | 63 |
| Binary | 10101010 | 1000101 | 10111110 | 1011 | 1000000 | 0 | 11001 | 100100010 | 110000 | 110011 |
Color Harmonies of #AA45BE
Complementary color
Monochromatic Colors of #AA45BE
Black with #AA45BE
Text Example
Text Example
White with #AA45BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45BE; }
p { color: rgb(170,69,190); }
H1.HeaderClassName
{
color: #AA45BE;
}
.AnyTagClassName
{
color: #AA45BE;
}
</style>
background-color css
<style>
a { background-color: #AA45BE; }
a { background-color: rgb(170,69,190); }
div.DivClassName
{
background-color: #AA45BE;
}
.BgClassName
{
background-color: #AA45BE;
}
</style>
border-color css
<style>
span { border-color: #AA45BE; }
span { border-color: rgb(170,69,190); }
td.TdClassName
{
border-color: #AA45BE;
}
.TagClassName
{
border-color: #AA45BE;
}
</style>