Shades of Medium Violet Red #AB0C7F
Tints of Medium Violet Red #AB0C7F
RGB
CMYK
RGB Variations
Color information
#AB0C7F (or 0xAB0C7F) is known color: Medium Violet Red. HEX triplet: AB, 0C and 7F. RGB value is (171,12,127). Sum of RGB (Red+Green+Blue) = 171+12+127=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C7F is #54F380. Grayscale: #484848. Windows color (decimal): -5567361 or 8326315. OLE color: 8326315.
HSL color Cylindrical-coordinate representation of color #AB0C7F: hue angle of 316.6º 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 #AB0C7F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 127 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.33 |
| HSL | 316.6º | 0.87% | 0.36% | - |
| HSV(B) | 316.6º | 0.93% | 0.67% | - |
| XYZ | 20.76 | 10.45 | 21 | - |
| YUV | 72.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 127 | 0 | 0.93 | 0.26 | 0.33 | 316.6 | 0.87 | 0.36 |
| Hex | AB | C | 7F | 0 | 5D | 1A | 21 | 13D | 57 | 24 |
| Octal | 253 | 14 | 177 | 0 | 135 | 32 | 41 | 475 | 127 | 44 |
| Binary | 10101011 | 1100 | 1111111 | 0 | 1011101 | 11010 | 100001 | 100111101 | 1010111 | 100100 |
Color Harmonies of #AB0C7F
Complementary color
Monochromatic Colors of #AB0C7F
Black with #AB0C7F
Text Example
Text Example
White with #AB0C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C7F; }
p { color: rgb(171,12,127); }
H1.HeaderClassName
{
color: #AB0C7F;
}
.AnyTagClassName
{
color: #AB0C7F;
}
</style>
background-color css
<style>
a { background-color: #AB0C7F; }
a { background-color: rgb(171,12,127); }
div.DivClassName
{
background-color: #AB0C7F;
}
.BgClassName
{
background-color: #AB0C7F;
}
</style>
border-color css
<style>
span { border-color: #AB0C7F; }
span { border-color: rgb(171,12,127); }
td.TdClassName
{
border-color: #AB0C7F;
}
.TagClassName
{
border-color: #AB0C7F;
}
</style>