Shades of Medium Violet Red #AD197F
Tints of Medium Violet Red #AD197F
RGB
CMYK
RGB Variations
Color information
#AD197F (or 0xAD197F) is known color: Medium Violet Red. HEX triplet: AD, 19 and 7F. RGB value is (173,25,127). Sum of RGB (Red+Green+Blue) = 173+25+127=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD197F is #52E680. Grayscale: #505050. Windows color (decimal): -5432961 or 8329645. OLE color: 8329645.
HSL color Cylindrical-coordinate representation of color #AD197F: hue angle of 318.65º 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 #AD197F is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 127 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.32 |
| HSL | 318.65º | 0.75% | 0.39% | - |
| HSV(B) | 318.65º | 0.86% | 0.68% | - |
| XYZ | 21.41 | 11.11 | 21.09 | - |
| YUV | 80.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 127 | 0 | 0.86 | 0.27 | 0.32 | 318.65 | 0.75 | 0.39 |
| Hex | AD | 19 | 7F | 0 | 56 | 1B | 20 | 13F | 4B | 27 |
| Octal | 255 | 31 | 177 | 0 | 126 | 33 | 40 | 477 | 113 | 47 |
| Binary | 10101101 | 11001 | 1111111 | 0 | 1010110 | 11011 | 100000 | 100111111 | 1001011 | 100111 |
Color Harmonies of #AD197F
Complementary color
Monochromatic Colors of #AD197F
Black with #AD197F
Text Example
Text Example
White with #AD197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD197F; }
p { color: rgb(173,25,127); }
H1.HeaderClassName
{
color: #AD197F;
}
.AnyTagClassName
{
color: #AD197F;
}
</style>
background-color css
<style>
a { background-color: #AD197F; }
a { background-color: rgb(173,25,127); }
div.DivClassName
{
background-color: #AD197F;
}
.BgClassName
{
background-color: #AD197F;
}
</style>
border-color css
<style>
span { border-color: #AD197F; }
span { border-color: rgb(173,25,127); }
td.TdClassName
{
border-color: #AD197F;
}
.TagClassName
{
border-color: #AD197F;
}
</style>