Shades of Medium Violet Red #AD117B
Tints of Medium Violet Red #AD117B
RGB
CMYK
RGB Variations
Color information
#AD117B (or 0xAD117B) is known color: Medium Violet Red. HEX triplet: AD, 11 and 7B. RGB value is (173,17,123). Sum of RGB (Red+Green+Blue) = 173+17+123=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD117B is #52EE84. Grayscale: #4B4B4B. Windows color (decimal): -5435013 or 8065453. OLE color: 8065453.
HSL color Cylindrical-coordinate representation of color #AD117B: hue angle of 319.23º 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 #AD117B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 123 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.32 |
| HSL | 319.23º | 0.82% | 0.37% | - |
| HSV(B) | 319.23º | 0.9% | 0.68% | - |
| XYZ | 21.01 | 10.72 | 19.7 | - |
| YUV | 75.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 123 | 0 | 0.90 | 0.29 | 0.32 | 319.23 | 0.82 | 0.37 |
| Hex | AD | 11 | 7B | 0 | 5A | 1D | 20 | 13F | 52 | 25 |
| Octal | 255 | 21 | 173 | 0 | 132 | 35 | 40 | 477 | 122 | 45 |
| Binary | 10101101 | 10001 | 1111011 | 0 | 1011010 | 11101 | 100000 | 100111111 | 1010010 | 100101 |
Color Harmonies of #AD117B
Complementary color
Monochromatic Colors of #AD117B
Black with #AD117B
Text Example
Text Example
White with #AD117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD117B; }
p { color: rgb(173,17,123); }
H1.HeaderClassName
{
color: #AD117B;
}
.AnyTagClassName
{
color: #AD117B;
}
</style>
background-color css
<style>
a { background-color: #AD117B; }
a { background-color: rgb(173,17,123); }
div.DivClassName
{
background-color: #AD117B;
}
.BgClassName
{
background-color: #AD117B;
}
</style>
border-color css
<style>
span { border-color: #AD117B; }
span { border-color: rgb(173,17,123); }
td.TdClassName
{
border-color: #AD117B;
}
.TagClassName
{
border-color: #AD117B;
}
</style>