Shades of Deep Lilac #AA50BF
Tints of Deep Lilac #AA50BF
RGB
CMYK
RGB Variations
Color information
#AA50BF (or 0xAA50BF) is known color: Deep Lilac. HEX triplet: AA, 50 and BF. RGB value is (170,80,191). Sum of RGB (Red+Green+Blue) = 170+80+191=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA50BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50BF is #55AF40. Grayscale: #777777. Windows color (decimal): -5615425 or 12538026. OLE color: 12538026.
HSL color Cylindrical-coordinate representation of color #AA50BF: hue angle of 288.65º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA50BF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 80 | 191 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.25 |
| HSL | 288.65º | 0.46% | 0.53% | - |
| HSV(B) | 288.65º | 0.58% | 0.75% | - |
| XYZ | 28.85 | 18.04 | 51.25 | - |
| YUV | 119.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 191 | 0.11 | 0.58 | 0 | 0.25 | 288.65 | 0.46 | 0.53 |
| Hex | AA | 50 | BF | B | 3A | 0 | 19 | 121 | 2E | 35 |
| Octal | 252 | 120 | 277 | 13 | 72 | 0 | 31 | 441 | 56 | 65 |
| Binary | 10101010 | 1010000 | 10111111 | 1011 | 111010 | 0 | 11001 | 100100001 | 101110 | 110101 |
Color Harmonies of #AA50BF
Complementary color
Monochromatic Colors of #AA50BF
Black with #AA50BF
Text Example
Text Example
White with #AA50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA50BF; }
p { color: rgb(170,80,191); }
H1.HeaderClassName
{
color: #AA50BF;
}
.AnyTagClassName
{
color: #AA50BF;
}
</style>
background-color css
<style>
a { background-color: #AA50BF; }
a { background-color: rgb(170,80,191); }
div.DivClassName
{
background-color: #AA50BF;
}
.BgClassName
{
background-color: #AA50BF;
}
</style>
border-color css
<style>
span { border-color: #AA50BF; }
span { border-color: rgb(170,80,191); }
td.TdClassName
{
border-color: #AA50BF;
}
.TagClassName
{
border-color: #AA50BF;
}
</style>