Shades of Medium Violet Red #AD0B86
Tints of Medium Violet Red #AD0B86
RGB
CMYK
RGB Variations
Color information
#AD0B86 (or 0xAD0B86) is known color: Medium Violet Red. HEX triplet: AD, 0B and 86. RGB value is (173,11,134). Sum of RGB (Red+Green+Blue) = 173+11+134=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B86 is #52F479. Grayscale: #494949. Windows color (decimal): -5436538 or 8784813. OLE color: 8784813.
HSL color Cylindrical-coordinate representation of color #AD0B86: hue angle of 314.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B86 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 134 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.32 |
| HSL | 314.44º | 0.88% | 0.36% | - |
| HSV(B) | 314.44º | 0.94% | 0.68% | - |
| XYZ | 21.66 | 10.84 | 23.51 | - |
| YUV | 73.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 134 | 0 | 0.94 | 0.23 | 0.32 | 314.44 | 0.88 | 0.36 |
| Hex | AD | B | 86 | 0 | 5E | 17 | 20 | 13A | 58 | 24 |
| Octal | 255 | 13 | 206 | 0 | 136 | 27 | 40 | 472 | 130 | 44 |
| Binary | 10101101 | 1011 | 10000110 | 0 | 1011110 | 10111 | 100000 | 100111010 | 1011000 | 100100 |
Color Harmonies of #AD0B86
Complementary color
Monochromatic Colors of #AD0B86
Black with #AD0B86
Text Example
Text Example
White with #AD0B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B86; }
p { color: rgb(173,11,134); }
H1.HeaderClassName
{
color: #AD0B86;
}
.AnyTagClassName
{
color: #AD0B86;
}
</style>
background-color css
<style>
a { background-color: #AD0B86; }
a { background-color: rgb(173,11,134); }
div.DivClassName
{
background-color: #AD0B86;
}
.BgClassName
{
background-color: #AD0B86;
}
</style>
border-color css
<style>
span { border-color: #AD0B86; }
span { border-color: rgb(173,11,134); }
td.TdClassName
{
border-color: #AD0B86;
}
.TagClassName
{
border-color: #AD0B86;
}
</style>