Shades of Medium Violet Red #AD137E
Tints of Medium Violet Red #AD137E
RGB
CMYK
RGB Variations
Color information
#AD137E (or 0xAD137E) is known color: Medium Violet Red. HEX triplet: AD, 13 and 7E. RGB value is (173,19,126). Sum of RGB (Red+Green+Blue) = 173+19+126=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD137E is #52EC81. Grayscale: #4C4C4C. Windows color (decimal): -5434498 or 8262573. OLE color: 8262573.
HSL color Cylindrical-coordinate representation of color #AD137E: hue angle of 318.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD137E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 126 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.32 |
| HSL | 318.31º | 0.8% | 0.38% | - |
| HSV(B) | 318.31º | 0.89% | 0.68% | - |
| XYZ | 21.23 | 10.86 | 20.72 | - |
| YUV | 77.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 126 | 0 | 0.89 | 0.27 | 0.32 | 318.31 | 0.8 | 0.38 |
| Hex | AD | 13 | 7E | 0 | 59 | 1B | 20 | 13E | 50 | 26 |
| Octal | 255 | 23 | 176 | 0 | 131 | 33 | 40 | 476 | 120 | 46 |
| Binary | 10101101 | 10011 | 1111110 | 0 | 1011001 | 11011 | 100000 | 100111110 | 1010000 | 100110 |
Color Harmonies of #AD137E
Complementary color
Monochromatic Colors of #AD137E
Black with #AD137E
Text Example
Text Example
White with #AD137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD137E; }
p { color: rgb(173,19,126); }
H1.HeaderClassName
{
color: #AD137E;
}
.AnyTagClassName
{
color: #AD137E;
}
</style>
background-color css
<style>
a { background-color: #AD137E; }
a { background-color: rgb(173,19,126); }
div.DivClassName
{
background-color: #AD137E;
}
.BgClassName
{
background-color: #AD137E;
}
</style>
border-color css
<style>
span { border-color: #AD137E; }
span { border-color: rgb(173,19,126); }
td.TdClassName
{
border-color: #AD137E;
}
.TagClassName
{
border-color: #AD137E;
}
</style>