Shades of Medium Violet Red #AB199B
Tints of Medium Violet Red #AB199B
RGB
CMYK
RGB Variations
Color information
#AB199B (or 0xAB199B) is known color: Medium Violet Red. HEX triplet: AB, 19 and 9B. RGB value is (171,25,155). Sum of RGB (Red+Green+Blue) = 171+25+155=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB199B is #54E664. Grayscale: #535353. Windows color (decimal): -5564005 or 10164651. OLE color: 10164651.
HSL color Cylindrical-coordinate representation of color #AB199B: hue angle of 306.58º 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 #AB199B is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 155 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.33 |
| HSL | 306.58º | 0.74% | 0.38% | - |
| HSV(B) | 306.58º | 0.85% | 0.67% | - |
| XYZ | 23.06 | 11.72 | 32.06 | - |
| YUV | 83.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 155 | 0 | 0.85 | 0.09 | 0.33 | 306.58 | 0.74 | 0.38 |
| Hex | AB | 19 | 9B | 0 | 55 | 9 | 21 | 133 | 4A | 26 |
| Octal | 253 | 31 | 233 | 0 | 125 | 11 | 41 | 463 | 112 | 46 |
| Binary | 10101011 | 11001 | 10011011 | 0 | 1010101 | 1001 | 100001 | 100110011 | 1001010 | 100110 |
Color Harmonies of #AB199B
Complementary color
Monochromatic Colors of #AB199B
Black with #AB199B
Text Example
Text Example
White with #AB199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB199B; }
p { color: rgb(171,25,155); }
H1.HeaderClassName
{
color: #AB199B;
}
.AnyTagClassName
{
color: #AB199B;
}
</style>
background-color css
<style>
a { background-color: #AB199B; }
a { background-color: rgb(171,25,155); }
div.DivClassName
{
background-color: #AB199B;
}
.BgClassName
{
background-color: #AB199B;
}
</style>
border-color css
<style>
span { border-color: #AB199B; }
span { border-color: rgb(171,25,155); }
td.TdClassName
{
border-color: #AB199B;
}
.TagClassName
{
border-color: #AB199B;
}
</style>