Shades of Medium Violet Red #AD0789
Tints of Medium Violet Red #AD0789
RGB
CMYK
RGB Variations
Color information
#AD0789 (or 0xAD0789) is known color: Medium Violet Red. HEX triplet: AD, 07 and 89. RGB value is (173,7,137). Sum of RGB (Red+Green+Blue) = 173+7+137=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0789 is #52F876. Grayscale: #474747. Windows color (decimal): -5437559 or 8980397. OLE color: 8980397.
HSL color Cylindrical-coordinate representation of color #AD0789: hue angle of 313.01º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0789 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.32 |
| HSL | 313.01º | 0.92% | 0.35% | - |
| HSV(B) | 313.01º | 0.96% | 0.68% | - |
| XYZ | 21.82 | 10.84 | 24.61 | - |
| YUV | 71.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 137 | 0 | 0.96 | 0.21 | 0.32 | 313.01 | 0.92 | 0.35 |
| Hex | AD | 7 | 89 | 0 | 60 | 15 | 20 | 139 | 5C | 23 |
| Octal | 255 | 7 | 211 | 0 | 140 | 25 | 40 | 471 | 134 | 43 |
| Binary | 10101101 | 111 | 10001001 | 0 | 1100000 | 10101 | 100000 | 100111001 | 1011100 | 100011 |
Color Harmonies of #AD0789
Complementary color
Monochromatic Colors of #AD0789
Black with #AD0789
Text Example
Text Example
White with #AD0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0789; }
p { color: rgb(173,7,137); }
H1.HeaderClassName
{
color: #AD0789;
}
.AnyTagClassName
{
color: #AD0789;
}
</style>
background-color css
<style>
a { background-color: #AD0789; }
a { background-color: rgb(173,7,137); }
div.DivClassName
{
background-color: #AD0789;
}
.BgClassName
{
background-color: #AD0789;
}
</style>
border-color css
<style>
span { border-color: #AD0789; }
span { border-color: rgb(173,7,137); }
td.TdClassName
{
border-color: #AD0789;
}
.TagClassName
{
border-color: #AD0789;
}
</style>