Shades of Medium Red Violet #AD2179
Tints of Medium Red Violet #AD2179
RGB
CMYK
RGB Variations
Color information
#AD2179 (or 0xAD2179) is known color: Medium Red Violet. HEX triplet: AD, 21 and 79. RGB value is (173,33,121). Sum of RGB (Red+Green+Blue) = 173+33+121=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2179 is #52DE86. Grayscale: #545454. Windows color (decimal): -5430919 or 7938477. OLE color: 7938477.
HSL color Cylindrical-coordinate representation of color #AD2179: hue angle of 322.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2179 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 121 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.32 |
| HSL | 322.29º | 0.68% | 0.4% | - |
| HSV(B) | 322.29º | 0.81% | 0.68% | - |
| XYZ | 21.23 | 11.35 | 19.16 | - |
| YUV | 84.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 121 | 0 | 0.81 | 0.30 | 0.32 | 322.29 | 0.68 | 0.4 |
| Hex | AD | 21 | 79 | 0 | 51 | 1E | 20 | 142 | 44 | 28 |
| Octal | 255 | 41 | 171 | 0 | 121 | 36 | 40 | 502 | 104 | 50 |
| Binary | 10101101 | 100001 | 1111001 | 0 | 1010001 | 11110 | 100000 | 101000010 | 1000100 | 101000 |
Color Harmonies of #AD2179
Complementary color
Monochromatic Colors of #AD2179
Black with #AD2179
Text Example
Text Example
White with #AD2179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2179; }
p { color: rgb(173,33,121); }
H1.HeaderClassName
{
color: #AD2179;
}
.AnyTagClassName
{
color: #AD2179;
}
</style>
background-color css
<style>
a { background-color: #AD2179; }
a { background-color: rgb(173,33,121); }
div.DivClassName
{
background-color: #AD2179;
}
.BgClassName
{
background-color: #AD2179;
}
</style>
border-color css
<style>
span { border-color: #AD2179; }
span { border-color: rgb(173,33,121); }
td.TdClassName
{
border-color: #AD2179;
}
.TagClassName
{
border-color: #AD2179;
}
</style>