Shades of Medium Violet Red #AB1995
Tints of Medium Violet Red #AB1995
RGB
CMYK
RGB Variations
Color information
#AB1995 (or 0xAB1995) is known color: Medium Violet Red. HEX triplet: AB, 19 and 95. RGB value is (171,25,149). Sum of RGB (Red+Green+Blue) = 171+25+149=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1995 is #54E66A. Grayscale: #525252. Windows color (decimal): -5564011 or 9771435. OLE color: 9771435.
HSL color Cylindrical-coordinate representation of color #AB1995: hue angle of 309.04º 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 #AB1995 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 149 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.33 |
| HSL | 309.04º | 0.74% | 0.38% | - |
| HSV(B) | 309.04º | 0.85% | 0.67% | - |
| XYZ | 22.57 | 11.52 | 29.47 | - |
| YUV | 82.79 | 165.37 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 149 | 0 | 0.85 | 0.13 | 0.33 | 309.04 | 0.74 | 0.38 |
| Hex | AB | 19 | 95 | 0 | 55 | D | 21 | 135 | 4A | 26 |
| Octal | 253 | 31 | 225 | 0 | 125 | 15 | 41 | 465 | 112 | 46 |
| Binary | 10101011 | 11001 | 10010101 | 0 | 1010101 | 1101 | 100001 | 100110101 | 1001010 | 100110 |
Color Harmonies of #AB1995
Complementary color
Monochromatic Colors of #AB1995
Black with #AB1995
Text Example
Text Example
White with #AB1995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1995; }
p { color: rgb(171,25,149); }
H1.HeaderClassName
{
color: #AB1995;
}
.AnyTagClassName
{
color: #AB1995;
}
</style>
background-color css
<style>
a { background-color: #AB1995; }
a { background-color: rgb(171,25,149); }
div.DivClassName
{
background-color: #AB1995;
}
.BgClassName
{
background-color: #AB1995;
}
</style>
border-color css
<style>
span { border-color: #AB1995; }
span { border-color: rgb(171,25,149); }
td.TdClassName
{
border-color: #AB1995;
}
.TagClassName
{
border-color: #AB1995;
}
</style>