Shades of Medium Violet Red #AD117E
Tints of Medium Violet Red #AD117E
RGB
CMYK
RGB Variations
Color information
#AD117E (or 0xAD117E) is known color: Medium Violet Red. HEX triplet: AD, 11 and 7E. RGB value is (173,17,126). Sum of RGB (Red+Green+Blue) = 173+17+126=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD117E is #52EE81. Grayscale: #4B4B4B. Windows color (decimal): -5435010 or 8262061. OLE color: 8262061.
HSL color Cylindrical-coordinate representation of color #AD117E: hue angle of 318.08º 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 #AD117E is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 126 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.32 |
| HSL | 318.08º | 0.82% | 0.37% | - |
| HSV(B) | 318.08º | 0.9% | 0.68% | - |
| XYZ | 21.2 | 10.79 | 20.7 | - |
| YUV | 76.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 126 | 0 | 0.90 | 0.27 | 0.32 | 318.08 | 0.82 | 0.37 |
| Hex | AD | 11 | 7E | 0 | 5A | 1B | 20 | 13E | 52 | 25 |
| Octal | 255 | 21 | 176 | 0 | 132 | 33 | 40 | 476 | 122 | 45 |
| Binary | 10101101 | 10001 | 1111110 | 0 | 1011010 | 11011 | 100000 | 100111110 | 1010010 | 100101 |
Color Harmonies of #AD117E
Complementary color
Monochromatic Colors of #AD117E
Black with #AD117E
Text Example
Text Example
White with #AD117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD117E; }
p { color: rgb(173,17,126); }
H1.HeaderClassName
{
color: #AD117E;
}
.AnyTagClassName
{
color: #AD117E;
}
</style>
background-color css
<style>
a { background-color: #AD117E; }
a { background-color: rgb(173,17,126); }
div.DivClassName
{
background-color: #AD117E;
}
.BgClassName
{
background-color: #AD117E;
}
</style>
border-color css
<style>
span { border-color: #AD117E; }
span { border-color: rgb(173,17,126); }
td.TdClassName
{
border-color: #AD117E;
}
.TagClassName
{
border-color: #AD117E;
}
</style>