Shades of Medium Red Violet #AD2173
Tints of Medium Red Violet #AD2173
RGB
CMYK
RGB Variations
Color information
#AD2173 (or 0xAD2173) is known color: Medium Red Violet. HEX triplet: AD, 21 and 73. RGB value is (173,33,115). Sum of RGB (Red+Green+Blue) = 173+33+115=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2173 is #52DE8C. Grayscale: #545454. Windows color (decimal): -5430925 or 7545261. OLE color: 7545261.
HSL color Cylindrical-coordinate representation of color #AD2173: hue angle of 324.86º 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 #AD2173 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 115 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.32 |
| HSL | 324.86º | 0.68% | 0.4% | - |
| HSV(B) | 324.86º | 0.81% | 0.68% | - |
| XYZ | 20.87 | 11.21 | 17.28 | - |
| YUV | 84.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 115 | 0 | 0.81 | 0.34 | 0.32 | 324.86 | 0.68 | 0.4 |
| Hex | AD | 21 | 73 | 0 | 51 | 22 | 20 | 145 | 44 | 28 |
| Octal | 255 | 41 | 163 | 0 | 121 | 42 | 40 | 505 | 104 | 50 |
| Binary | 10101101 | 100001 | 1110011 | 0 | 1010001 | 100010 | 100000 | 101000101 | 1000100 | 101000 |
Color Harmonies of #AD2173
Complementary color
Monochromatic Colors of #AD2173
Black with #AD2173
Text Example
Text Example
White with #AD2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2173; }
p { color: rgb(173,33,115); }
H1.HeaderClassName
{
color: #AD2173;
}
.AnyTagClassName
{
color: #AD2173;
}
</style>
background-color css
<style>
a { background-color: #AD2173; }
a { background-color: rgb(173,33,115); }
div.DivClassName
{
background-color: #AD2173;
}
.BgClassName
{
background-color: #AD2173;
}
</style>
border-color css
<style>
span { border-color: #AD2173; }
span { border-color: rgb(173,33,115); }
td.TdClassName
{
border-color: #AD2173;
}
.TagClassName
{
border-color: #AD2173;
}
</style>