Shades of Deep Lilac #AB4BC0
Tints of Deep Lilac #AB4BC0
RGB
CMYK
RGB Variations
Color information
#AB4BC0 (or 0xAB4BC0) is known color: Deep Lilac. HEX triplet: AB, 4B and C0. RGB value is (171,75,192). Sum of RGB (Red+Green+Blue) = 171+75+192=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB4BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BC0 is #54B43F. Grayscale: #747474. Windows color (decimal): -5551168 or 12602283. OLE color: 12602283.
HSL color Cylindrical-coordinate representation of color #AB4BC0: hue angle of 289.23º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4BC0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 75 | 192 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.25 |
| HSL | 289.23º | 0.48% | 0.52% | - |
| HSV(B) | 289.23º | 0.61% | 0.75% | - |
| XYZ | 28.83 | 17.5 | 51.73 | - |
| YUV | 117.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 192 | 0.11 | 0.61 | 0 | 0.25 | 289.23 | 0.48 | 0.52 |
| Hex | AB | 4B | C0 | B | 3D | 0 | 19 | 121 | 30 | 34 |
| Octal | 253 | 113 | 300 | 13 | 75 | 0 | 31 | 441 | 60 | 64 |
| Binary | 10101011 | 1001011 | 11000000 | 1011 | 111101 | 0 | 11001 | 100100001 | 110000 | 110100 |
Color Harmonies of #AB4BC0
Complementary color
Monochromatic Colors of #AB4BC0
Black with #AB4BC0
Text Example
Text Example
White with #AB4BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BC0; }
p { color: rgb(171,75,192); }
H1.HeaderClassName
{
color: #AB4BC0;
}
.AnyTagClassName
{
color: #AB4BC0;
}
</style>
background-color css
<style>
a { background-color: #AB4BC0; }
a { background-color: rgb(171,75,192); }
div.DivClassName
{
background-color: #AB4BC0;
}
.BgClassName
{
background-color: #AB4BC0;
}
</style>
border-color css
<style>
span { border-color: #AB4BC0; }
span { border-color: rgb(171,75,192); }
td.TdClassName
{
border-color: #AB4BC0;
}
.TagClassName
{
border-color: #AB4BC0;
}
</style>