Shades of Medium Violet Red #AD0982
Tints of Medium Violet Red #AD0982
RGB
CMYK
RGB Variations
Color information
#AD0982 (or 0xAD0982) is known color: Medium Violet Red. HEX triplet: AD, 09 and 82. RGB value is (173,9,130). Sum of RGB (Red+Green+Blue) = 173+9+130=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0982 is #52F67D. Grayscale: #474747. Windows color (decimal): -5437054 or 8522157. OLE color: 8522157.
HSL color Cylindrical-coordinate representation of color #AD0982: hue angle of 315.73º 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 #AD0982 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.32 |
| HSL | 315.73º | 0.9% | 0.36% | - |
| HSV(B) | 315.73º | 0.95% | 0.68% | - |
| XYZ | 21.36 | 10.69 | 22.06 | - |
| YUV | 71.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 130 | 0 | 0.95 | 0.25 | 0.32 | 315.73 | 0.9 | 0.36 |
| Hex | AD | 9 | 82 | 0 | 5F | 19 | 20 | 13C | 5A | 24 |
| Octal | 255 | 11 | 202 | 0 | 137 | 31 | 40 | 474 | 132 | 44 |
| Binary | 10101101 | 1001 | 10000010 | 0 | 1011111 | 11001 | 100000 | 100111100 | 1011010 | 100100 |
Color Harmonies of #AD0982
Complementary color
Monochromatic Colors of #AD0982
Black with #AD0982
Text Example
Text Example
White with #AD0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0982; }
p { color: rgb(173,9,130); }
H1.HeaderClassName
{
color: #AD0982;
}
.AnyTagClassName
{
color: #AD0982;
}
</style>
background-color css
<style>
a { background-color: #AD0982; }
a { background-color: rgb(173,9,130); }
div.DivClassName
{
background-color: #AD0982;
}
.BgClassName
{
background-color: #AD0982;
}
</style>
border-color css
<style>
span { border-color: #AD0982; }
span { border-color: rgb(173,9,130); }
td.TdClassName
{
border-color: #AD0982;
}
.TagClassName
{
border-color: #AD0982;
}
</style>