Shades of Medium Violet Red #AD0289
Tints of Medium Violet Red #AD0289
RGB
CMYK
RGB Variations
Color information
#AD0289 (or 0xAD0289) is known color: Medium Violet Red. HEX triplet: AD, 02 and 89. RGB value is (173,2,137). Sum of RGB (Red+Green+Blue) = 173+2+137=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0289 is #52FD76. Grayscale: #444444. Windows color (decimal): -5438839 or 8979117. OLE color: 8979117.
HSL color Cylindrical-coordinate representation of color #AD0289: hue angle of 312.63º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0289 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.32 |
| HSL | 312.63º | 0.98% | 0.34% | - |
| HSV(B) | 312.63º | 0.99% | 0.68% | - |
| XYZ | 21.77 | 10.73 | 24.59 | - |
| YUV | 68.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 137 | 0 | 0.99 | 0.21 | 0.32 | 312.63 | 0.98 | 0.34 |
| Hex | AD | 2 | 89 | 0 | 63 | 15 | 20 | 139 | 62 | 22 |
| Octal | 255 | 2 | 211 | 0 | 143 | 25 | 40 | 471 | 142 | 42 |
| Binary | 10101101 | 10 | 10001001 | 0 | 1100011 | 10101 | 100000 | 100111001 | 1100010 | 100010 |
Color Harmonies of #AD0289
Complementary color
Monochromatic Colors of #AD0289
Black with #AD0289
Text Example
Text Example
White with #AD0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0289; }
p { color: rgb(173,2,137); }
H1.HeaderClassName
{
color: #AD0289;
}
.AnyTagClassName
{
color: #AD0289;
}
</style>
background-color css
<style>
a { background-color: #AD0289; }
a { background-color: rgb(173,2,137); }
div.DivClassName
{
background-color: #AD0289;
}
.BgClassName
{
background-color: #AD0289;
}
</style>
border-color css
<style>
span { border-color: #AD0289; }
span { border-color: rgb(173,2,137); }
td.TdClassName
{
border-color: #AD0289;
}
.TagClassName
{
border-color: #AD0289;
}
</style>