Shades of Medium Red Violet #AD2570
Tints of Medium Red Violet #AD2570
RGB
CMYK
RGB Variations
Color information
#AD2570 (or 0xAD2570) is known color: Medium Red Violet. HEX triplet: AD, 25 and 70. RGB value is (173,37,112). Sum of RGB (Red+Green+Blue) = 173+37+112=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2570 is #52DA8F. Grayscale: #565656. Windows color (decimal): -5429904 or 7349677. OLE color: 7349677.
HSL color Cylindrical-coordinate representation of color #AD2570: hue angle of 326.91º 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 #AD2570 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 112 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.32 |
| HSL | 326.91º | 0.65% | 0.41% | - |
| HSV(B) | 326.91º | 0.79% | 0.68% | - |
| XYZ | 20.82 | 11.38 | 16.43 | - |
| YUV | 86.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 112 | 0 | 0.79 | 0.35 | 0.32 | 326.91 | 0.65 | 0.41 |
| Hex | AD | 25 | 70 | 0 | 4F | 23 | 20 | 147 | 41 | 29 |
| Octal | 255 | 45 | 160 | 0 | 117 | 43 | 40 | 507 | 101 | 51 |
| Binary | 10101101 | 100101 | 1110000 | 0 | 1001111 | 100011 | 100000 | 101000111 | 1000001 | 101001 |
Color Harmonies of #AD2570
Complementary color
Monochromatic Colors of #AD2570
Black with #AD2570
Text Example
Text Example
White with #AD2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2570; }
p { color: rgb(173,37,112); }
H1.HeaderClassName
{
color: #AD2570;
}
.AnyTagClassName
{
color: #AD2570;
}
</style>
background-color css
<style>
a { background-color: #AD2570; }
a { background-color: rgb(173,37,112); }
div.DivClassName
{
background-color: #AD2570;
}
.BgClassName
{
background-color: #AD2570;
}
</style>
border-color css
<style>
span { border-color: #AD2570; }
span { border-color: rgb(173,37,112); }
td.TdClassName
{
border-color: #AD2570;
}
.TagClassName
{
border-color: #AD2570;
}
</style>