Shades of Medium Violet Red #AD1997
Tints of Medium Violet Red #AD1997
RGB
CMYK
RGB Variations
Color information
#AD1997 (or 0xAD1997) is known color: Medium Violet Red. HEX triplet: AD, 19 and 97. RGB value is (173,25,151). Sum of RGB (Red+Green+Blue) = 173+25+151=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1997 is #52E668. Grayscale: #535353. Windows color (decimal): -5432937 or 9902509. OLE color: 9902509.
HSL color Cylindrical-coordinate representation of color #AD1997: hue angle of 308.92º 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 #AD1997 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 151 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.32 |
| HSL | 308.92º | 0.75% | 0.39% | - |
| HSV(B) | 308.92º | 0.86% | 0.68% | - |
| XYZ | 23.17 | 11.81 | 30.34 | - |
| YUV | 83.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 151 | 0 | 0.86 | 0.13 | 0.32 | 308.92 | 0.75 | 0.39 |
| Hex | AD | 19 | 97 | 0 | 56 | D | 20 | 135 | 4B | 27 |
| Octal | 255 | 31 | 227 | 0 | 126 | 15 | 40 | 465 | 113 | 47 |
| Binary | 10101101 | 11001 | 10010111 | 0 | 1010110 | 1101 | 100000 | 100110101 | 1001011 | 100111 |
Color Harmonies of #AD1997
Complementary color
Monochromatic Colors of #AD1997
Black with #AD1997
Text Example
Text Example
White with #AD1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1997; }
p { color: rgb(173,25,151); }
H1.HeaderClassName
{
color: #AD1997;
}
.AnyTagClassName
{
color: #AD1997;
}
</style>
background-color css
<style>
a { background-color: #AD1997; }
a { background-color: rgb(173,25,151); }
div.DivClassName
{
background-color: #AD1997;
}
.BgClassName
{
background-color: #AD1997;
}
</style>
border-color css
<style>
span { border-color: #AD1997; }
span { border-color: rgb(173,25,151); }
td.TdClassName
{
border-color: #AD1997;
}
.TagClassName
{
border-color: #AD1997;
}
</style>