Shades of Medium Violet Red #AD117A
Tints of Medium Violet Red #AD117A
RGB
CMYK
RGB Variations
Color information
#AD117A (or 0xAD117A) is known color: Medium Violet Red. HEX triplet: AD, 11 and 7A. RGB value is (173,17,122). Sum of RGB (Red+Green+Blue) = 173+17+122=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD117A is #52EE85. Grayscale: #4B4B4B. Windows color (decimal): -5435014 or 7999917. OLE color: 7999917.
HSL color Cylindrical-coordinate representation of color #AD117A: hue angle of 319.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD117A is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 122 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.32 |
| HSL | 319.62º | 0.82% | 0.37% | - |
| HSV(B) | 319.62º | 0.9% | 0.68% | - |
| XYZ | 20.95 | 10.69 | 19.37 | - |
| YUV | 75.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 122 | 0 | 0.90 | 0.29 | 0.32 | 319.62 | 0.82 | 0.37 |
| Hex | AD | 11 | 7A | 0 | 5A | 1D | 20 | 140 | 52 | 25 |
| Octal | 255 | 21 | 172 | 0 | 132 | 35 | 40 | 500 | 122 | 45 |
| Binary | 10101101 | 10001 | 1111010 | 0 | 1011010 | 11101 | 100000 | 101000000 | 1010010 | 100101 |
Color Harmonies of #AD117A
Complementary color
Monochromatic Colors of #AD117A
Black with #AD117A
Text Example
Text Example
White with #AD117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD117A; }
p { color: rgb(173,17,122); }
H1.HeaderClassName
{
color: #AD117A;
}
.AnyTagClassName
{
color: #AD117A;
}
</style>
background-color css
<style>
a { background-color: #AD117A; }
a { background-color: rgb(173,17,122); }
div.DivClassName
{
background-color: #AD117A;
}
.BgClassName
{
background-color: #AD117A;
}
</style>
border-color css
<style>
span { border-color: #AD117A; }
span { border-color: rgb(173,17,122); }
td.TdClassName
{
border-color: #AD117A;
}
.TagClassName
{
border-color: #AD117A;
}
</style>