Shades of Medium Violet Red #AD0889
Tints of Medium Violet Red #AD0889
RGB
CMYK
RGB Variations
Color information
#AD0889 (or 0xAD0889) is known color: Medium Violet Red. HEX triplet: AD, 08 and 89. RGB value is (173,8,137). Sum of RGB (Red+Green+Blue) = 173+8+137=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0889 is #52F776. Grayscale: #474747. Windows color (decimal): -5437303 or 8980653. OLE color: 8980653.
HSL color Cylindrical-coordinate representation of color #AD0889: hue angle of 313.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0889 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 137 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.32 |
| HSL | 313.09º | 0.91% | 0.35% | - |
| HSV(B) | 313.09º | 0.95% | 0.68% | - |
| XYZ | 21.84 | 10.86 | 24.61 | - |
| YUV | 72.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 137 | 0 | 0.95 | 0.21 | 0.32 | 313.09 | 0.91 | 0.35 |
| Hex | AD | 8 | 89 | 0 | 5F | 15 | 20 | 139 | 5B | 23 |
| Octal | 255 | 10 | 211 | 0 | 137 | 25 | 40 | 471 | 133 | 43 |
| Binary | 10101101 | 1000 | 10001001 | 0 | 1011111 | 10101 | 100000 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AD0889
Complementary color
Monochromatic Colors of #AD0889
Black with #AD0889
Text Example
Text Example
White with #AD0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0889; }
p { color: rgb(173,8,137); }
H1.HeaderClassName
{
color: #AD0889;
}
.AnyTagClassName
{
color: #AD0889;
}
</style>
background-color css
<style>
a { background-color: #AD0889; }
a { background-color: rgb(173,8,137); }
div.DivClassName
{
background-color: #AD0889;
}
.BgClassName
{
background-color: #AD0889;
}
</style>
border-color css
<style>
span { border-color: #AD0889; }
span { border-color: rgb(173,8,137); }
td.TdClassName
{
border-color: #AD0889;
}
.TagClassName
{
border-color: #AD0889;
}
</style>