Shades of Medium Violet Red #AB0F80
Tints of Medium Violet Red #AB0F80
RGB
CMYK
RGB Variations
Color information
#AB0F80 (or 0xAB0F80) is known color: Medium Violet Red. HEX triplet: AB, 0F and 80. RGB value is (171,15,128). Sum of RGB (Red+Green+Blue) = 171+15+128=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0F80 is #54F07F. Grayscale: #4A4A4A. Windows color (decimal): -5566592 or 8392619. OLE color: 8392619.
HSL color Cylindrical-coordinate representation of color #AB0F80: hue angle of 316.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F80 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 128 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.33 |
| HSL | 316.54º | 0.84% | 0.36% | - |
| HSV(B) | 316.54º | 0.91% | 0.67% | - |
| XYZ | 20.86 | 10.56 | 21.36 | - |
| YUV | 74.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 128 | 0 | 0.91 | 0.25 | 0.33 | 316.54 | 0.84 | 0.36 |
| Hex | AB | F | 80 | 0 | 5B | 19 | 21 | 13D | 54 | 24 |
| Octal | 253 | 17 | 200 | 0 | 133 | 31 | 41 | 475 | 124 | 44 |
| Binary | 10101011 | 1111 | 10000000 | 0 | 1011011 | 11001 | 100001 | 100111101 | 1010100 | 100100 |
Color Harmonies of #AB0F80
Complementary color
Monochromatic Colors of #AB0F80
Black with #AB0F80
Text Example
Text Example
White with #AB0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F80; }
p { color: rgb(171,15,128); }
H1.HeaderClassName
{
color: #AB0F80;
}
.AnyTagClassName
{
color: #AB0F80;
}
</style>
background-color css
<style>
a { background-color: #AB0F80; }
a { background-color: rgb(171,15,128); }
div.DivClassName
{
background-color: #AB0F80;
}
.BgClassName
{
background-color: #AB0F80;
}
</style>
border-color css
<style>
span { border-color: #AB0F80; }
span { border-color: rgb(171,15,128); }
td.TdClassName
{
border-color: #AB0F80;
}
.TagClassName
{
border-color: #AB0F80;
}
</style>