Shades of Medium Violet Red #AB1997
Tints of Medium Violet Red #AB1997
RGB
CMYK
RGB Variations
Color information
#AB1997 (or 0xAB1997) is known color: Medium Violet Red. HEX triplet: AB, 19 and 97. RGB value is (171,25,151). Sum of RGB (Red+Green+Blue) = 171+25+151=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1997 is #54E668. Grayscale: #525252. Windows color (decimal): -5564009 or 9902507. OLE color: 9902507.
HSL color Cylindrical-coordinate representation of color #AB1997: hue angle of 308.22º 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 #AB1997 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 151 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.33 |
| HSL | 308.22º | 0.74% | 0.38% | - |
| HSV(B) | 308.22º | 0.85% | 0.67% | - |
| XYZ | 22.73 | 11.59 | 30.32 | - |
| YUV | 83.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 151 | 0 | 0.85 | 0.12 | 0.33 | 308.22 | 0.74 | 0.38 |
| Hex | AB | 19 | 97 | 0 | 55 | C | 21 | 134 | 4A | 26 |
| Octal | 253 | 31 | 227 | 0 | 125 | 14 | 41 | 464 | 112 | 46 |
| Binary | 10101011 | 11001 | 10010111 | 0 | 1010101 | 1100 | 100001 | 100110100 | 1001010 | 100110 |
Color Harmonies of #AB1997
Complementary color
Monochromatic Colors of #AB1997
Black with #AB1997
Text Example
Text Example
White with #AB1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1997; }
p { color: rgb(171,25,151); }
H1.HeaderClassName
{
color: #AB1997;
}
.AnyTagClassName
{
color: #AB1997;
}
</style>
background-color css
<style>
a { background-color: #AB1997; }
a { background-color: rgb(171,25,151); }
div.DivClassName
{
background-color: #AB1997;
}
.BgClassName
{
background-color: #AB1997;
}
</style>
border-color css
<style>
span { border-color: #AB1997; }
span { border-color: rgb(171,25,151); }
td.TdClassName
{
border-color: #AB1997;
}
.TagClassName
{
border-color: #AB1997;
}
</style>