Shades of Medium Violet Red #AD197A
Tints of Medium Violet Red #AD197A
RGB
CMYK
RGB Variations
Color information
#AD197A (or 0xAD197A) is known color: Medium Violet Red. HEX triplet: AD, 19 and 7A. RGB value is (173,25,122). Sum of RGB (Red+Green+Blue) = 173+25+122=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD197A is #52E685. Grayscale: #505050. Windows color (decimal): -5432966 or 8001965. OLE color: 8001965.
HSL color Cylindrical-coordinate representation of color #AD197A: hue angle of 320.68º 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 #AD197A is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 122 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.32 |
| HSL | 320.68º | 0.75% | 0.39% | - |
| HSV(B) | 320.68º | 0.86% | 0.68% | - |
| XYZ | 21.09 | 10.98 | 19.42 | - |
| YUV | 80.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 122 | 0 | 0.86 | 0.29 | 0.32 | 320.68 | 0.75 | 0.39 |
| Hex | AD | 19 | 7A | 0 | 56 | 1D | 20 | 141 | 4B | 27 |
| Octal | 255 | 31 | 172 | 0 | 126 | 35 | 40 | 501 | 113 | 47 |
| Binary | 10101101 | 11001 | 1111010 | 0 | 1010110 | 11101 | 100000 | 101000001 | 1001011 | 100111 |
Color Harmonies of #AD197A
Complementary color
Monochromatic Colors of #AD197A
Black with #AD197A
Text Example
Text Example
White with #AD197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD197A; }
p { color: rgb(173,25,122); }
H1.HeaderClassName
{
color: #AD197A;
}
.AnyTagClassName
{
color: #AD197A;
}
</style>
background-color css
<style>
a { background-color: #AD197A; }
a { background-color: rgb(173,25,122); }
div.DivClassName
{
background-color: #AD197A;
}
.BgClassName
{
background-color: #AD197A;
}
</style>
border-color css
<style>
span { border-color: #AD197A; }
span { border-color: rgb(173,25,122); }
td.TdClassName
{
border-color: #AD197A;
}
.TagClassName
{
border-color: #AD197A;
}
</style>