Shades of Deep Lilac #AA5FBA
Tints of Deep Lilac #AA5FBA
RGB
CMYK
RGB Variations
Color information
#AA5FBA (or 0xAA5FBA) is known color: Deep Lilac. HEX triplet: AA, 5F and BA. RGB value is (170,95,186). Sum of RGB (Red+Green+Blue) = 170+95+186=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FBA is #55A045. Grayscale: #7F7F7F. Windows color (decimal): -5611590 or 12214186. OLE color: 12214186.
HSL color Cylindrical-coordinate representation of color #AA5FBA: hue angle of 289.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5FBA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 95 | 186 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.27 |
| HSL | 289.45º | 0.4% | 0.55% | - |
| HSV(B) | 289.45º | 0.49% | 0.73% | - |
| XYZ | 29.53 | 20.28 | 48.81 | - |
| YUV | 127.8 | 160.85 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 186 | 0.09 | 0.49 | 0 | 0.27 | 289.45 | 0.4 | 0.55 |
| Hex | AA | 5F | BA | 9 | 31 | 0 | 1B | 121 | 28 | 37 |
| Octal | 252 | 137 | 272 | 11 | 61 | 0 | 33 | 441 | 50 | 67 |
| Binary | 10101010 | 1011111 | 10111010 | 1001 | 110001 | 0 | 11011 | 100100001 | 101000 | 110111 |
Color Harmonies of #AA5FBA
Complementary color
Monochromatic Colors of #AA5FBA
Black with #AA5FBA
Text Example
Text Example
White with #AA5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FBA; }
p { color: rgb(170,95,186); }
H1.HeaderClassName
{
color: #AA5FBA;
}
.AnyTagClassName
{
color: #AA5FBA;
}
</style>
background-color css
<style>
a { background-color: #AA5FBA; }
a { background-color: rgb(170,95,186); }
div.DivClassName
{
background-color: #AA5FBA;
}
.BgClassName
{
background-color: #AA5FBA;
}
</style>
border-color css
<style>
span { border-color: #AA5FBA; }
span { border-color: rgb(170,95,186); }
td.TdClassName
{
border-color: #AA5FBA;
}
.TagClassName
{
border-color: #AA5FBA;
}
</style>