Shades of Medium Violet Red #AB1994
Tints of Medium Violet Red #AB1994
RGB
CMYK
RGB Variations
Color information
#AB1994 (or 0xAB1994) is known color: Medium Violet Red. HEX triplet: AB, 19 and 94. RGB value is (171,25,148). Sum of RGB (Red+Green+Blue) = 171+25+148=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1994 is #54E66B. Grayscale: #525252. Windows color (decimal): -5564012 or 9705899. OLE color: 9705899.
HSL color Cylindrical-coordinate representation of color #AB1994: hue angle of 309.45º 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 #AB1994 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 148 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.33 |
| HSL | 309.45º | 0.74% | 0.38% | - |
| HSV(B) | 309.45º | 0.85% | 0.67% | - |
| XYZ | 22.49 | 11.49 | 29.05 | - |
| YUV | 82.68 | 164.87 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 148 | 0 | 0.85 | 0.13 | 0.33 | 309.45 | 0.74 | 0.38 |
| Hex | AB | 19 | 94 | 0 | 55 | D | 21 | 135 | 4A | 26 |
| Octal | 253 | 31 | 224 | 0 | 125 | 15 | 41 | 465 | 112 | 46 |
| Binary | 10101011 | 11001 | 10010100 | 0 | 1010101 | 1101 | 100001 | 100110101 | 1001010 | 100110 |
Color Harmonies of #AB1994
Complementary color
Monochromatic Colors of #AB1994
Black with #AB1994
Text Example
Text Example
White with #AB1994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1994; }
p { color: rgb(171,25,148); }
H1.HeaderClassName
{
color: #AB1994;
}
.AnyTagClassName
{
color: #AB1994;
}
</style>
background-color css
<style>
a { background-color: #AB1994; }
a { background-color: rgb(171,25,148); }
div.DivClassName
{
background-color: #AB1994;
}
.BgClassName
{
background-color: #AB1994;
}
</style>
border-color css
<style>
span { border-color: #AB1994; }
span { border-color: rgb(171,25,148); }
td.TdClassName
{
border-color: #AB1994;
}
.TagClassName
{
border-color: #AB1994;
}
</style>