Shades of Deep Lilac #AB4ABA
Tints of Deep Lilac #AB4ABA
RGB
CMYK
RGB Variations
Color information
#AB4ABA (or 0xAB4ABA) is known color: Deep Lilac. HEX triplet: AB, 4A and BA. RGB value is (171,74,186). Sum of RGB (Red+Green+Blue) = 171+74+186=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ABA is #54B545. Grayscale: #737373. Windows color (decimal): -5551430 or 12208811. OLE color: 12208811.
HSL color Cylindrical-coordinate representation of color #AB4ABA: hue angle of 291.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4ABA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 74 | 186 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.27 |
| HSL | 291.96º | 0.45% | 0.51% | - |
| HSV(B) | 291.96º | 0.6% | 0.73% | - |
| XYZ | 28.11 | 17.1 | 48.27 | - |
| YUV | 115.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 186 | 0.08 | 0.60 | 0 | 0.27 | 291.96 | 0.45 | 0.51 |
| Hex | AB | 4A | BA | 8 | 3C | 0 | 1B | 124 | 2D | 33 |
| Octal | 253 | 112 | 272 | 10 | 74 | 0 | 33 | 444 | 55 | 63 |
| Binary | 10101011 | 1001010 | 10111010 | 1000 | 111100 | 0 | 11011 | 100100100 | 101101 | 110011 |
Color Harmonies of #AB4ABA
Complementary color
Monochromatic Colors of #AB4ABA
Black with #AB4ABA
Text Example
Text Example
White with #AB4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ABA; }
p { color: rgb(171,74,186); }
H1.HeaderClassName
{
color: #AB4ABA;
}
.AnyTagClassName
{
color: #AB4ABA;
}
</style>
background-color css
<style>
a { background-color: #AB4ABA; }
a { background-color: rgb(171,74,186); }
div.DivClassName
{
background-color: #AB4ABA;
}
.BgClassName
{
background-color: #AB4ABA;
}
</style>
border-color css
<style>
span { border-color: #AB4ABA; }
span { border-color: rgb(171,74,186); }
td.TdClassName
{
border-color: #AB4ABA;
}
.TagClassName
{
border-color: #AB4ABA;
}
</style>