Shades of Medium Violet Red #AB197A
Tints of Medium Violet Red #AB197A
RGB
CMYK
RGB Variations
Color information
#AB197A (or 0xAB197A) is known color: Medium Violet Red. HEX triplet: AB, 19 and 7A. RGB value is (171,25,122). Sum of RGB (Red+Green+Blue) = 171+25+122=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB197A is #54E685. Grayscale: #4F4F4F. Windows color (decimal): -5564038 or 8001963. OLE color: 8001963.
HSL color Cylindrical-coordinate representation of color #AB197A: hue angle of 320.14º 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 #AB197A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 122 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.33 |
| HSL | 320.14º | 0.74% | 0.38% | - |
| HSV(B) | 320.14º | 0.85% | 0.67% | - |
| XYZ | 20.66 | 10.76 | 19.4 | - |
| YUV | 79.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 122 | 0 | 0.85 | 0.29 | 0.33 | 320.14 | 0.74 | 0.38 |
| Hex | AB | 19 | 7A | 0 | 55 | 1D | 21 | 140 | 4A | 26 |
| Octal | 253 | 31 | 172 | 0 | 125 | 35 | 41 | 500 | 112 | 46 |
| Binary | 10101011 | 11001 | 1111010 | 0 | 1010101 | 11101 | 100001 | 101000000 | 1001010 | 100110 |
Color Harmonies of #AB197A
Complementary color
Monochromatic Colors of #AB197A
Black with #AB197A
Text Example
Text Example
White with #AB197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB197A; }
p { color: rgb(171,25,122); }
H1.HeaderClassName
{
color: #AB197A;
}
.AnyTagClassName
{
color: #AB197A;
}
</style>
background-color css
<style>
a { background-color: #AB197A; }
a { background-color: rgb(171,25,122); }
div.DivClassName
{
background-color: #AB197A;
}
.BgClassName
{
background-color: #AB197A;
}
</style>
border-color css
<style>
span { border-color: #AB197A; }
span { border-color: rgb(171,25,122); }
td.TdClassName
{
border-color: #AB197A;
}
.TagClassName
{
border-color: #AB197A;
}
</style>