Shades of Medium Violet Red #AB197C
Tints of Medium Violet Red #AB197C
RGB
CMYK
RGB Variations
Color information
#AB197C (or 0xAB197C) is known color: Medium Violet Red. HEX triplet: AB, 19 and 7C. RGB value is (171,25,124). Sum of RGB (Red+Green+Blue) = 171+25+124=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB197C is #54E683. Grayscale: #4F4F4F. Windows color (decimal): -5564036 or 8133035. OLE color: 8133035.
HSL color Cylindrical-coordinate representation of color #AB197C: hue angle of 319.32º 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 #AB197C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 124 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.33 |
| HSL | 319.32º | 0.74% | 0.38% | - |
| HSV(B) | 319.32º | 0.85% | 0.67% | - |
| XYZ | 20.78 | 10.81 | 20.06 | - |
| YUV | 79.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 124 | 0 | 0.85 | 0.27 | 0.33 | 319.32 | 0.74 | 0.38 |
| Hex | AB | 19 | 7C | 0 | 55 | 1B | 21 | 13F | 4A | 26 |
| Octal | 253 | 31 | 174 | 0 | 125 | 33 | 41 | 477 | 112 | 46 |
| Binary | 10101011 | 11001 | 1111100 | 0 | 1010101 | 11011 | 100001 | 100111111 | 1001010 | 100110 |
Color Harmonies of #AB197C
Complementary color
Monochromatic Colors of #AB197C
Black with #AB197C
Text Example
Text Example
White with #AB197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB197C; }
p { color: rgb(171,25,124); }
H1.HeaderClassName
{
color: #AB197C;
}
.AnyTagClassName
{
color: #AB197C;
}
</style>
background-color css
<style>
a { background-color: #AB197C; }
a { background-color: rgb(171,25,124); }
div.DivClassName
{
background-color: #AB197C;
}
.BgClassName
{
background-color: #AB197C;
}
</style>
border-color css
<style>
span { border-color: #AB197C; }
span { border-color: rgb(171,25,124); }
td.TdClassName
{
border-color: #AB197C;
}
.TagClassName
{
border-color: #AB197C;
}
</style>