Shades of Medium Red Violet #AD2080
Tints of Medium Red Violet #AD2080
RGB
CMYK
RGB Variations
Color information
#AD2080 (or 0xAD2080) is known color: Medium Red Violet. HEX triplet: AD, 20 and 80. RGB value is (173,32,128). Sum of RGB (Red+Green+Blue) = 173+32+128=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2080 is #52DF7F. Grayscale: #545454. Windows color (decimal): -5431168 or 8396973. OLE color: 8396973.
HSL color Cylindrical-coordinate representation of color #AD2080: hue angle of 319.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2080 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 128 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.32 |
| HSL | 319.15º | 0.69% | 0.4% | - |
| HSV(B) | 319.15º | 0.82% | 0.68% | - |
| XYZ | 21.65 | 11.48 | 21.5 | - |
| YUV | 85.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 128 | 0 | 0.82 | 0.26 | 0.32 | 319.15 | 0.69 | 0.4 |
| Hex | AD | 20 | 80 | 0 | 52 | 1A | 20 | 13F | 45 | 28 |
| Octal | 255 | 40 | 200 | 0 | 122 | 32 | 40 | 477 | 105 | 50 |
| Binary | 10101101 | 100000 | 10000000 | 0 | 1010010 | 11010 | 100000 | 100111111 | 1000101 | 101000 |
Color Harmonies of #AD2080
Complementary color
Monochromatic Colors of #AD2080
Black with #AD2080
Text Example
Text Example
White with #AD2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2080; }
p { color: rgb(173,32,128); }
H1.HeaderClassName
{
color: #AD2080;
}
.AnyTagClassName
{
color: #AD2080;
}
</style>
background-color css
<style>
a { background-color: #AD2080; }
a { background-color: rgb(173,32,128); }
div.DivClassName
{
background-color: #AD2080;
}
.BgClassName
{
background-color: #AD2080;
}
</style>
border-color css
<style>
span { border-color: #AD2080; }
span { border-color: rgb(173,32,128); }
td.TdClassName
{
border-color: #AD2080;
}
.TagClassName
{
border-color: #AD2080;
}
</style>