Shades of Deep Lilac #AB44BC
Tints of Deep Lilac #AB44BC
RGB
CMYK
RGB Variations
Color information
#AB44BC (or 0xAB44BC) is known color: Deep Lilac. HEX triplet: AB, 44 and BC. RGB value is (171,68,188). Sum of RGB (Red+Green+Blue) = 171+68+188=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB44BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44BC is #54BB43. Grayscale: #707070. Windows color (decimal): -5552964 or 12338347. OLE color: 12338347.
HSL color Cylindrical-coordinate representation of color #AB44BC: hue angle of 291.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB44BC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 68 | 188 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.26 |
| HSL | 291.5º | 0.47% | 0.5% | - |
| HSV(B) | 291.5º | 0.64% | 0.74% | - |
| XYZ | 27.94 | 16.42 | 49.27 | - |
| YUV | 112.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 188 | 0.09 | 0.64 | 0 | 0.26 | 291.5 | 0.47 | 0.5 |
| Hex | AB | 44 | BC | 9 | 40 | 0 | 1A | 124 | 2F | 32 |
| Octal | 253 | 104 | 274 | 11 | 100 | 0 | 32 | 444 | 57 | 62 |
| Binary | 10101011 | 1000100 | 10111100 | 1001 | 1000000 | 0 | 11010 | 100100100 | 101111 | 110010 |
Color Harmonies of #AB44BC
Complementary color
Monochromatic Colors of #AB44BC
Black with #AB44BC
Text Example
Text Example
White with #AB44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB44BC; }
p { color: rgb(171,68,188); }
H1.HeaderClassName
{
color: #AB44BC;
}
.AnyTagClassName
{
color: #AB44BC;
}
</style>
background-color css
<style>
a { background-color: #AB44BC; }
a { background-color: rgb(171,68,188); }
div.DivClassName
{
background-color: #AB44BC;
}
.BgClassName
{
background-color: #AB44BC;
}
</style>
border-color css
<style>
span { border-color: #AB44BC; }
span { border-color: rgb(171,68,188); }
td.TdClassName
{
border-color: #AB44BC;
}
.TagClassName
{
border-color: #AB44BC;
}
</style>