Shades of Medium Violet Red #AD0989
Tints of Medium Violet Red #AD0989
RGB
CMYK
RGB Variations
Color information
#AD0989 (or 0xAD0989) is known color: Medium Violet Red. HEX triplet: AD, 09 and 89. RGB value is (173,9,137). Sum of RGB (Red+Green+Blue) = 173+9+137=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0989 is #52F676. Grayscale: #484848. Windows color (decimal): -5437047 or 8980909. OLE color: 8980909.
HSL color Cylindrical-coordinate representation of color #AD0989: hue angle of 313.17º 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 #AD0989 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 137 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.32 |
| HSL | 313.17º | 0.9% | 0.36% | - |
| HSV(B) | 313.17º | 0.95% | 0.68% | - |
| XYZ | 21.85 | 10.89 | 24.62 | - |
| YUV | 72.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 137 | 0 | 0.95 | 0.21 | 0.32 | 313.17 | 0.9 | 0.36 |
| Hex | AD | 9 | 89 | 0 | 5F | 15 | 20 | 139 | 5A | 24 |
| Octal | 255 | 11 | 211 | 0 | 137 | 25 | 40 | 471 | 132 | 44 |
| Binary | 10101101 | 1001 | 10001001 | 0 | 1011111 | 10101 | 100000 | 100111001 | 1011010 | 100100 |
Color Harmonies of #AD0989
Complementary color
Monochromatic Colors of #AD0989
Black with #AD0989
Text Example
Text Example
White with #AD0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0989; }
p { color: rgb(173,9,137); }
H1.HeaderClassName
{
color: #AD0989;
}
.AnyTagClassName
{
color: #AD0989;
}
</style>
background-color css
<style>
a { background-color: #AD0989; }
a { background-color: rgb(173,9,137); }
div.DivClassName
{
background-color: #AD0989;
}
.BgClassName
{
background-color: #AD0989;
}
</style>
border-color css
<style>
span { border-color: #AD0989; }
span { border-color: rgb(173,9,137); }
td.TdClassName
{
border-color: #AD0989;
}
.TagClassName
{
border-color: #AD0989;
}
</style>