Shades of Medium Violet Red #AB199A
Tints of Medium Violet Red #AB199A
RGB
CMYK
RGB Variations
Color information
#AB199A (or 0xAB199A) is known color: Medium Violet Red. HEX triplet: AB, 19 and 9A. RGB value is (171,25,154). Sum of RGB (Red+Green+Blue) = 171+25+154=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB199A is #54E665. Grayscale: #525252. Windows color (decimal): -5564006 or 10099115. OLE color: 10099115.
HSL color Cylindrical-coordinate representation of color #AB199A: hue angle of 306.99º 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 #AB199A is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 154 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.33 |
| HSL | 306.99º | 0.74% | 0.38% | - |
| HSV(B) | 306.99º | 0.85% | 0.67% | - |
| XYZ | 22.97 | 11.69 | 31.62 | - |
| YUV | 83.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 154 | 0 | 0.85 | 0.10 | 0.33 | 306.99 | 0.74 | 0.38 |
| Hex | AB | 19 | 9A | 0 | 55 | A | 21 | 133 | 4A | 26 |
| Octal | 253 | 31 | 232 | 0 | 125 | 12 | 41 | 463 | 112 | 46 |
| Binary | 10101011 | 11001 | 10011010 | 0 | 1010101 | 1010 | 100001 | 100110011 | 1001010 | 100110 |
Color Harmonies of #AB199A
Complementary color
Monochromatic Colors of #AB199A
Black with #AB199A
Text Example
Text Example
White with #AB199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB199A; }
p { color: rgb(171,25,154); }
H1.HeaderClassName
{
color: #AB199A;
}
.AnyTagClassName
{
color: #AB199A;
}
</style>
background-color css
<style>
a { background-color: #AB199A; }
a { background-color: rgb(171,25,154); }
div.DivClassName
{
background-color: #AB199A;
}
.BgClassName
{
background-color: #AB199A;
}
</style>
border-color css
<style>
span { border-color: #AB199A; }
span { border-color: rgb(171,25,154); }
td.TdClassName
{
border-color: #AB199A;
}
.TagClassName
{
border-color: #AB199A;
}
</style>