Shades of Deep Lilac #AB4CBF
Tints of Deep Lilac #AB4CBF
RGB
CMYK
RGB Variations
Color information
#AB4CBF (or 0xAB4CBF) is known color: Deep Lilac. HEX triplet: AB, 4C and BF. RGB value is (171,76,191). Sum of RGB (Red+Green+Blue) = 171+76+191=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CBF is #54B340. Grayscale: #757575. Windows color (decimal): -5550913 or 12537003. OLE color: 12537003.
HSL color Cylindrical-coordinate representation of color #AB4CBF: hue angle of 289.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4CBF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 76 | 191 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.25 |
| HSL | 289.57º | 0.47% | 0.52% | - |
| HSV(B) | 289.57º | 0.6% | 0.75% | - |
| XYZ | 28.78 | 17.59 | 51.17 | - |
| YUV | 117.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 191 | 0.10 | 0.60 | 0 | 0.25 | 289.57 | 0.47 | 0.52 |
| Hex | AB | 4C | BF | A | 3C | 0 | 19 | 122 | 2F | 34 |
| Octal | 253 | 114 | 277 | 12 | 74 | 0 | 31 | 442 | 57 | 64 |
| Binary | 10101011 | 1001100 | 10111111 | 1010 | 111100 | 0 | 11001 | 100100010 | 101111 | 110100 |
Color Harmonies of #AB4CBF
Complementary color
Monochromatic Colors of #AB4CBF
Black with #AB4CBF
Text Example
Text Example
White with #AB4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CBF; }
p { color: rgb(171,76,191); }
H1.HeaderClassName
{
color: #AB4CBF;
}
.AnyTagClassName
{
color: #AB4CBF;
}
</style>
background-color css
<style>
a { background-color: #AB4CBF; }
a { background-color: rgb(171,76,191); }
div.DivClassName
{
background-color: #AB4CBF;
}
.BgClassName
{
background-color: #AB4CBF;
}
</style>
border-color css
<style>
span { border-color: #AB4CBF; }
span { border-color: rgb(171,76,191); }
td.TdClassName
{
border-color: #AB4CBF;
}
.TagClassName
{
border-color: #AB4CBF;
}
</style>