Shades of Deep Lilac #AB4CBC
Tints of Deep Lilac #AB4CBC
RGB
CMYK
RGB Variations
Color information
#AB4CBC (or 0xAB4CBC) is known color: Deep Lilac. HEX triplet: AB, 4C and BC. RGB value is (171,76,188). Sum of RGB (Red+Green+Blue) = 171+76+188=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CBC is #54B343. Grayscale: #747474. Windows color (decimal): -5550916 or 12340395. OLE color: 12340395.
HSL color Cylindrical-coordinate representation of color #AB4CBC: hue angle of 290.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4CBC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 76 | 188 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.26 |
| HSL | 290.89º | 0.46% | 0.52% | - |
| HSV(B) | 290.89º | 0.6% | 0.74% | - |
| XYZ | 28.46 | 17.46 | 49.45 | - |
| YUV | 117.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 188 | 0.09 | 0.60 | 0 | 0.26 | 290.89 | 0.46 | 0.52 |
| Hex | AB | 4C | BC | 9 | 3C | 0 | 1A | 123 | 2E | 34 |
| Octal | 253 | 114 | 274 | 11 | 74 | 0 | 32 | 443 | 56 | 64 |
| Binary | 10101011 | 1001100 | 10111100 | 1001 | 111100 | 0 | 11010 | 100100011 | 101110 | 110100 |
Color Harmonies of #AB4CBC
Complementary color
Monochromatic Colors of #AB4CBC
Black with #AB4CBC
Text Example
Text Example
White with #AB4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CBC; }
p { color: rgb(171,76,188); }
H1.HeaderClassName
{
color: #AB4CBC;
}
.AnyTagClassName
{
color: #AB4CBC;
}
</style>
background-color css
<style>
a { background-color: #AB4CBC; }
a { background-color: rgb(171,76,188); }
div.DivClassName
{
background-color: #AB4CBC;
}
.BgClassName
{
background-color: #AB4CBC;
}
</style>
border-color css
<style>
span { border-color: #AB4CBC; }
span { border-color: rgb(171,76,188); }
td.TdClassName
{
border-color: #AB4CBC;
}
.TagClassName
{
border-color: #AB4CBC;
}
</style>