Shades of Medium Violet Red #AB0B85
Tints of Medium Violet Red #AB0B85
RGB
CMYK
RGB Variations
Color information
#AB0B85 (or 0xAB0B85) is known color: Medium Violet Red. HEX triplet: AB, 0B and 85. RGB value is (171,11,133). Sum of RGB (Red+Green+Blue) = 171+11+133=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0B85 is #54F47A. Grayscale: #484848. Windows color (decimal): -5567611 or 8719275. OLE color: 8719275.
HSL color Cylindrical-coordinate representation of color #AB0B85: hue angle of 314.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B85 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 133 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.33 |
| HSL | 314.25º | 0.88% | 0.36% | - |
| HSV(B) | 314.25º | 0.94% | 0.67% | - |
| XYZ | 21.15 | 10.59 | 23.12 | - |
| YUV | 72.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 133 | 0 | 0.94 | 0.22 | 0.33 | 314.25 | 0.88 | 0.36 |
| Hex | AB | B | 85 | 0 | 5E | 16 | 21 | 13A | 58 | 24 |
| Octal | 253 | 13 | 205 | 0 | 136 | 26 | 41 | 472 | 130 | 44 |
| Binary | 10101011 | 1011 | 10000101 | 0 | 1011110 | 10110 | 100001 | 100111010 | 1011000 | 100100 |
Color Harmonies of #AB0B85
Complementary color
Monochromatic Colors of #AB0B85
Black with #AB0B85
Text Example
Text Example
White with #AB0B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B85; }
p { color: rgb(171,11,133); }
H1.HeaderClassName
{
color: #AB0B85;
}
.AnyTagClassName
{
color: #AB0B85;
}
</style>
background-color css
<style>
a { background-color: #AB0B85; }
a { background-color: rgb(171,11,133); }
div.DivClassName
{
background-color: #AB0B85;
}
.BgClassName
{
background-color: #AB0B85;
}
</style>
border-color css
<style>
span { border-color: #AB0B85; }
span { border-color: rgb(171,11,133); }
td.TdClassName
{
border-color: #AB0B85;
}
.TagClassName
{
border-color: #AB0B85;
}
</style>