Shades of Medium Red Violet #AD2372
Tints of Medium Red Violet #AD2372
RGB
CMYK
RGB Variations
Color information
#AD2372 (or 0xAD2372) is known color: Medium Red Violet. HEX triplet: AD, 23 and 72. RGB value is (173,35,114). Sum of RGB (Red+Green+Blue) = 173+35+114=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2372 is #52DC8D. Grayscale: #555555. Windows color (decimal): -5430414 or 7480237. OLE color: 7480237.
HSL color Cylindrical-coordinate representation of color #AD2372: hue angle of 325.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2372 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 114 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.32 |
| HSL | 325.65º | 0.66% | 0.41% | - |
| HSV(B) | 325.65º | 0.8% | 0.68% | - |
| XYZ | 20.87 | 11.3 | 17 | - |
| YUV | 85.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 114 | 0 | 0.80 | 0.34 | 0.32 | 325.65 | 0.66 | 0.41 |
| Hex | AD | 23 | 72 | 0 | 50 | 22 | 20 | 146 | 42 | 29 |
| Octal | 255 | 43 | 162 | 0 | 120 | 42 | 40 | 506 | 102 | 51 |
| Binary | 10101101 | 100011 | 1110010 | 0 | 1010000 | 100010 | 100000 | 101000110 | 1000010 | 101001 |
Color Harmonies of #AD2372
Complementary color
Monochromatic Colors of #AD2372
Black with #AD2372
Text Example
Text Example
White with #AD2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2372; }
p { color: rgb(173,35,114); }
H1.HeaderClassName
{
color: #AD2372;
}
.AnyTagClassName
{
color: #AD2372;
}
</style>
background-color css
<style>
a { background-color: #AD2372; }
a { background-color: rgb(173,35,114); }
div.DivClassName
{
background-color: #AD2372;
}
.BgClassName
{
background-color: #AD2372;
}
</style>
border-color css
<style>
span { border-color: #AD2372; }
span { border-color: rgb(173,35,114); }
td.TdClassName
{
border-color: #AD2372;
}
.TagClassName
{
border-color: #AD2372;
}
</style>