Shades of Deep Lilac #AB4ABC
Tints of Deep Lilac #AB4ABC
RGB
CMYK
RGB Variations
Color information
#AB4ABC (or 0xAB4ABC) is known color: Deep Lilac. HEX triplet: AB, 4A and BC. RGB value is (171,74,188). Sum of RGB (Red+Green+Blue) = 171+74+188=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ABC is #54B543. Grayscale: #737373. Windows color (decimal): -5551428 or 12339883. OLE color: 12339883.
HSL color Cylindrical-coordinate representation of color #AB4ABC: hue angle of 291.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4ABC is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 74 | 188 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.26 |
| HSL | 291.05º | 0.46% | 0.51% | - |
| HSV(B) | 291.05º | 0.61% | 0.74% | - |
| XYZ | 28.32 | 17.19 | 49.4 | - |
| YUV | 116 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 188 | 0.09 | 0.61 | 0 | 0.26 | 291.05 | 0.46 | 0.51 |
| Hex | AB | 4A | BC | 9 | 3D | 0 | 1A | 123 | 2E | 33 |
| Octal | 253 | 112 | 274 | 11 | 75 | 0 | 32 | 443 | 56 | 63 |
| Binary | 10101011 | 1001010 | 10111100 | 1001 | 111101 | 0 | 11010 | 100100011 | 101110 | 110011 |
Color Harmonies of #AB4ABC
Complementary color
Monochromatic Colors of #AB4ABC
Black with #AB4ABC
Text Example
Text Example
White with #AB4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ABC; }
p { color: rgb(171,74,188); }
H1.HeaderClassName
{
color: #AB4ABC;
}
.AnyTagClassName
{
color: #AB4ABC;
}
</style>
background-color css
<style>
a { background-color: #AB4ABC; }
a { background-color: rgb(171,74,188); }
div.DivClassName
{
background-color: #AB4ABC;
}
.BgClassName
{
background-color: #AB4ABC;
}
</style>
border-color css
<style>
span { border-color: #AB4ABC; }
span { border-color: rgb(171,74,188); }
td.TdClassName
{
border-color: #AB4ABC;
}
.TagClassName
{
border-color: #AB4ABC;
}
</style>