Shades of Medium Violet Red #AB0C83
Tints of Medium Violet Red #AB0C83
RGB
CMYK
RGB Variations
Color information
#AB0C83 (or 0xAB0C83) is known color: Medium Violet Red. HEX triplet: AB, 0C and 83. RGB value is (171,12,131). Sum of RGB (Red+Green+Blue) = 171+12+131=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C83 is #54F37C. Grayscale: #484848. Windows color (decimal): -5567357 or 8588459. OLE color: 8588459.
HSL color Cylindrical-coordinate representation of color #AB0C83: hue angle of 315.09º 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 #AB0C83 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.33 |
| HSL | 315.09º | 0.87% | 0.36% | - |
| HSV(B) | 315.09º | 0.93% | 0.67% | - |
| XYZ | 21.02 | 10.56 | 22.4 | - |
| YUV | 73.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 131 | 0 | 0.93 | 0.23 | 0.33 | 315.09 | 0.87 | 0.36 |
| Hex | AB | C | 83 | 0 | 5D | 17 | 21 | 13B | 57 | 24 |
| Octal | 253 | 14 | 203 | 0 | 135 | 27 | 41 | 473 | 127 | 44 |
| Binary | 10101011 | 1100 | 10000011 | 0 | 1011101 | 10111 | 100001 | 100111011 | 1010111 | 100100 |
Color Harmonies of #AB0C83
Complementary color
Monochromatic Colors of #AB0C83
Black with #AB0C83
Text Example
Text Example
White with #AB0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C83; }
p { color: rgb(171,12,131); }
H1.HeaderClassName
{
color: #AB0C83;
}
.AnyTagClassName
{
color: #AB0C83;
}
</style>
background-color css
<style>
a { background-color: #AB0C83; }
a { background-color: rgb(171,12,131); }
div.DivClassName
{
background-color: #AB0C83;
}
.BgClassName
{
background-color: #AB0C83;
}
</style>
border-color css
<style>
span { border-color: #AB0C83; }
span { border-color: rgb(171,12,131); }
td.TdClassName
{
border-color: #AB0C83;
}
.TagClassName
{
border-color: #AB0C83;
}
</style>