Shades of Medium Violet Red #AD178E
Tints of Medium Violet Red #AD178E
RGB
CMYK
RGB Variations
Color information
#AD178E (or 0xAD178E) is known color: Medium Violet Red. HEX triplet: AD, 17 and 8E. RGB value is (173,23,142). Sum of RGB (Red+Green+Blue) = 173+23+142=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD178E is #52E871. Grayscale: #515151. Windows color (decimal): -5433458 or 9312173. OLE color: 9312173.
HSL color Cylindrical-coordinate representation of color #AD178E: hue angle of 312.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD178E is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 142 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.32 |
| HSL | 312.4º | 0.77% | 0.38% | - |
| HSV(B) | 312.4º | 0.87% | 0.68% | - |
| XYZ | 22.42 | 11.45 | 26.62 | - |
| YUV | 81.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 142 | 0 | 0.87 | 0.18 | 0.32 | 312.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 8E | 0 | 57 | 12 | 20 | 138 | 4D | 26 |
| Octal | 255 | 27 | 216 | 0 | 127 | 22 | 40 | 470 | 115 | 46 |
| Binary | 10101101 | 10111 | 10001110 | 0 | 1010111 | 10010 | 100000 | 100111000 | 1001101 | 100110 |
Color Harmonies of #AD178E
Complementary color
Monochromatic Colors of #AD178E
Black with #AD178E
Text Example
Text Example
White with #AD178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD178E; }
p { color: rgb(173,23,142); }
H1.HeaderClassName
{
color: #AD178E;
}
.AnyTagClassName
{
color: #AD178E;
}
</style>
background-color css
<style>
a { background-color: #AD178E; }
a { background-color: rgb(173,23,142); }
div.DivClassName
{
background-color: #AD178E;
}
.BgClassName
{
background-color: #AD178E;
}
</style>
border-color css
<style>
span { border-color: #AD178E; }
span { border-color: rgb(173,23,142); }
td.TdClassName
{
border-color: #AD178E;
}
.TagClassName
{
border-color: #AD178E;
}
</style>