Shades of Medium Violet Red #AB137D
Tints of Medium Violet Red #AB137D
RGB
CMYK
RGB Variations
Color information
#AB137D (or 0xAB137D) is known color: Medium Violet Red. HEX triplet: AB, 13 and 7D. RGB value is (171,19,125). Sum of RGB (Red+Green+Blue) = 171+19+125=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB137D is #54EC82. Grayscale: #4C4C4C. Windows color (decimal): -5565571 or 8197035. OLE color: 8197035.
HSL color Cylindrical-coordinate representation of color #AB137D: hue angle of 318.16º 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 #AB137D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 125 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.33 |
| HSL | 318.16º | 0.8% | 0.37% | - |
| HSV(B) | 318.16º | 0.89% | 0.67% | - |
| XYZ | 20.73 | 10.6 | 20.36 | - |
| YUV | 76.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 125 | 0 | 0.89 | 0.27 | 0.33 | 318.16 | 0.8 | 0.37 |
| Hex | AB | 13 | 7D | 0 | 59 | 1B | 21 | 13E | 50 | 25 |
| Octal | 253 | 23 | 175 | 0 | 131 | 33 | 41 | 476 | 120 | 45 |
| Binary | 10101011 | 10011 | 1111101 | 0 | 1011001 | 11011 | 100001 | 100111110 | 1010000 | 100101 |
Color Harmonies of #AB137D
Complementary color
Monochromatic Colors of #AB137D
Black with #AB137D
Text Example
Text Example
White with #AB137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB137D; }
p { color: rgb(171,19,125); }
H1.HeaderClassName
{
color: #AB137D;
}
.AnyTagClassName
{
color: #AB137D;
}
</style>
background-color css
<style>
a { background-color: #AB137D; }
a { background-color: rgb(171,19,125); }
div.DivClassName
{
background-color: #AB137D;
}
.BgClassName
{
background-color: #AB137D;
}
</style>
border-color css
<style>
span { border-color: #AB137D; }
span { border-color: rgb(171,19,125); }
td.TdClassName
{
border-color: #AB137D;
}
.TagClassName
{
border-color: #AB137D;
}
</style>