Shades of Deep Lilac #AB4FBC
Tints of Deep Lilac #AB4FBC
RGB
CMYK
RGB Variations
Color information
#AB4FBC (or 0xAB4FBC) is known color: Deep Lilac. HEX triplet: AB, 4F and BC. RGB value is (171,79,188). Sum of RGB (Red+Green+Blue) = 171+79+188=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FBC is #54B043. Grayscale: #767676. Windows color (decimal): -5550148 or 12341163. OLE color: 12341163.
HSL color Cylindrical-coordinate representation of color #AB4FBC: hue angle of 290.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4FBC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 79 | 188 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.26 |
| HSL | 290.64º | 0.45% | 0.52% | - |
| HSV(B) | 290.64º | 0.58% | 0.74% | - |
| XYZ | 28.67 | 17.88 | 49.52 | - |
| YUV | 118.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 188 | 0.09 | 0.58 | 0 | 0.26 | 290.64 | 0.45 | 0.52 |
| Hex | AB | 4F | BC | 9 | 3A | 0 | 1A | 123 | 2D | 34 |
| Octal | 253 | 117 | 274 | 11 | 72 | 0 | 32 | 443 | 55 | 64 |
| Binary | 10101011 | 1001111 | 10111100 | 1001 | 111010 | 0 | 11010 | 100100011 | 101101 | 110100 |
Color Harmonies of #AB4FBC
Complementary color
Monochromatic Colors of #AB4FBC
Black with #AB4FBC
Text Example
Text Example
White with #AB4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FBC; }
p { color: rgb(171,79,188); }
H1.HeaderClassName
{
color: #AB4FBC;
}
.AnyTagClassName
{
color: #AB4FBC;
}
</style>
background-color css
<style>
a { background-color: #AB4FBC; }
a { background-color: rgb(171,79,188); }
div.DivClassName
{
background-color: #AB4FBC;
}
.BgClassName
{
background-color: #AB4FBC;
}
</style>
border-color css
<style>
span { border-color: #AB4FBC; }
span { border-color: rgb(171,79,188); }
td.TdClassName
{
border-color: #AB4FBC;
}
.TagClassName
{
border-color: #AB4FBC;
}
</style>