Shades of Medium Red Violet #AB4987
Tints of Medium Red Violet #AB4987
RGB
CMYK
RGB Variations
Color information
#AB4987 (or 0xAB4987) is known color: Medium Red Violet. HEX triplet: AB, 49 and 87. RGB value is (171,73,135). Sum of RGB (Red+Green+Blue) = 171+73+135=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4987 is #54B678. Grayscale: #6D6D6D. Windows color (decimal): -5551737 or 8866219. OLE color: 8866219.
HSL color Cylindrical-coordinate representation of color #AB4987: hue angle of 322.04º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4987 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 135 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.33 |
| HSL | 322.04º | 0.4% | 0.48% | - |
| HSV(B) | 322.04º | 0.57% | 0.67% | - |
| XYZ | 23.55 | 15.17 | 24.61 | - |
| YUV | 109.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 135 | 0 | 0.57 | 0.21 | 0.33 | 322.04 | 0.4 | 0.48 |
| Hex | AB | 49 | 87 | 0 | 39 | 15 | 21 | 142 | 28 | 30 |
| Octal | 253 | 111 | 207 | 0 | 71 | 25 | 41 | 502 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10000111 | 0 | 111001 | 10101 | 100001 | 101000010 | 101000 | 110000 |
Color Harmonies of #AB4987
Complementary color
Monochromatic Colors of #AB4987
Black with #AB4987
Text Example
Text Example
White with #AB4987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4987; }
p { color: rgb(171,73,135); }
H1.HeaderClassName
{
color: #AB4987;
}
.AnyTagClassName
{
color: #AB4987;
}
</style>
background-color css
<style>
a { background-color: #AB4987; }
a { background-color: rgb(171,73,135); }
div.DivClassName
{
background-color: #AB4987;
}
.BgClassName
{
background-color: #AB4987;
}
</style>
border-color css
<style>
span { border-color: #AB4987; }
span { border-color: rgb(171,73,135); }
td.TdClassName
{
border-color: #AB4987;
}
.TagClassName
{
border-color: #AB4987;
}
</style>