Shades of Medium Red Violet #AB2589
Tints of Medium Red Violet #AB2589
RGB
CMYK
RGB Variations
Color information
#AB2589 (or 0xAB2589) is known color: Medium Red Violet. HEX triplet: AB, 25 and 89. RGB value is (171,37,137). Sum of RGB (Red+Green+Blue) = 171+37+137=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2589 is #54DA76. Grayscale: #585858. Windows color (decimal): -5560951 or 8988075. OLE color: 8988075.
HSL color Cylindrical-coordinate representation of color #AB2589: hue angle of 315.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2589 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 137 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.33 |
| HSL | 315.22º | 0.64% | 0.41% | - |
| HSV(B) | 315.22º | 0.78% | 0.67% | - |
| XYZ | 21.97 | 11.79 | 24.78 | - |
| YUV | 88.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 137 | 0 | 0.78 | 0.20 | 0.33 | 315.22 | 0.64 | 0.41 |
| Hex | AB | 25 | 89 | 0 | 4E | 14 | 21 | 13B | 40 | 29 |
| Octal | 253 | 45 | 211 | 0 | 116 | 24 | 41 | 473 | 100 | 51 |
| Binary | 10101011 | 100101 | 10001001 | 0 | 1001110 | 10100 | 100001 | 100111011 | 1000000 | 101001 |
Color Harmonies of #AB2589
Complementary color
Monochromatic Colors of #AB2589
Black with #AB2589
Text Example
Text Example
White with #AB2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2589; }
p { color: rgb(171,37,137); }
H1.HeaderClassName
{
color: #AB2589;
}
.AnyTagClassName
{
color: #AB2589;
}
</style>
background-color css
<style>
a { background-color: #AB2589; }
a { background-color: rgb(171,37,137); }
div.DivClassName
{
background-color: #AB2589;
}
.BgClassName
{
background-color: #AB2589;
}
</style>
border-color css
<style>
span { border-color: #AB2589; }
span { border-color: rgb(171,37,137); }
td.TdClassName
{
border-color: #AB2589;
}
.TagClassName
{
border-color: #AB2589;
}
</style>