Shades of Medium Violet Red #AD197C
Tints of Medium Violet Red #AD197C
RGB
CMYK
RGB Variations
Color information
#AD197C (or 0xAD197C) is known color: Medium Violet Red. HEX triplet: AD, 19 and 7C. RGB value is (173,25,124). Sum of RGB (Red+Green+Blue) = 173+25+124=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD197C is #52E683. Grayscale: #505050. Windows color (decimal): -5432964 or 8133037. OLE color: 8133037.
HSL color Cylindrical-coordinate representation of color #AD197C: hue angle of 319.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD197C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 124 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.32 |
| HSL | 319.86º | 0.75% | 0.39% | - |
| HSV(B) | 319.86º | 0.86% | 0.68% | - |
| XYZ | 21.22 | 11.03 | 20.08 | - |
| YUV | 80.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 124 | 0 | 0.86 | 0.28 | 0.32 | 319.86 | 0.75 | 0.39 |
| Hex | AD | 19 | 7C | 0 | 56 | 1C | 20 | 140 | 4B | 27 |
| Octal | 255 | 31 | 174 | 0 | 126 | 34 | 40 | 500 | 113 | 47 |
| Binary | 10101101 | 11001 | 1111100 | 0 | 1010110 | 11100 | 100000 | 101000000 | 1001011 | 100111 |
Color Harmonies of #AD197C
Complementary color
Monochromatic Colors of #AD197C
Black with #AD197C
Text Example
Text Example
White with #AD197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD197C; }
p { color: rgb(173,25,124); }
H1.HeaderClassName
{
color: #AD197C;
}
.AnyTagClassName
{
color: #AD197C;
}
</style>
background-color css
<style>
a { background-color: #AD197C; }
a { background-color: rgb(173,25,124); }
div.DivClassName
{
background-color: #AD197C;
}
.BgClassName
{
background-color: #AD197C;
}
</style>
border-color css
<style>
span { border-color: #AD197C; }
span { border-color: rgb(173,25,124); }
td.TdClassName
{
border-color: #AD197C;
}
.TagClassName
{
border-color: #AD197C;
}
</style>