Shades of Deep Lilac #AA44B7
Tints of Deep Lilac #AA44B7
RGB
CMYK
RGB Variations
Color information
#AA44B7 (or 0xAA44B7) is known color: Deep Lilac. HEX triplet: AA, 44 and B7. RGB value is (170,68,183). Sum of RGB (Red+Green+Blue) = 170+68+183=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA44B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44B7 is #55BB48. Grayscale: #6F6F6F. Windows color (decimal): -5618505 or 12010666. OLE color: 12010666.
HSL color Cylindrical-coordinate representation of color #AA44B7: hue angle of 293.22º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA44B7 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 68 | 183 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.28 |
| HSL | 293.22º | 0.46% | 0.49% | - |
| HSV(B) | 293.22º | 0.63% | 0.72% | - |
| XYZ | 27.19 | 16.1 | 46.47 | - |
| YUV | 111.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 183 | 0.07 | 0.63 | 0 | 0.28 | 293.22 | 0.46 | 0.49 |
| Hex | AA | 44 | B7 | 7 | 3F | 0 | 1C | 125 | 2E | 31 |
| Octal | 252 | 104 | 267 | 7 | 77 | 0 | 34 | 445 | 56 | 61 |
| Binary | 10101010 | 1000100 | 10110111 | 111 | 111111 | 0 | 11100 | 100100101 | 101110 | 110001 |
Color Harmonies of #AA44B7
Complementary color
Monochromatic Colors of #AA44B7
Black with #AA44B7
Text Example
Text Example
White with #AA44B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44B7; }
p { color: rgb(170,68,183); }
H1.HeaderClassName
{
color: #AA44B7;
}
.AnyTagClassName
{
color: #AA44B7;
}
</style>
background-color css
<style>
a { background-color: #AA44B7; }
a { background-color: rgb(170,68,183); }
div.DivClassName
{
background-color: #AA44B7;
}
.BgClassName
{
background-color: #AA44B7;
}
</style>
border-color css
<style>
span { border-color: #AA44B7; }
span { border-color: rgb(170,68,183); }
td.TdClassName
{
border-color: #AA44B7;
}
.TagClassName
{
border-color: #AA44B7;
}
</style>