Shades of Deep Lilac #AA4FBA
Tints of Deep Lilac #AA4FBA
RGB
CMYK
RGB Variations
Color information
#AA4FBA (or 0xAA4FBA) is known color: Deep Lilac. HEX triplet: AA, 4F and BA. RGB value is (170,79,186). Sum of RGB (Red+Green+Blue) = 170+79+186=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FBA is #55B045. Grayscale: #767676. Windows color (decimal): -5615686 or 12210090. OLE color: 12210090.
HSL color Cylindrical-coordinate representation of color #AA4FBA: hue angle of 291.03º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4FBA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 79 | 186 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.27 |
| HSL | 291.03º | 0.44% | 0.52% | - |
| HSV(B) | 291.03º | 0.58% | 0.73% | - |
| XYZ | 28.24 | 17.68 | 48.38 | - |
| YUV | 118.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 186 | 0.09 | 0.58 | 0 | 0.27 | 291.03 | 0.44 | 0.52 |
| Hex | AA | 4F | BA | 9 | 3A | 0 | 1B | 123 | 2C | 34 |
| Octal | 252 | 117 | 272 | 11 | 72 | 0 | 33 | 443 | 54 | 64 |
| Binary | 10101010 | 1001111 | 10111010 | 1001 | 111010 | 0 | 11011 | 100100011 | 101100 | 110100 |
Color Harmonies of #AA4FBA
Complementary color
Monochromatic Colors of #AA4FBA
Black with #AA4FBA
Text Example
Text Example
White with #AA4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4FBA; }
p { color: rgb(170,79,186); }
H1.HeaderClassName
{
color: #AA4FBA;
}
.AnyTagClassName
{
color: #AA4FBA;
}
</style>
background-color css
<style>
a { background-color: #AA4FBA; }
a { background-color: rgb(170,79,186); }
div.DivClassName
{
background-color: #AA4FBA;
}
.BgClassName
{
background-color: #AA4FBA;
}
</style>
border-color css
<style>
span { border-color: #AA4FBA; }
span { border-color: rgb(170,79,186); }
td.TdClassName
{
border-color: #AA4FBA;
}
.TagClassName
{
border-color: #AA4FBA;
}
</style>