Shades of Medium Violet Red #AD0586
Tints of Medium Violet Red #AD0586
RGB
CMYK
RGB Variations
Color information
#AD0586 (or 0xAD0586) is known color: Medium Violet Red. HEX triplet: AD, 05 and 86. RGB value is (173,5,134). Sum of RGB (Red+Green+Blue) = 173+5+134=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0586 is #52FA79. Grayscale: #454545. Windows color (decimal): -5438074 or 8783277. OLE color: 8783277.
HSL color Cylindrical-coordinate representation of color #AD0586: hue angle of 313.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0586 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.32 |
| HSL | 313.93º | 0.94% | 0.35% | - |
| HSV(B) | 313.93º | 0.97% | 0.68% | - |
| XYZ | 21.59 | 10.71 | 23.48 | - |
| YUV | 69.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 134 | 0 | 0.97 | 0.23 | 0.32 | 313.93 | 0.94 | 0.35 |
| Hex | AD | 5 | 86 | 0 | 61 | 17 | 20 | 13A | 5E | 23 |
| Octal | 255 | 5 | 206 | 0 | 141 | 27 | 40 | 472 | 136 | 43 |
| Binary | 10101101 | 101 | 10000110 | 0 | 1100001 | 10111 | 100000 | 100111010 | 1011110 | 100011 |
Color Harmonies of #AD0586
Complementary color
Monochromatic Colors of #AD0586
Black with #AD0586
Text Example
Text Example
White with #AD0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0586; }
p { color: rgb(173,5,134); }
H1.HeaderClassName
{
color: #AD0586;
}
.AnyTagClassName
{
color: #AD0586;
}
</style>
background-color css
<style>
a { background-color: #AD0586; }
a { background-color: rgb(173,5,134); }
div.DivClassName
{
background-color: #AD0586;
}
.BgClassName
{
background-color: #AD0586;
}
</style>
border-color css
<style>
span { border-color: #AD0586; }
span { border-color: rgb(173,5,134); }
td.TdClassName
{
border-color: #AD0586;
}
.TagClassName
{
border-color: #AD0586;
}
</style>