Shades of Medium Violet Red #AB137A
Tints of Medium Violet Red #AB137A
RGB
CMYK
RGB Variations
Color information
#AB137A (or 0xAB137A) is known color: Medium Violet Red. HEX triplet: AB, 13 and 7A. RGB value is (171,19,122). Sum of RGB (Red+Green+Blue) = 171+19+122=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB137A is #54EC85. Grayscale: #4B4B4B. Windows color (decimal): -5565574 or 8000427. OLE color: 8000427.
HSL color Cylindrical-coordinate representation of color #AB137A: hue angle of 319.34º 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 #AB137A is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 122 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.33 |
| HSL | 319.34º | 0.8% | 0.37% | - |
| HSV(B) | 319.34º | 0.89% | 0.67% | - |
| XYZ | 20.54 | 10.53 | 19.36 | - |
| YUV | 76.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 122 | 0 | 0.89 | 0.29 | 0.33 | 319.34 | 0.8 | 0.37 |
| Hex | AB | 13 | 7A | 0 | 59 | 1D | 21 | 13F | 50 | 25 |
| Octal | 253 | 23 | 172 | 0 | 131 | 35 | 41 | 477 | 120 | 45 |
| Binary | 10101011 | 10011 | 1111010 | 0 | 1011001 | 11101 | 100001 | 100111111 | 1010000 | 100101 |
Color Harmonies of #AB137A
Complementary color
Monochromatic Colors of #AB137A
Black with #AB137A
Text Example
Text Example
White with #AB137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB137A; }
p { color: rgb(171,19,122); }
H1.HeaderClassName
{
color: #AB137A;
}
.AnyTagClassName
{
color: #AB137A;
}
</style>
background-color css
<style>
a { background-color: #AB137A; }
a { background-color: rgb(171,19,122); }
div.DivClassName
{
background-color: #AB137A;
}
.BgClassName
{
background-color: #AB137A;
}
</style>
border-color css
<style>
span { border-color: #AB137A; }
span { border-color: rgb(171,19,122); }
td.TdClassName
{
border-color: #AB137A;
}
.TagClassName
{
border-color: #AB137A;
}
</style>