Shades of Medium Violet Red #AD178C
Tints of Medium Violet Red #AD178C
RGB
CMYK
RGB Variations
Color information
#AD178C (or 0xAD178C) is known color: Medium Violet Red. HEX triplet: AD, 17 and 8C. RGB value is (173,23,140). Sum of RGB (Red+Green+Blue) = 173+23+140=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD178C is #52E873. Grayscale: #505050. Windows color (decimal): -5433460 or 9181101. OLE color: 9181101.
HSL color Cylindrical-coordinate representation of color #AD178C: hue angle of 313.2º 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 #AD178C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 140 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.32 |
| HSL | 313.2º | 0.77% | 0.38% | - |
| HSV(B) | 313.2º | 0.87% | 0.68% | - |
| XYZ | 22.27 | 11.39 | 25.84 | - |
| YUV | 81.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 140 | 0 | 0.87 | 0.19 | 0.32 | 313.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 8C | 0 | 57 | 13 | 20 | 139 | 4D | 26 |
| Octal | 255 | 27 | 214 | 0 | 127 | 23 | 40 | 471 | 115 | 46 |
| Binary | 10101101 | 10111 | 10001100 | 0 | 1010111 | 10011 | 100000 | 100111001 | 1001101 | 100110 |
Color Harmonies of #AD178C
Complementary color
Monochromatic Colors of #AD178C
Black with #AD178C
Text Example
Text Example
White with #AD178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD178C; }
p { color: rgb(173,23,140); }
H1.HeaderClassName
{
color: #AD178C;
}
.AnyTagClassName
{
color: #AD178C;
}
</style>
background-color css
<style>
a { background-color: #AD178C; }
a { background-color: rgb(173,23,140); }
div.DivClassName
{
background-color: #AD178C;
}
.BgClassName
{
background-color: #AD178C;
}
</style>
border-color css
<style>
span { border-color: #AD178C; }
span { border-color: rgb(173,23,140); }
td.TdClassName
{
border-color: #AD178C;
}
.TagClassName
{
border-color: #AD178C;
}
</style>