Shades of Medium Violet Red #AB1999
Tints of Medium Violet Red #AB1999
RGB
CMYK
RGB Variations
Color information
#AB1999 (or 0xAB1999) is known color: Medium Violet Red. HEX triplet: AB, 19 and 99. RGB value is (171,25,153). Sum of RGB (Red+Green+Blue) = 171+25+153=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1999 is #54E666. Grayscale: #525252. Windows color (decimal): -5564007 or 10033579. OLE color: 10033579.
HSL color Cylindrical-coordinate representation of color #AB1999: hue angle of 307.4º 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 #AB1999 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 153 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.33 |
| HSL | 307.4º | 0.74% | 0.38% | - |
| HSV(B) | 307.4º | 0.85% | 0.67% | - |
| XYZ | 22.89 | 11.65 | 31.18 | - |
| YUV | 83.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 153 | 0 | 0.85 | 0.11 | 0.33 | 307.4 | 0.74 | 0.38 |
| Hex | AB | 19 | 99 | 0 | 55 | B | 21 | 133 | 4A | 26 |
| Octal | 253 | 31 | 231 | 0 | 125 | 13 | 41 | 463 | 112 | 46 |
| Binary | 10101011 | 11001 | 10011001 | 0 | 1010101 | 1011 | 100001 | 100110011 | 1001010 | 100110 |
Color Harmonies of #AB1999
Complementary color
Monochromatic Colors of #AB1999
Black with #AB1999
Text Example
Text Example
White with #AB1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1999; }
p { color: rgb(171,25,153); }
H1.HeaderClassName
{
color: #AB1999;
}
.AnyTagClassName
{
color: #AB1999;
}
</style>
background-color css
<style>
a { background-color: #AB1999; }
a { background-color: rgb(171,25,153); }
div.DivClassName
{
background-color: #AB1999;
}
.BgClassName
{
background-color: #AB1999;
}
</style>
border-color css
<style>
span { border-color: #AB1999; }
span { border-color: rgb(171,25,153); }
td.TdClassName
{
border-color: #AB1999;
}
.TagClassName
{
border-color: #AB1999;
}
</style>