Shades of Medium Red Violet #AD2571
Tints of Medium Red Violet #AD2571
RGB
CMYK
RGB Variations
Color information
#AD2571 (or 0xAD2571) is known color: Medium Red Violet. HEX triplet: AD, 25 and 71. RGB value is (173,37,113). Sum of RGB (Red+Green+Blue) = 173+37+113=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2571 is #52DA8E. Grayscale: #565656. Windows color (decimal): -5429903 or 7415213. OLE color: 7415213.
HSL color Cylindrical-coordinate representation of color #AD2571: hue angle of 326.47º 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 #AD2571 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 113 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.32 |
| HSL | 326.47º | 0.65% | 0.41% | - |
| HSV(B) | 326.47º | 0.79% | 0.68% | - |
| XYZ | 20.88 | 11.4 | 16.72 | - |
| YUV | 86.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 113 | 0 | 0.79 | 0.35 | 0.32 | 326.47 | 0.65 | 0.41 |
| Hex | AD | 25 | 71 | 0 | 4F | 23 | 20 | 146 | 41 | 29 |
| Octal | 255 | 45 | 161 | 0 | 117 | 43 | 40 | 506 | 101 | 51 |
| Binary | 10101101 | 100101 | 1110001 | 0 | 1001111 | 100011 | 100000 | 101000110 | 1000001 | 101001 |
Color Harmonies of #AD2571
Complementary color
Monochromatic Colors of #AD2571
Black with #AD2571
Text Example
Text Example
White with #AD2571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2571; }
p { color: rgb(173,37,113); }
H1.HeaderClassName
{
color: #AD2571;
}
.AnyTagClassName
{
color: #AD2571;
}
</style>
background-color css
<style>
a { background-color: #AD2571; }
a { background-color: rgb(173,37,113); }
div.DivClassName
{
background-color: #AD2571;
}
.BgClassName
{
background-color: #AD2571;
}
</style>
border-color css
<style>
span { border-color: #AD2571; }
span { border-color: rgb(173,37,113); }
td.TdClassName
{
border-color: #AD2571;
}
.TagClassName
{
border-color: #AD2571;
}
</style>