Shades of Medium Red Violet #AD2386
Tints of Medium Red Violet #AD2386
RGB
CMYK
RGB Variations
Color information
#AD2386 (or 0xAD2386) is known color: Medium Red Violet. HEX triplet: AD, 23 and 86. RGB value is (173,35,134). Sum of RGB (Red+Green+Blue) = 173+35+134=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2386 is #52DC79. Grayscale: #575757. Windows color (decimal): -5430394 or 8790957. OLE color: 8790957.
HSL color Cylindrical-coordinate representation of color #AD2386: hue angle of 316.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2386 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 134 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.32 |
| HSL | 316.96º | 0.66% | 0.41% | - |
| HSV(B) | 316.96º | 0.8% | 0.68% | - |
| XYZ | 22.14 | 11.81 | 23.67 | - |
| YUV | 87.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 134 | 0 | 0.80 | 0.23 | 0.32 | 316.96 | 0.66 | 0.41 |
| Hex | AD | 23 | 86 | 0 | 50 | 17 | 20 | 13D | 42 | 29 |
| Octal | 255 | 43 | 206 | 0 | 120 | 27 | 40 | 475 | 102 | 51 |
| Binary | 10101101 | 100011 | 10000110 | 0 | 1010000 | 10111 | 100000 | 100111101 | 1000010 | 101001 |
Color Harmonies of #AD2386
Complementary color
Monochromatic Colors of #AD2386
Black with #AD2386
Text Example
Text Example
White with #AD2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2386; }
p { color: rgb(173,35,134); }
H1.HeaderClassName
{
color: #AD2386;
}
.AnyTagClassName
{
color: #AD2386;
}
</style>
background-color css
<style>
a { background-color: #AD2386; }
a { background-color: rgb(173,35,134); }
div.DivClassName
{
background-color: #AD2386;
}
.BgClassName
{
background-color: #AD2386;
}
</style>
border-color css
<style>
span { border-color: #AD2386; }
span { border-color: rgb(173,35,134); }
td.TdClassName
{
border-color: #AD2386;
}
.TagClassName
{
border-color: #AD2386;
}
</style>