Shades of Medium Violet Red #AB197F
Tints of Medium Violet Red #AB197F
RGB
CMYK
RGB Variations
Color information
#AB197F (or 0xAB197F) is known color: Medium Violet Red. HEX triplet: AB, 19 and 7F. RGB value is (171,25,127). Sum of RGB (Red+Green+Blue) = 171+25+127=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB197F is #54E680. Grayscale: #505050. Windows color (decimal): -5564033 or 8329643. OLE color: 8329643.
HSL color Cylindrical-coordinate representation of color #AB197F: hue angle of 318.08º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB197F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 127 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.33 |
| HSL | 318.08º | 0.74% | 0.38% | - |
| HSV(B) | 318.08º | 0.85% | 0.67% | - |
| XYZ | 20.97 | 10.89 | 21.07 | - |
| YUV | 80.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 127 | 0 | 0.85 | 0.26 | 0.33 | 318.08 | 0.74 | 0.38 |
| Hex | AB | 19 | 7F | 0 | 55 | 1A | 21 | 13E | 4A | 26 |
| Octal | 253 | 31 | 177 | 0 | 125 | 32 | 41 | 476 | 112 | 46 |
| Binary | 10101011 | 11001 | 1111111 | 0 | 1010101 | 11010 | 100001 | 100111110 | 1001010 | 100110 |
Color Harmonies of #AB197F
Complementary color
Monochromatic Colors of #AB197F
Black with #AB197F
Text Example
Text Example
White with #AB197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB197F; }
p { color: rgb(171,25,127); }
H1.HeaderClassName
{
color: #AB197F;
}
.AnyTagClassName
{
color: #AB197F;
}
</style>
background-color css
<style>
a { background-color: #AB197F; }
a { background-color: rgb(171,25,127); }
div.DivClassName
{
background-color: #AB197F;
}
.BgClassName
{
background-color: #AB197F;
}
</style>
border-color css
<style>
span { border-color: #AB197F; }
span { border-color: rgb(171,25,127); }
td.TdClassName
{
border-color: #AB197F;
}
.TagClassName
{
border-color: #AB197F;
}
</style>