Shades of Medium Violet Red #AB0988
Tints of Medium Violet Red #AB0988
RGB
CMYK
RGB Variations
Color information
#AB0988 (or 0xAB0988) is known color: Medium Violet Red. HEX triplet: AB, 09 and 88. RGB value is (171,9,136). Sum of RGB (Red+Green+Blue) = 171+9+136=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0988 is #54F677. Grayscale: #474747. Windows color (decimal): -5568120 or 8915371. OLE color: 8915371.
HSL color Cylindrical-coordinate representation of color #AB0988: hue angle of 312.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0988 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 136 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.33 |
| HSL | 312.96º | 0.9% | 0.35% | - |
| HSV(B) | 312.96º | 0.95% | 0.67% | - |
| XYZ | 21.34 | 10.63 | 24.22 | - |
| YUV | 71.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 136 | 0 | 0.95 | 0.20 | 0.33 | 312.96 | 0.9 | 0.35 |
| Hex | AB | 9 | 88 | 0 | 5F | 14 | 21 | 139 | 5A | 23 |
| Octal | 253 | 11 | 210 | 0 | 137 | 24 | 41 | 471 | 132 | 43 |
| Binary | 10101011 | 1001 | 10001000 | 0 | 1011111 | 10100 | 100001 | 100111001 | 1011010 | 100011 |
Color Harmonies of #AB0988
Complementary color
Monochromatic Colors of #AB0988
Black with #AB0988
Text Example
Text Example
White with #AB0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0988; }
p { color: rgb(171,9,136); }
H1.HeaderClassName
{
color: #AB0988;
}
.AnyTagClassName
{
color: #AB0988;
}
</style>
background-color css
<style>
a { background-color: #AB0988; }
a { background-color: rgb(171,9,136); }
div.DivClassName
{
background-color: #AB0988;
}
.BgClassName
{
background-color: #AB0988;
}
</style>
border-color css
<style>
span { border-color: #AB0988; }
span { border-color: rgb(171,9,136); }
td.TdClassName
{
border-color: #AB0988;
}
.TagClassName
{
border-color: #AB0988;
}
</style>