Shades of Medium Violet Red #AD137A
Tints of Medium Violet Red #AD137A
RGB
CMYK
RGB Variations
Color information
#AD137A (or 0xAD137A) is known color: Medium Violet Red. HEX triplet: AD, 13 and 7A. RGB value is (173,19,122). Sum of RGB (Red+Green+Blue) = 173+19+122=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD137A is #52EC85. Grayscale: #4C4C4C. Windows color (decimal): -5434502 or 8000429. OLE color: 8000429.
HSL color Cylindrical-coordinate representation of color #AD137A: hue angle of 319.87º 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 #AD137A is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 122 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.32 |
| HSL | 319.87º | 0.8% | 0.38% | - |
| HSV(B) | 319.87º | 0.89% | 0.68% | - |
| XYZ | 20.98 | 10.76 | 19.38 | - |
| YUV | 76.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 122 | 0 | 0.89 | 0.29 | 0.32 | 319.87 | 0.8 | 0.38 |
| Hex | AD | 13 | 7A | 0 | 59 | 1D | 20 | 140 | 50 | 26 |
| Octal | 255 | 23 | 172 | 0 | 131 | 35 | 40 | 500 | 120 | 46 |
| Binary | 10101101 | 10011 | 1111010 | 0 | 1011001 | 11101 | 100000 | 101000000 | 1010000 | 100110 |
Color Harmonies of #AD137A
Complementary color
Monochromatic Colors of #AD137A
Black with #AD137A
Text Example
Text Example
White with #AD137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD137A; }
p { color: rgb(173,19,122); }
H1.HeaderClassName
{
color: #AD137A;
}
.AnyTagClassName
{
color: #AD137A;
}
</style>
background-color css
<style>
a { background-color: #AD137A; }
a { background-color: rgb(173,19,122); }
div.DivClassName
{
background-color: #AD137A;
}
.BgClassName
{
background-color: #AD137A;
}
</style>
border-color css
<style>
span { border-color: #AD137A; }
span { border-color: rgb(173,19,122); }
td.TdClassName
{
border-color: #AD137A;
}
.TagClassName
{
border-color: #AD137A;
}
</style>