Shades of Medium Red Violet #AD3586
Tints of Medium Red Violet #AD3586
RGB
CMYK
RGB Variations
Color information
#AD3586 (or 0xAD3586) is known color: Medium Red Violet. HEX triplet: AD, 35 and 86. RGB value is (173,53,134). Sum of RGB (Red+Green+Blue) = 173+53+134=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3586 is #52CA79. Grayscale: #616161. Windows color (decimal): -5425786 or 8795565. OLE color: 8795565.
HSL color Cylindrical-coordinate representation of color #AD3586: hue angle of 319.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3586 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 134 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.32 |
| HSL | 319.5º | 0.53% | 0.44% | - |
| HSV(B) | 319.5º | 0.69% | 0.68% | - |
| XYZ | 22.81 | 13.15 | 23.89 | - |
| YUV | 98.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 134 | 0 | 0.69 | 0.23 | 0.32 | 319.5 | 0.53 | 0.44 |
| Hex | AD | 35 | 86 | 0 | 45 | 17 | 20 | 140 | 35 | 2C |
| Octal | 255 | 65 | 206 | 0 | 105 | 27 | 40 | 500 | 65 | 54 |
| Binary | 10101101 | 110101 | 10000110 | 0 | 1000101 | 10111 | 100000 | 101000000 | 110101 | 101100 |
Color Harmonies of #AD3586
Complementary color
Monochromatic Colors of #AD3586
Black with #AD3586
Text Example
Text Example
White with #AD3586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3586; }
p { color: rgb(173,53,134); }
H1.HeaderClassName
{
color: #AD3586;
}
.AnyTagClassName
{
color: #AD3586;
}
</style>
background-color css
<style>
a { background-color: #AD3586; }
a { background-color: rgb(173,53,134); }
div.DivClassName
{
background-color: #AD3586;
}
.BgClassName
{
background-color: #AD3586;
}
</style>
border-color css
<style>
span { border-color: #AD3586; }
span { border-color: rgb(173,53,134); }
td.TdClassName
{
border-color: #AD3586;
}
.TagClassName
{
border-color: #AD3586;
}
</style>