Shades of Medium Red Violet #AD2470
Tints of Medium Red Violet #AD2470
RGB
CMYK
RGB Variations
Color information
#AD2470 (or 0xAD2470) is known color: Medium Red Violet. HEX triplet: AD, 24 and 70. RGB value is (173,36,112). Sum of RGB (Red+Green+Blue) = 173+36+112=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2470 is #52DB8F. Grayscale: #555555. Windows color (decimal): -5430160 or 7349421. OLE color: 7349421.
HSL color Cylindrical-coordinate representation of color #AD2470: hue angle of 326.72º degrees, saturation: 0.66, 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 #AD2470 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 112 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.32 |
| HSL | 326.72º | 0.66% | 0.41% | - |
| HSV(B) | 326.72º | 0.79% | 0.68% | - |
| XYZ | 20.79 | 11.32 | 16.42 | - |
| YUV | 85.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 112 | 0 | 0.79 | 0.35 | 0.32 | 326.72 | 0.66 | 0.41 |
| Hex | AD | 24 | 70 | 0 | 4F | 23 | 20 | 147 | 42 | 29 |
| Octal | 255 | 44 | 160 | 0 | 117 | 43 | 40 | 507 | 102 | 51 |
| Binary | 10101101 | 100100 | 1110000 | 0 | 1001111 | 100011 | 100000 | 101000111 | 1000010 | 101001 |
Color Harmonies of #AD2470
Complementary color
Monochromatic Colors of #AD2470
Black with #AD2470
Text Example
Text Example
White with #AD2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2470; }
p { color: rgb(173,36,112); }
H1.HeaderClassName
{
color: #AD2470;
}
.AnyTagClassName
{
color: #AD2470;
}
</style>
background-color css
<style>
a { background-color: #AD2470; }
a { background-color: rgb(173,36,112); }
div.DivClassName
{
background-color: #AD2470;
}
.BgClassName
{
background-color: #AD2470;
}
</style>
border-color css
<style>
span { border-color: #AD2470; }
span { border-color: rgb(173,36,112); }
td.TdClassName
{
border-color: #AD2470;
}
.TagClassName
{
border-color: #AD2470;
}
</style>