Shades of Medium Violet Red #AB0C85
Tints of Medium Violet Red #AB0C85
RGB
CMYK
RGB Variations
Color information
#AB0C85 (or 0xAB0C85) is known color: Medium Violet Red. HEX triplet: AB, 0C and 85. RGB value is (171,12,133). Sum of RGB (Red+Green+Blue) = 171+12+133=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0C85 is #54F37A. Grayscale: #494949. Windows color (decimal): -5567355 or 8719531. OLE color: 8719531.
HSL color Cylindrical-coordinate representation of color #AB0C85: hue angle of 314.34º 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 #AB0C85 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 12 | 133 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.33 |
| HSL | 314.34º | 0.87% | 0.36% | - |
| HSV(B) | 314.34º | 0.93% | 0.67% | - |
| XYZ | 21.16 | 10.61 | 23.12 | - |
| YUV | 73.34 | 161.68 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 133 | 0 | 0.93 | 0.22 | 0.33 | 314.34 | 0.87 | 0.36 |
| Hex | AB | C | 85 | 0 | 5D | 16 | 21 | 13A | 57 | 24 |
| Octal | 253 | 14 | 205 | 0 | 135 | 26 | 41 | 472 | 127 | 44 |
| Binary | 10101011 | 1100 | 10000101 | 0 | 1011101 | 10110 | 100001 | 100111010 | 1010111 | 100100 |
Color Harmonies of #AB0C85
Complementary color
Monochromatic Colors of #AB0C85
Black with #AB0C85
Text Example
Text Example
White with #AB0C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0C85; }
p { color: rgb(171,12,133); }
H1.HeaderClassName
{
color: #AB0C85;
}
.AnyTagClassName
{
color: #AB0C85;
}
</style>
background-color css
<style>
a { background-color: #AB0C85; }
a { background-color: rgb(171,12,133); }
div.DivClassName
{
background-color: #AB0C85;
}
.BgClassName
{
background-color: #AB0C85;
}
</style>
border-color css
<style>
span { border-color: #AB0C85; }
span { border-color: rgb(171,12,133); }
td.TdClassName
{
border-color: #AB0C85;
}
.TagClassName
{
border-color: #AB0C85;
}
</style>