Shades of Medium Red Violet #AD3486
Tints of Medium Red Violet #AD3486
RGB
CMYK
RGB Variations
Color information
#AD3486 (or 0xAD3486) is known color: Medium Red Violet. HEX triplet: AD, 34 and 86. RGB value is (173,52,134). Sum of RGB (Red+Green+Blue) = 173+52+134=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3486 is #52CB79. Grayscale: #616161. Windows color (decimal): -5426042 or 8795309. OLE color: 8795309.
HSL color Cylindrical-coordinate representation of color #AD3486: hue angle of 319.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3486 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 134 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.32 |
| HSL | 319.34º | 0.54% | 0.44% | - |
| HSV(B) | 319.34º | 0.7% | 0.68% | - |
| XYZ | 22.76 | 13.06 | 23.88 | - |
| YUV | 97.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 134 | 0 | 0.70 | 0.23 | 0.32 | 319.34 | 0.54 | 0.44 |
| Hex | AD | 34 | 86 | 0 | 46 | 17 | 20 | 13F | 36 | 2C |
| Octal | 255 | 64 | 206 | 0 | 106 | 27 | 40 | 477 | 66 | 54 |
| Binary | 10101101 | 110100 | 10000110 | 0 | 1000110 | 10111 | 100000 | 100111111 | 110110 | 101100 |
Color Harmonies of #AD3486
Complementary color
Monochromatic Colors of #AD3486
Black with #AD3486
Text Example
Text Example
White with #AD3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3486; }
p { color: rgb(173,52,134); }
H1.HeaderClassName
{
color: #AD3486;
}
.AnyTagClassName
{
color: #AD3486;
}
</style>
background-color css
<style>
a { background-color: #AD3486; }
a { background-color: rgb(173,52,134); }
div.DivClassName
{
background-color: #AD3486;
}
.BgClassName
{
background-color: #AD3486;
}
</style>
border-color css
<style>
span { border-color: #AD3486; }
span { border-color: rgb(173,52,134); }
td.TdClassName
{
border-color: #AD3486;
}
.TagClassName
{
border-color: #AD3486;
}
</style>