Shades of Medium Violet Red #AD178A
Tints of Medium Violet Red #AD178A
RGB
CMYK
RGB Variations
Color information
#AD178A (or 0xAD178A) is known color: Medium Violet Red. HEX triplet: AD, 17 and 8A. RGB value is (173,23,138). Sum of RGB (Red+Green+Blue) = 173+23+138=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD178A is #52E875. Grayscale: #505050. Windows color (decimal): -5433462 or 9050029. OLE color: 9050029.
HSL color Cylindrical-coordinate representation of color #AD178A: hue angle of 314º 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 #AD178A is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 138 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.32 |
| HSL | 314º | 0.77% | 0.38% | - |
| HSV(B) | 314º | 0.87% | 0.68% | - |
| XYZ | 22.13 | 11.33 | 25.07 | - |
| YUV | 80.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 138 | 0 | 0.87 | 0.20 | 0.32 | 314 | 0.77 | 0.38 |
| Hex | AD | 17 | 8A | 0 | 57 | 14 | 20 | 13A | 4D | 26 |
| Octal | 255 | 27 | 212 | 0 | 127 | 24 | 40 | 472 | 115 | 46 |
| Binary | 10101101 | 10111 | 10001010 | 0 | 1010111 | 10100 | 100000 | 100111010 | 1001101 | 100110 |
Color Harmonies of #AD178A
Complementary color
Monochromatic Colors of #AD178A
Black with #AD178A
Text Example
Text Example
White with #AD178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD178A; }
p { color: rgb(173,23,138); }
H1.HeaderClassName
{
color: #AD178A;
}
.AnyTagClassName
{
color: #AD178A;
}
</style>
background-color css
<style>
a { background-color: #AD178A; }
a { background-color: rgb(173,23,138); }
div.DivClassName
{
background-color: #AD178A;
}
.BgClassName
{
background-color: #AD178A;
}
</style>
border-color css
<style>
span { border-color: #AD178A; }
span { border-color: rgb(173,23,138); }
td.TdClassName
{
border-color: #AD178A;
}
.TagClassName
{
border-color: #AD178A;
}
</style>