Shades of Medium Red Violet #AD2A76
Tints of Medium Red Violet #AD2A76
RGB
CMYK
RGB Variations
Color information
#AD2A76 (or 0xAD2A76) is known color: Medium Red Violet. HEX triplet: AD, 2A and 76. RGB value is (173,42,118). Sum of RGB (Red+Green+Blue) = 173+42+118=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2A76 is #52D589. Grayscale: #595959. Windows color (decimal): -5428618 or 7744173. OLE color: 7744173.
HSL color Cylindrical-coordinate representation of color #AD2A76: hue angle of 325.19º 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 #AD2A76 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 118 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.32 |
| HSL | 325.19º | 0.61% | 0.42% | - |
| HSV(B) | 325.19º | 0.76% | 0.68% | - |
| XYZ | 21.33 | 11.85 | 18.3 | - |
| YUV | 89.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 118 | 0 | 0.76 | 0.32 | 0.32 | 325.19 | 0.61 | 0.42 |
| Hex | AD | 2A | 76 | 0 | 4C | 20 | 20 | 145 | 3D | 2A |
| Octal | 255 | 52 | 166 | 0 | 114 | 40 | 40 | 505 | 75 | 52 |
| Binary | 10101101 | 101010 | 1110110 | 0 | 1001100 | 100000 | 100000 | 101000101 | 111101 | 101010 |
Color Harmonies of #AD2A76
Complementary color
Monochromatic Colors of #AD2A76
Black with #AD2A76
Text Example
Text Example
White with #AD2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A76; }
p { color: rgb(173,42,118); }
H1.HeaderClassName
{
color: #AD2A76;
}
.AnyTagClassName
{
color: #AD2A76;
}
</style>
background-color css
<style>
a { background-color: #AD2A76; }
a { background-color: rgb(173,42,118); }
div.DivClassName
{
background-color: #AD2A76;
}
.BgClassName
{
background-color: #AD2A76;
}
</style>
border-color css
<style>
span { border-color: #AD2A76; }
span { border-color: rgb(173,42,118); }
td.TdClassName
{
border-color: #AD2A76;
}
.TagClassName
{
border-color: #AD2A76;
}
</style>