Shades of Medium Violet Red #AB0D83
Tints of Medium Violet Red #AB0D83
RGB
CMYK
RGB Variations
Color information
#AB0D83 (or 0xAB0D83) is known color: Medium Violet Red. HEX triplet: AB, 0D and 83. RGB value is (171,13,131). Sum of RGB (Red+Green+Blue) = 171+13+131=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0D83 is #54F27C. Grayscale: #494949. Windows color (decimal): -5567101 or 8588715. OLE color: 8588715.
HSL color Cylindrical-coordinate representation of color #AB0D83: hue angle of 315.19º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D83 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 131 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.33 |
| HSL | 315.19º | 0.86% | 0.36% | - |
| HSV(B) | 315.19º | 0.92% | 0.67% | - |
| XYZ | 21.04 | 10.58 | 22.41 | - |
| YUV | 73.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 131 | 0 | 0.92 | 0.23 | 0.33 | 315.19 | 0.86 | 0.36 |
| Hex | AB | D | 83 | 0 | 5C | 17 | 21 | 13B | 56 | 24 |
| Octal | 253 | 15 | 203 | 0 | 134 | 27 | 41 | 473 | 126 | 44 |
| Binary | 10101011 | 1101 | 10000011 | 0 | 1011100 | 10111 | 100001 | 100111011 | 1010110 | 100100 |
Color Harmonies of #AB0D83
Complementary color
Monochromatic Colors of #AB0D83
Black with #AB0D83
Text Example
Text Example
White with #AB0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D83; }
p { color: rgb(171,13,131); }
H1.HeaderClassName
{
color: #AB0D83;
}
.AnyTagClassName
{
color: #AB0D83;
}
</style>
background-color css
<style>
a { background-color: #AB0D83; }
a { background-color: rgb(171,13,131); }
div.DivClassName
{
background-color: #AB0D83;
}
.BgClassName
{
background-color: #AB0D83;
}
</style>
border-color css
<style>
span { border-color: #AB0D83; }
span { border-color: rgb(171,13,131); }
td.TdClassName
{
border-color: #AB0D83;
}
.TagClassName
{
border-color: #AB0D83;
}
</style>