Shades of Medium Violet Red #AD0984
Tints of Medium Violet Red #AD0984
RGB
CMYK
RGB Variations
Color information
#AD0984 (or 0xAD0984) is known color: Medium Violet Red. HEX triplet: AD, 09 and 84. RGB value is (173,9,132). Sum of RGB (Red+Green+Blue) = 173+9+132=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0984 is #52F67B. Grayscale: #474747. Windows color (decimal): -5437052 or 8653229. OLE color: 8653229.
HSL color Cylindrical-coordinate representation of color #AD0984: hue angle of 315º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0984 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 132 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.32 |
| HSL | 315º | 0.9% | 0.36% | - |
| HSV(B) | 315º | 0.95% | 0.68% | - |
| XYZ | 21.5 | 10.75 | 22.77 | - |
| YUV | 72.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 132 | 0 | 0.95 | 0.24 | 0.32 | 315 | 0.9 | 0.36 |
| Hex | AD | 9 | 84 | 0 | 5F | 18 | 20 | 13B | 5A | 24 |
| Octal | 255 | 11 | 204 | 0 | 137 | 30 | 40 | 473 | 132 | 44 |
| Binary | 10101101 | 1001 | 10000100 | 0 | 1011111 | 11000 | 100000 | 100111011 | 1011010 | 100100 |
Color Harmonies of #AD0984
Complementary color
Monochromatic Colors of #AD0984
Black with #AD0984
Text Example
Text Example
White with #AD0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0984; }
p { color: rgb(173,9,132); }
H1.HeaderClassName
{
color: #AD0984;
}
.AnyTagClassName
{
color: #AD0984;
}
</style>
background-color css
<style>
a { background-color: #AD0984; }
a { background-color: rgb(173,9,132); }
div.DivClassName
{
background-color: #AD0984;
}
.BgClassName
{
background-color: #AD0984;
}
</style>
border-color css
<style>
span { border-color: #AD0984; }
span { border-color: rgb(173,9,132); }
td.TdClassName
{
border-color: #AD0984;
}
.TagClassName
{
border-color: #AD0984;
}
</style>