Shades of Deep Lilac #AB41BC
Tints of Deep Lilac #AB41BC
RGB
CMYK
RGB Variations
Color information
#AB41BC (or 0xAB41BC) is known color: Deep Lilac. HEX triplet: AB, 41 and BC. RGB value is (171,65,188). Sum of RGB (Red+Green+Blue) = 171+65+188=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB41BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41BC is #54BE43. Grayscale: #6E6E6E. Windows color (decimal): -5553732 or 12337579. OLE color: 12337579.
HSL color Cylindrical-coordinate representation of color #AB41BC: hue angle of 291.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB41BC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 65 | 188 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.26 |
| HSL | 291.71º | 0.49% | 0.5% | - |
| HSV(B) | 291.71º | 0.65% | 0.74% | - |
| XYZ | 27.76 | 16.07 | 49.22 | - |
| YUV | 110.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 188 | 0.09 | 0.65 | 0 | 0.26 | 291.71 | 0.49 | 0.5 |
| Hex | AB | 41 | BC | 9 | 41 | 0 | 1A | 124 | 31 | 32 |
| Octal | 253 | 101 | 274 | 11 | 101 | 0 | 32 | 444 | 61 | 62 |
| Binary | 10101011 | 1000001 | 10111100 | 1001 | 1000001 | 0 | 11010 | 100100100 | 110001 | 110010 |
Color Harmonies of #AB41BC
Complementary color
Monochromatic Colors of #AB41BC
Black with #AB41BC
Text Example
Text Example
White with #AB41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41BC; }
p { color: rgb(171,65,188); }
H1.HeaderClassName
{
color: #AB41BC;
}
.AnyTagClassName
{
color: #AB41BC;
}
</style>
background-color css
<style>
a { background-color: #AB41BC; }
a { background-color: rgb(171,65,188); }
div.DivClassName
{
background-color: #AB41BC;
}
.BgClassName
{
background-color: #AB41BC;
}
</style>
border-color css
<style>
span { border-color: #AB41BC; }
span { border-color: rgb(171,65,188); }
td.TdClassName
{
border-color: #AB41BC;
}
.TagClassName
{
border-color: #AB41BC;
}
</style>