Shades of Medium Violet Red #AB137C
Tints of Medium Violet Red #AB137C
RGB
CMYK
RGB Variations
Color information
#AB137C (or 0xAB137C) is known color: Medium Violet Red. HEX triplet: AB, 13 and 7C. RGB value is (171,19,124). Sum of RGB (Red+Green+Blue) = 171+19+124=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB137C is #54EC83. Grayscale: #4C4C4C. Windows color (decimal): -5565572 or 8131499. OLE color: 8131499.
HSL color Cylindrical-coordinate representation of color #AB137C: hue angle of 318.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB137C is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 124 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.33 |
| HSL | 318.55º | 0.8% | 0.37% | - |
| HSV(B) | 318.55º | 0.89% | 0.67% | - |
| XYZ | 20.67 | 10.58 | 20.02 | - |
| YUV | 76.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 124 | 0 | 0.89 | 0.27 | 0.33 | 318.55 | 0.8 | 0.37 |
| Hex | AB | 13 | 7C | 0 | 59 | 1B | 21 | 13F | 50 | 25 |
| Octal | 253 | 23 | 174 | 0 | 131 | 33 | 41 | 477 | 120 | 45 |
| Binary | 10101011 | 10011 | 1111100 | 0 | 1011001 | 11011 | 100001 | 100111111 | 1010000 | 100101 |
Color Harmonies of #AB137C
Complementary color
Monochromatic Colors of #AB137C
Black with #AB137C
Text Example
Text Example
White with #AB137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB137C; }
p { color: rgb(171,19,124); }
H1.HeaderClassName
{
color: #AB137C;
}
.AnyTagClassName
{
color: #AB137C;
}
</style>
background-color css
<style>
a { background-color: #AB137C; }
a { background-color: rgb(171,19,124); }
div.DivClassName
{
background-color: #AB137C;
}
.BgClassName
{
background-color: #AB137C;
}
</style>
border-color css
<style>
span { border-color: #AB137C; }
span { border-color: rgb(171,19,124); }
td.TdClassName
{
border-color: #AB137C;
}
.TagClassName
{
border-color: #AB137C;
}
</style>