Shades of Deep Lilac #AB4CBA
Tints of Deep Lilac #AB4CBA
RGB
CMYK
RGB Variations
Color information
#AB4CBA (or 0xAB4CBA) is known color: Deep Lilac. HEX triplet: AB, 4C and BA. RGB value is (171,76,186). Sum of RGB (Red+Green+Blue) = 171+76+186=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CBA is #54B345. Grayscale: #747474. Windows color (decimal): -5550918 or 12209323. OLE color: 12209323.
HSL color Cylindrical-coordinate representation of color #AB4CBA: hue angle of 291.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4CBA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 76 | 186 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.27 |
| HSL | 291.82º | 0.44% | 0.51% | - |
| HSV(B) | 291.82º | 0.59% | 0.73% | - |
| XYZ | 28.24 | 17.37 | 48.32 | - |
| YUV | 116.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 186 | 0.08 | 0.59 | 0 | 0.27 | 291.82 | 0.44 | 0.51 |
| Hex | AB | 4C | BA | 8 | 3B | 0 | 1B | 124 | 2C | 33 |
| Octal | 253 | 114 | 272 | 10 | 73 | 0 | 33 | 444 | 54 | 63 |
| Binary | 10101011 | 1001100 | 10111010 | 1000 | 111011 | 0 | 11011 | 100100100 | 101100 | 110011 |
Color Harmonies of #AB4CBA
Complementary color
Monochromatic Colors of #AB4CBA
Black with #AB4CBA
Text Example
Text Example
White with #AB4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CBA; }
p { color: rgb(171,76,186); }
H1.HeaderClassName
{
color: #AB4CBA;
}
.AnyTagClassName
{
color: #AB4CBA;
}
</style>
background-color css
<style>
a { background-color: #AB4CBA; }
a { background-color: rgb(171,76,186); }
div.DivClassName
{
background-color: #AB4CBA;
}
.BgClassName
{
background-color: #AB4CBA;
}
</style>
border-color css
<style>
span { border-color: #AB4CBA; }
span { border-color: rgb(171,76,186); }
td.TdClassName
{
border-color: #AB4CBA;
}
.TagClassName
{
border-color: #AB4CBA;
}
</style>