Shades of Medium Violet Red #AB0C7E
Tints of Medium Violet Red #AB0C7E
RGB
CMYK
RGB Variations
Color information
#AB0C7E (or 0xAB0C7E) is known color: Medium Violet Red. HEX triplet: AB, 0C and 7E. RGB value is (171,12,126). Sum of RGB (Red+Green+Blue) = 171+12+126=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C7E is #54F381. Grayscale: #484848. Windows color (decimal): -5567362 or 8260779. OLE color: 8260779.
HSL color Cylindrical-coordinate representation of color #AB0C7E: hue angle of 316.98º 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 #AB0C7E is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 126 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.33 |
| HSL | 316.98º | 0.87% | 0.36% | - |
| HSV(B) | 316.98º | 0.93% | 0.67% | - |
| XYZ | 20.69 | 10.43 | 20.66 | - |
| YUV | 72.54 | 158.18 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 126 | 0 | 0.93 | 0.26 | 0.33 | 316.98 | 0.87 | 0.36 |
| Hex | AB | C | 7E | 0 | 5D | 1A | 21 | 13D | 57 | 24 |
| Octal | 253 | 14 | 176 | 0 | 135 | 32 | 41 | 475 | 127 | 44 |
| Binary | 10101011 | 1100 | 1111110 | 0 | 1011101 | 11010 | 100001 | 100111101 | 1010111 | 100100 |
Color Harmonies of #AB0C7E
Complementary color
Monochromatic Colors of #AB0C7E
Black with #AB0C7E
Text Example
Text Example
White with #AB0C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C7E; }
p { color: rgb(171,12,126); }
H1.HeaderClassName
{
color: #AB0C7E;
}
.AnyTagClassName
{
color: #AB0C7E;
}
</style>
background-color css
<style>
a { background-color: #AB0C7E; }
a { background-color: rgb(171,12,126); }
div.DivClassName
{
background-color: #AB0C7E;
}
.BgClassName
{
background-color: #AB0C7E;
}
</style>
border-color css
<style>
span { border-color: #AB0C7E; }
span { border-color: rgb(171,12,126); }
td.TdClassName
{
border-color: #AB0C7E;
}
.TagClassName
{
border-color: #AB0C7E;
}
</style>