Shades of Medium Red Violet #AD2197
Tints of Medium Red Violet #AD2197
RGB
CMYK
RGB Variations
Color information
#AD2197 (or 0xAD2197) is known color: Medium Red Violet. HEX triplet: AD, 21 and 97. RGB value is (173,33,151). Sum of RGB (Red+Green+Blue) = 173+33+151=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2197 is #52DE68. Grayscale: #575757. Windows color (decimal): -5430889 or 9904557. OLE color: 9904557.
HSL color Cylindrical-coordinate representation of color #AD2197: hue angle of 309.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2197 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 151 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.32 |
| HSL | 309.43º | 0.68% | 0.4% | - |
| HSV(B) | 309.43º | 0.81% | 0.68% | - |
| XYZ | 23.36 | 12.21 | 30.4 | - |
| YUV | 88.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 151 | 0 | 0.81 | 0.13 | 0.32 | 309.43 | 0.68 | 0.4 |
| Hex | AD | 21 | 97 | 0 | 51 | D | 20 | 135 | 44 | 28 |
| Octal | 255 | 41 | 227 | 0 | 121 | 15 | 40 | 465 | 104 | 50 |
| Binary | 10101101 | 100001 | 10010111 | 0 | 1010001 | 1101 | 100000 | 100110101 | 1000100 | 101000 |
Color Harmonies of #AD2197
Complementary color
Monochromatic Colors of #AD2197
Black with #AD2197
Text Example
Text Example
White with #AD2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2197; }
p { color: rgb(173,33,151); }
H1.HeaderClassName
{
color: #AD2197;
}
.AnyTagClassName
{
color: #AD2197;
}
</style>
background-color css
<style>
a { background-color: #AD2197; }
a { background-color: rgb(173,33,151); }
div.DivClassName
{
background-color: #AD2197;
}
.BgClassName
{
background-color: #AD2197;
}
</style>
border-color css
<style>
span { border-color: #AD2197; }
span { border-color: rgb(173,33,151); }
td.TdClassName
{
border-color: #AD2197;
}
.TagClassName
{
border-color: #AD2197;
}
</style>