Shades of Medium Red Violet #AD2A74
Tints of Medium Red Violet #AD2A74
RGB
CMYK
RGB Variations
Color information
#AD2A74 (or 0xAD2A74) is known color: Medium Red Violet. HEX triplet: AD, 2A and 74. RGB value is (173,42,116). Sum of RGB (Red+Green+Blue) = 173+42+116=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2A74 is #52D58B. Grayscale: #595959. Windows color (decimal): -5428620 or 7613101. OLE color: 7613101.
HSL color Cylindrical-coordinate representation of color #AD2A74: hue angle of 326.11º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A74 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 116 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.32 |
| HSL | 326.11º | 0.61% | 0.42% | - |
| HSV(B) | 326.11º | 0.76% | 0.68% | - |
| XYZ | 21.21 | 11.8 | 17.68 | - |
| YUV | 89.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 116 | 0 | 0.76 | 0.33 | 0.32 | 326.11 | 0.61 | 0.42 |
| Hex | AD | 2A | 74 | 0 | 4C | 21 | 20 | 146 | 3D | 2A |
| Octal | 255 | 52 | 164 | 0 | 114 | 41 | 40 | 506 | 75 | 52 |
| Binary | 10101101 | 101010 | 1110100 | 0 | 1001100 | 100001 | 100000 | 101000110 | 111101 | 101010 |
Color Harmonies of #AD2A74
Complementary color
Monochromatic Colors of #AD2A74
Black with #AD2A74
Text Example
Text Example
White with #AD2A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A74; }
p { color: rgb(173,42,116); }
H1.HeaderClassName
{
color: #AD2A74;
}
.AnyTagClassName
{
color: #AD2A74;
}
</style>
background-color css
<style>
a { background-color: #AD2A74; }
a { background-color: rgb(173,42,116); }
div.DivClassName
{
background-color: #AD2A74;
}
.BgClassName
{
background-color: #AD2A74;
}
</style>
border-color css
<style>
span { border-color: #AD2A74; }
span { border-color: rgb(173,42,116); }
td.TdClassName
{
border-color: #AD2A74;
}
.TagClassName
{
border-color: #AD2A74;
}
</style>