Shades of Medium Violet Red #AB1589
Tints of Medium Violet Red #AB1589
RGB
CMYK
RGB Variations
Color information
#AB1589 (or 0xAB1589) is known color: Medium Violet Red. HEX triplet: AB, 15 and 89. RGB value is (171,21,137). Sum of RGB (Red+Green+Blue) = 171+21+137=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1589 is #54EA76. Grayscale: #4E4E4E. Windows color (decimal): -5565047 or 8983979. OLE color: 8983979.
HSL color Cylindrical-coordinate representation of color #AB1589: hue angle of 313.6º 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 #AB1589 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 137 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.33 |
| HSL | 313.6º | 0.78% | 0.38% | - |
| HSV(B) | 313.6º | 0.88% | 0.67% | - |
| XYZ | 21.58 | 11 | 24.65 | - |
| YUV | 79.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 137 | 0 | 0.88 | 0.20 | 0.33 | 313.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 89 | 0 | 58 | 14 | 21 | 13A | 4E | 26 |
| Octal | 253 | 25 | 211 | 0 | 130 | 24 | 41 | 472 | 116 | 46 |
| Binary | 10101011 | 10101 | 10001001 | 0 | 1011000 | 10100 | 100001 | 100111010 | 1001110 | 100110 |
Color Harmonies of #AB1589
Complementary color
Monochromatic Colors of #AB1589
Black with #AB1589
Text Example
Text Example
White with #AB1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1589; }
p { color: rgb(171,21,137); }
H1.HeaderClassName
{
color: #AB1589;
}
.AnyTagClassName
{
color: #AB1589;
}
</style>
background-color css
<style>
a { background-color: #AB1589; }
a { background-color: rgb(171,21,137); }
div.DivClassName
{
background-color: #AB1589;
}
.BgClassName
{
background-color: #AB1589;
}
</style>
border-color css
<style>
span { border-color: #AB1589; }
span { border-color: rgb(171,21,137); }
td.TdClassName
{
border-color: #AB1589;
}
.TagClassName
{
border-color: #AB1589;
}
</style>