Shades of Deep Lilac #AA44BE
Tints of Deep Lilac #AA44BE
RGB
CMYK
RGB Variations
Color information
#AA44BE (or 0xAA44BE) is known color: Deep Lilac. HEX triplet: AA, 44 and BE. RGB value is (170,68,190). Sum of RGB (Red+Green+Blue) = 170+68+190=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44BE is #55BB41. Grayscale: #707070. Windows color (decimal): -5618498 or 12469418. OLE color: 12469418.
HSL color Cylindrical-coordinate representation of color #AA44BE: hue angle of 290.16º 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 #AA44BE is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 68 | 190 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.25 |
| HSL | 290.16º | 0.48% | 0.51% | - |
| HSV(B) | 290.16º | 0.64% | 0.75% | - |
| XYZ | 27.94 | 16.4 | 50.41 | - |
| YUV | 112.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 190 | 0.11 | 0.64 | 0 | 0.25 | 290.16 | 0.48 | 0.51 |
| Hex | AA | 44 | BE | B | 40 | 0 | 19 | 122 | 30 | 33 |
| Octal | 252 | 104 | 276 | 13 | 100 | 0 | 31 | 442 | 60 | 63 |
| Binary | 10101010 | 1000100 | 10111110 | 1011 | 1000000 | 0 | 11001 | 100100010 | 110000 | 110011 |
Color Harmonies of #AA44BE
Complementary color
Monochromatic Colors of #AA44BE
Black with #AA44BE
Text Example
Text Example
White with #AA44BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44BE; }
p { color: rgb(170,68,190); }
H1.HeaderClassName
{
color: #AA44BE;
}
.AnyTagClassName
{
color: #AA44BE;
}
</style>
background-color css
<style>
a { background-color: #AA44BE; }
a { background-color: rgb(170,68,190); }
div.DivClassName
{
background-color: #AA44BE;
}
.BgClassName
{
background-color: #AA44BE;
}
</style>
border-color css
<style>
span { border-color: #AA44BE; }
span { border-color: rgb(170,68,190); }
td.TdClassName
{
border-color: #AA44BE;
}
.TagClassName
{
border-color: #AA44BE;
}
</style>