Shades of Medium Red Violet #AD2180
Tints of Medium Red Violet #AD2180
RGB
CMYK
RGB Variations
Color information
#AD2180 (or 0xAD2180) is known color: Medium Red Violet. HEX triplet: AD, 21 and 80. RGB value is (173,33,128). Sum of RGB (Red+Green+Blue) = 173+33+128=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2180 is #52DE7F. Grayscale: #555555. Windows color (decimal): -5430912 or 8397229. OLE color: 8397229.
HSL color Cylindrical-coordinate representation of color #AD2180: hue angle of 319.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 #AD2180 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 128 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.32 |
| HSL | 319.29º | 0.68% | 0.4% | - |
| HSV(B) | 319.29º | 0.81% | 0.68% | - |
| XYZ | 21.67 | 11.53 | 21.51 | - |
| YUV | 85.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 128 | 0 | 0.81 | 0.26 | 0.32 | 319.29 | 0.68 | 0.4 |
| Hex | AD | 21 | 80 | 0 | 51 | 1A | 20 | 13F | 44 | 28 |
| Octal | 255 | 41 | 200 | 0 | 121 | 32 | 40 | 477 | 104 | 50 |
| Binary | 10101101 | 100001 | 10000000 | 0 | 1010001 | 11010 | 100000 | 100111111 | 1000100 | 101000 |
Color Harmonies of #AD2180
Complementary color
Monochromatic Colors of #AD2180
Black with #AD2180
Text Example
Text Example
White with #AD2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2180; }
p { color: rgb(173,33,128); }
H1.HeaderClassName
{
color: #AD2180;
}
.AnyTagClassName
{
color: #AD2180;
}
</style>
background-color css
<style>
a { background-color: #AD2180; }
a { background-color: rgb(173,33,128); }
div.DivClassName
{
background-color: #AD2180;
}
.BgClassName
{
background-color: #AD2180;
}
</style>
border-color css
<style>
span { border-color: #AD2180; }
span { border-color: rgb(173,33,128); }
td.TdClassName
{
border-color: #AD2180;
}
.TagClassName
{
border-color: #AD2180;
}
</style>