Shades of Medium Violet Red #AD178D
Tints of Medium Violet Red #AD178D
RGB
CMYK
RGB Variations
Color information
#AD178D (or 0xAD178D) is known color: Medium Violet Red. HEX triplet: AD, 17 and 8D. RGB value is (173,23,141). Sum of RGB (Red+Green+Blue) = 173+23+141=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD178D is #52E872. Grayscale: #505050. Windows color (decimal): -5433459 or 9246637. OLE color: 9246637.
HSL color Cylindrical-coordinate representation of color #AD178D: hue angle of 312.8º 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 #AD178D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 141 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.32 |
| HSL | 312.8º | 0.77% | 0.38% | - |
| HSV(B) | 312.8º | 0.87% | 0.68% | - |
| XYZ | 22.35 | 11.42 | 26.23 | - |
| YUV | 81.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 141 | 0 | 0.87 | 0.18 | 0.32 | 312.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 8D | 0 | 57 | 12 | 20 | 139 | 4D | 26 |
| Octal | 255 | 27 | 215 | 0 | 127 | 22 | 40 | 471 | 115 | 46 |
| Binary | 10101101 | 10111 | 10001101 | 0 | 1010111 | 10010 | 100000 | 100111001 | 1001101 | 100110 |
Color Harmonies of #AD178D
Complementary color
Monochromatic Colors of #AD178D
Black with #AD178D
Text Example
Text Example
White with #AD178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD178D; }
p { color: rgb(173,23,141); }
H1.HeaderClassName
{
color: #AD178D;
}
.AnyTagClassName
{
color: #AD178D;
}
</style>
background-color css
<style>
a { background-color: #AD178D; }
a { background-color: rgb(173,23,141); }
div.DivClassName
{
background-color: #AD178D;
}
.BgClassName
{
background-color: #AD178D;
}
</style>
border-color css
<style>
span { border-color: #AD178D; }
span { border-color: rgb(173,23,141); }
td.TdClassName
{
border-color: #AD178D;
}
.TagClassName
{
border-color: #AD178D;
}
</style>