Shades of Medium Violet Red #AB1C87
Tints of Medium Violet Red #AB1C87
RGB
CMYK
RGB Variations
Color information
#AB1C87 (or 0xAB1C87) is known color: Medium Violet Red. HEX triplet: AB, 1C and 87. RGB value is (171,28,135). Sum of RGB (Red+Green+Blue) = 171+28+135=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C87 is #54E378. Grayscale: #525252. Windows color (decimal): -5563257 or 8854699. OLE color: 8854699.
HSL color Cylindrical-coordinate representation of color #AB1C87: hue angle of 315.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C87 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 135 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.33 |
| HSL | 315.1º | 0.72% | 0.39% | - |
| HSV(B) | 315.1º | 0.84% | 0.67% | - |
| XYZ | 21.58 | 11.24 | 23.95 | - |
| YUV | 82.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 135 | 0 | 0.84 | 0.21 | 0.33 | 315.1 | 0.72 | 0.39 |
| Hex | AB | 1C | 87 | 0 | 54 | 15 | 21 | 13B | 48 | 27 |
| Octal | 253 | 34 | 207 | 0 | 124 | 25 | 41 | 473 | 110 | 47 |
| Binary | 10101011 | 11100 | 10000111 | 0 | 1010100 | 10101 | 100001 | 100111011 | 1001000 | 100111 |
Color Harmonies of #AB1C87
Complementary color
Monochromatic Colors of #AB1C87
Black with #AB1C87
Text Example
Text Example
White with #AB1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C87; }
p { color: rgb(171,28,135); }
H1.HeaderClassName
{
color: #AB1C87;
}
.AnyTagClassName
{
color: #AB1C87;
}
</style>
background-color css
<style>
a { background-color: #AB1C87; }
a { background-color: rgb(171,28,135); }
div.DivClassName
{
background-color: #AB1C87;
}
.BgClassName
{
background-color: #AB1C87;
}
</style>
border-color css
<style>
span { border-color: #AB1C87; }
span { border-color: rgb(171,28,135); }
td.TdClassName
{
border-color: #AB1C87;
}
.TagClassName
{
border-color: #AB1C87;
}
</style>