Shades of Medium Red Violet #AD2084
Tints of Medium Red Violet #AD2084
RGB
CMYK
RGB Variations
Color information
#AD2084 (or 0xAD2084) is known color: Medium Red Violet. HEX triplet: AD, 20 and 84. RGB value is (173,32,132). Sum of RGB (Red+Green+Blue) = 173+32+132=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2084 is #52DF7B. Grayscale: #555555. Windows color (decimal): -5431164 or 8659117. OLE color: 8659117.
HSL color Cylindrical-coordinate representation of color #AD2084: hue angle of 317.45º 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 #AD2084 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 132 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.32 |
| HSL | 317.45º | 0.69% | 0.4% | - |
| HSV(B) | 317.45º | 0.82% | 0.68% | - |
| XYZ | 21.91 | 11.58 | 22.91 | - |
| YUV | 85.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 132 | 0 | 0.82 | 0.24 | 0.32 | 317.45 | 0.69 | 0.4 |
| Hex | AD | 20 | 84 | 0 | 52 | 18 | 20 | 13D | 45 | 28 |
| Octal | 255 | 40 | 204 | 0 | 122 | 30 | 40 | 475 | 105 | 50 |
| Binary | 10101101 | 100000 | 10000100 | 0 | 1010010 | 11000 | 100000 | 100111101 | 1000101 | 101000 |
Color Harmonies of #AD2084
Complementary color
Monochromatic Colors of #AD2084
Black with #AD2084
Text Example
Text Example
White with #AD2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2084; }
p { color: rgb(173,32,132); }
H1.HeaderClassName
{
color: #AD2084;
}
.AnyTagClassName
{
color: #AD2084;
}
</style>
background-color css
<style>
a { background-color: #AD2084; }
a { background-color: rgb(173,32,132); }
div.DivClassName
{
background-color: #AD2084;
}
.BgClassName
{
background-color: #AD2084;
}
</style>
border-color css
<style>
span { border-color: #AD2084; }
span { border-color: rgb(173,32,132); }
td.TdClassName
{
border-color: #AD2084;
}
.TagClassName
{
border-color: #AD2084;
}
</style>