Shades of Medium Violet Red #AB0C89
Tints of Medium Violet Red #AB0C89
RGB
CMYK
RGB Variations
Color information
#AB0C89 (or 0xAB0C89) is known color: Medium Violet Red. HEX triplet: AB, 0C and 89. RGB value is (171,12,137). Sum of RGB (Red+Green+Blue) = 171+12+137=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C89 is #54F376. Grayscale: #494949. Windows color (decimal): -5567351 or 8981675. OLE color: 8981675.
HSL color Cylindrical-coordinate representation of color #AB0C89: hue angle of 312.83º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C89 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 137 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.33 |
| HSL | 312.83º | 0.87% | 0.36% | - |
| HSV(B) | 312.83º | 0.93% | 0.67% | - |
| XYZ | 21.44 | 10.73 | 24.61 | - |
| YUV | 73.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 137 | 0 | 0.93 | 0.20 | 0.33 | 312.83 | 0.87 | 0.36 |
| Hex | AB | C | 89 | 0 | 5D | 14 | 21 | 139 | 57 | 24 |
| Octal | 253 | 14 | 211 | 0 | 135 | 24 | 41 | 471 | 127 | 44 |
| Binary | 10101011 | 1100 | 10001001 | 0 | 1011101 | 10100 | 100001 | 100111001 | 1010111 | 100100 |
Color Harmonies of #AB0C89
Complementary color
Monochromatic Colors of #AB0C89
Black with #AB0C89
Text Example
Text Example
White with #AB0C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C89; }
p { color: rgb(171,12,137); }
H1.HeaderClassName
{
color: #AB0C89;
}
.AnyTagClassName
{
color: #AB0C89;
}
</style>
background-color css
<style>
a { background-color: #AB0C89; }
a { background-color: rgb(171,12,137); }
div.DivClassName
{
background-color: #AB0C89;
}
.BgClassName
{
background-color: #AB0C89;
}
</style>
border-color css
<style>
span { border-color: #AB0C89; }
span { border-color: rgb(171,12,137); }
td.TdClassName
{
border-color: #AB0C89;
}
.TagClassName
{
border-color: #AB0C89;
}
</style>