Shades of Medium Violet Red #AD147C
Tints of Medium Violet Red #AD147C
RGB
CMYK
RGB Variations
Color information
#AD147C (or 0xAD147C) is known color: Medium Violet Red. HEX triplet: AD, 14 and 7C. RGB value is (173,20,124). Sum of RGB (Red+Green+Blue) = 173+20+124=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD147C is #52EB83. Grayscale: #4D4D4D. Windows color (decimal): -5434244 or 8131757. OLE color: 8131757.
HSL color Cylindrical-coordinate representation of color #AD147C: hue angle of 319.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD147C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 124 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.32 |
| HSL | 319.22º | 0.79% | 0.38% | - |
| HSV(B) | 319.22º | 0.88% | 0.68% | - |
| XYZ | 21.12 | 10.84 | 20.05 | - |
| YUV | 77.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 124 | 0 | 0.88 | 0.28 | 0.32 | 319.22 | 0.79 | 0.38 |
| Hex | AD | 14 | 7C | 0 | 58 | 1C | 20 | 13F | 4F | 26 |
| Octal | 255 | 24 | 174 | 0 | 130 | 34 | 40 | 477 | 117 | 46 |
| Binary | 10101101 | 10100 | 1111100 | 0 | 1011000 | 11100 | 100000 | 100111111 | 1001111 | 100110 |
Color Harmonies of #AD147C
Complementary color
Monochromatic Colors of #AD147C
Black with #AD147C
Text Example
Text Example
White with #AD147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD147C; }
p { color: rgb(173,20,124); }
H1.HeaderClassName
{
color: #AD147C;
}
.AnyTagClassName
{
color: #AD147C;
}
</style>
background-color css
<style>
a { background-color: #AD147C; }
a { background-color: rgb(173,20,124); }
div.DivClassName
{
background-color: #AD147C;
}
.BgClassName
{
background-color: #AD147C;
}
</style>
border-color css
<style>
span { border-color: #AD147C; }
span { border-color: rgb(173,20,124); }
td.TdClassName
{
border-color: #AD147C;
}
.TagClassName
{
border-color: #AD147C;
}
</style>