Shades of Medium Violet Red #AB1591
Tints of Medium Violet Red #AB1591
RGB
CMYK
RGB Variations
Color information
#AB1591 (or 0xAB1591) is known color: Medium Violet Red. HEX triplet: AB, 15 and 91. RGB value is (171,21,145). Sum of RGB (Red+Green+Blue) = 171+21+145=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1591 is #54EA6E. Grayscale: #4F4F4F. Windows color (decimal): -5565039 or 9508267. OLE color: 9508267.
HSL color Cylindrical-coordinate representation of color #AB1591: hue angle of 310.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1591 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 145 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.33 |
| HSL | 310.4º | 0.78% | 0.38% | - |
| HSV(B) | 310.4º | 0.88% | 0.67% | - |
| XYZ | 22.17 | 11.24 | 27.79 | - |
| YUV | 79.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 145 | 0 | 0.88 | 0.15 | 0.33 | 310.4 | 0.78 | 0.38 |
| Hex | AB | 15 | 91 | 0 | 58 | F | 21 | 136 | 4E | 26 |
| Octal | 253 | 25 | 221 | 0 | 130 | 17 | 41 | 466 | 116 | 46 |
| Binary | 10101011 | 10101 | 10010001 | 0 | 1011000 | 1111 | 100001 | 100110110 | 1001110 | 100110 |
Color Harmonies of #AB1591
Complementary color
Monochromatic Colors of #AB1591
Black with #AB1591
Text Example
Text Example
White with #AB1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1591; }
p { color: rgb(171,21,145); }
H1.HeaderClassName
{
color: #AB1591;
}
.AnyTagClassName
{
color: #AB1591;
}
</style>
background-color css
<style>
a { background-color: #AB1591; }
a { background-color: rgb(171,21,145); }
div.DivClassName
{
background-color: #AB1591;
}
.BgClassName
{
background-color: #AB1591;
}
</style>
border-color css
<style>
span { border-color: #AB1591; }
span { border-color: rgb(171,21,145); }
td.TdClassName
{
border-color: #AB1591;
}
.TagClassName
{
border-color: #AB1591;
}
</style>