Shades of Medium Violet Red #AB1389
Tints of Medium Violet Red #AB1389
RGB
CMYK
RGB Variations
Color information
#AB1389 (or 0xAB1389) is known color: Medium Violet Red. HEX triplet: AB, 13 and 89. RGB value is (171,19,137). Sum of RGB (Red+Green+Blue) = 171+19+137=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1389 is #54EC76. Grayscale: #4D4D4D. Windows color (decimal): -5565559 or 8983467. OLE color: 8983467.
HSL color Cylindrical-coordinate representation of color #AB1389: hue angle of 313.42º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1389 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 137 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.33 |
| HSL | 313.42º | 0.8% | 0.37% | - |
| HSV(B) | 313.42º | 0.89% | 0.67% | - |
| XYZ | 21.54 | 10.93 | 24.64 | - |
| YUV | 77.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 137 | 0 | 0.89 | 0.20 | 0.33 | 313.42 | 0.8 | 0.37 |
| Hex | AB | 13 | 89 | 0 | 59 | 14 | 21 | 139 | 50 | 25 |
| Octal | 253 | 23 | 211 | 0 | 131 | 24 | 41 | 471 | 120 | 45 |
| Binary | 10101011 | 10011 | 10001001 | 0 | 1011001 | 10100 | 100001 | 100111001 | 1010000 | 100101 |
Color Harmonies of #AB1389
Complementary color
Monochromatic Colors of #AB1389
Black with #AB1389
Text Example
Text Example
White with #AB1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1389; }
p { color: rgb(171,19,137); }
H1.HeaderClassName
{
color: #AB1389;
}
.AnyTagClassName
{
color: #AB1389;
}
</style>
background-color css
<style>
a { background-color: #AB1389; }
a { background-color: rgb(171,19,137); }
div.DivClassName
{
background-color: #AB1389;
}
.BgClassName
{
background-color: #AB1389;
}
</style>
border-color css
<style>
span { border-color: #AB1389; }
span { border-color: rgb(171,19,137); }
td.TdClassName
{
border-color: #AB1389;
}
.TagClassName
{
border-color: #AB1389;
}
</style>