Shades of Medium Red Violet #AB4589
Tints of Medium Red Violet #AB4589
RGB
CMYK
RGB Variations
Color information
#AB4589 (or 0xAB4589) is known color: Medium Red Violet. HEX triplet: AB, 45 and 89. RGB value is (171,69,137). Sum of RGB (Red+Green+Blue) = 171+69+137=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4589 is #54BA76. Grayscale: #6B6B6B. Windows color (decimal): -5552759 or 8996267. OLE color: 8996267.
HSL color Cylindrical-coordinate representation of color #AB4589: hue angle of 320º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4589 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 137 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.33 |
| HSL | 320º | 0.43% | 0.47% | - |
| HSV(B) | 320º | 0.6% | 0.67% | - |
| XYZ | 23.44 | 14.72 | 25.27 | - |
| YUV | 107.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 137 | 0 | 0.60 | 0.20 | 0.33 | 320 | 0.43 | 0.47 |
| Hex | AB | 45 | 89 | 0 | 3C | 14 | 21 | 140 | 2A | 2F |
| Octal | 253 | 105 | 211 | 0 | 74 | 24 | 41 | 500 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10001001 | 0 | 111100 | 10100 | 100001 | 101000000 | 101010 | 101111 |
Color Harmonies of #AB4589
Complementary color
Monochromatic Colors of #AB4589
Black with #AB4589
Text Example
Text Example
White with #AB4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4589; }
p { color: rgb(171,69,137); }
H1.HeaderClassName
{
color: #AB4589;
}
.AnyTagClassName
{
color: #AB4589;
}
</style>
background-color css
<style>
a { background-color: #AB4589; }
a { background-color: rgb(171,69,137); }
div.DivClassName
{
background-color: #AB4589;
}
.BgClassName
{
background-color: #AB4589;
}
</style>
border-color css
<style>
span { border-color: #AB4589; }
span { border-color: rgb(171,69,137); }
td.TdClassName
{
border-color: #AB4589;
}
.TagClassName
{
border-color: #AB4589;
}
</style>