Shades of Medium Red Violet #AD2572
Tints of Medium Red Violet #AD2572
RGB
CMYK
RGB Variations
Color information
#AD2572 (or 0xAD2572) is known color: Medium Red Violet. HEX triplet: AD, 25 and 72. RGB value is (173,37,114). Sum of RGB (Red+Green+Blue) = 173+37+114=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2572 is #52DA8D. Grayscale: #565656. Windows color (decimal): -5429902 or 7480749. OLE color: 7480749.
HSL color Cylindrical-coordinate representation of color #AD2572: hue angle of 326.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2572 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 114 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.32 |
| HSL | 326.03º | 0.65% | 0.41% | - |
| HSV(B) | 326.03º | 0.79% | 0.68% | - |
| XYZ | 20.93 | 11.42 | 17.02 | - |
| YUV | 86.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 114 | 0 | 0.79 | 0.34 | 0.32 | 326.03 | 0.65 | 0.41 |
| Hex | AD | 25 | 72 | 0 | 4F | 22 | 20 | 146 | 41 | 29 |
| Octal | 255 | 45 | 162 | 0 | 117 | 42 | 40 | 506 | 101 | 51 |
| Binary | 10101101 | 100101 | 1110010 | 0 | 1001111 | 100010 | 100000 | 101000110 | 1000001 | 101001 |
Color Harmonies of #AD2572
Complementary color
Monochromatic Colors of #AD2572
Black with #AD2572
Text Example
Text Example
White with #AD2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2572; }
p { color: rgb(173,37,114); }
H1.HeaderClassName
{
color: #AD2572;
}
.AnyTagClassName
{
color: #AD2572;
}
</style>
background-color css
<style>
a { background-color: #AD2572; }
a { background-color: rgb(173,37,114); }
div.DivClassName
{
background-color: #AD2572;
}
.BgClassName
{
background-color: #AD2572;
}
</style>
border-color css
<style>
span { border-color: #AD2572; }
span { border-color: rgb(173,37,114); }
td.TdClassName
{
border-color: #AD2572;
}
.TagClassName
{
border-color: #AD2572;
}
</style>