Shades of Deep Lilac #AA44BC
Tints of Deep Lilac #AA44BC
RGB
CMYK
RGB Variations
Color information
#AA44BC (or 0xAA44BC) is known color: Deep Lilac. HEX triplet: AA, 44 and BC. RGB value is (170,68,188). Sum of RGB (Red+Green+Blue) = 170+68+188=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA44BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44BC is #55BB43. Grayscale: #6F6F6F. Windows color (decimal): -5618500 or 12338346. OLE color: 12338346.
HSL color Cylindrical-coordinate representation of color #AA44BC: hue angle of 291º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA44BC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 68 | 188 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.26 |
| HSL | 291º | 0.47% | 0.5% | - |
| HSV(B) | 291º | 0.64% | 0.74% | - |
| XYZ | 27.72 | 16.31 | 49.26 | - |
| YUV | 112.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 188 | 0.10 | 0.64 | 0 | 0.26 | 291 | 0.47 | 0.5 |
| Hex | AA | 44 | BC | A | 40 | 0 | 1A | 123 | 2F | 32 |
| Octal | 252 | 104 | 274 | 12 | 100 | 0 | 32 | 443 | 57 | 62 |
| Binary | 10101010 | 1000100 | 10111100 | 1010 | 1000000 | 0 | 11010 | 100100011 | 101111 | 110010 |
Color Harmonies of #AA44BC
Complementary color
Monochromatic Colors of #AA44BC
Black with #AA44BC
Text Example
Text Example
White with #AA44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44BC; }
p { color: rgb(170,68,188); }
H1.HeaderClassName
{
color: #AA44BC;
}
.AnyTagClassName
{
color: #AA44BC;
}
</style>
background-color css
<style>
a { background-color: #AA44BC; }
a { background-color: rgb(170,68,188); }
div.DivClassName
{
background-color: #AA44BC;
}
.BgClassName
{
background-color: #AA44BC;
}
</style>
border-color css
<style>
span { border-color: #AA44BC; }
span { border-color: rgb(170,68,188); }
td.TdClassName
{
border-color: #AA44BC;
}
.TagClassName
{
border-color: #AA44BC;
}
</style>