Shades of Medium Violet Red #AD0089
Tints of Medium Violet Red #AD0089
RGB
CMYK
RGB Variations
Color information
#AD0089 (or 0xAD0089) is known color: Medium Violet Red. HEX triplet: AD, 00 and 89. RGB value is (173,0,137). Sum of RGB (Red+Green+Blue) = 173+0+137=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0089 is #52FF76. Grayscale: #424242. Windows color (decimal): -5439351 or 8978605. OLE color: 8978605.
HSL color Cylindrical-coordinate representation of color #AD0089: hue angle of 312.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0089 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.21 | 0.32 |
| HSL | 312.49º | 1% | 0.34% | - |
| HSV(B) | 312.49º | 1% | 0.68% | - |
| XYZ | 21.75 | 10.69 | 24.58 | - |
| YUV | 67.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 137 | 0 | 1 | 0.21 | 0.32 | 312.49 | 1 | 0.34 |
| Hex | AD | 0 | 89 | 0 | 64 | 15 | 20 | 138 | 64 | 22 |
| Octal | 255 | 0 | 211 | 0 | 144 | 25 | 40 | 470 | 144 | 42 |
| Binary | 10101101 | 0 | 10001001 | 0 | 1100100 | 10101 | 100000 | 100111000 | 1100100 | 100010 |
Color Harmonies of #AD0089
Complementary color
Monochromatic Colors of #AD0089
Black with #AD0089
Text Example
Text Example
White with #AD0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0089; }
p { color: rgb(173,0,137); }
H1.HeaderClassName
{
color: #AD0089;
}
.AnyTagClassName
{
color: #AD0089;
}
</style>
background-color css
<style>
a { background-color: #AD0089; }
a { background-color: rgb(173,0,137); }
div.DivClassName
{
background-color: #AD0089;
}
.BgClassName
{
background-color: #AD0089;
}
</style>
border-color css
<style>
span { border-color: #AD0089; }
span { border-color: rgb(173,0,137); }
td.TdClassName
{
border-color: #AD0089;
}
.TagClassName
{
border-color: #AD0089;
}
</style>