Shades of Medium Violet Red #AD0590
Tints of Medium Violet Red #AD0590
RGB
CMYK
RGB Variations
Color information
#AD0590 (or 0xAD0590) is known color: Medium Violet Red. HEX triplet: AD, 05 and 90. RGB value is (173,5,144). Sum of RGB (Red+Green+Blue) = 173+5+144=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0590 is #52FA6F. Grayscale: #464646. Windows color (decimal): -5438064 or 9438637. OLE color: 9438637.
HSL color Cylindrical-coordinate representation of color #AD0590: hue angle of 310.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0590 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 144 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.32 |
| HSL | 310.36º | 0.94% | 0.35% | - |
| HSV(B) | 310.36º | 0.97% | 0.68% | - |
| XYZ | 22.32 | 11.01 | 27.33 | - |
| YUV | 71.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 144 | 0 | 0.97 | 0.17 | 0.32 | 310.36 | 0.94 | 0.35 |
| Hex | AD | 5 | 90 | 0 | 61 | 11 | 20 | 136 | 5E | 23 |
| Octal | 255 | 5 | 220 | 0 | 141 | 21 | 40 | 466 | 136 | 43 |
| Binary | 10101101 | 101 | 10010000 | 0 | 1100001 | 10001 | 100000 | 100110110 | 1011110 | 100011 |
Color Harmonies of #AD0590
Complementary color
Monochromatic Colors of #AD0590
Black with #AD0590
Text Example
Text Example
White with #AD0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0590; }
p { color: rgb(173,5,144); }
H1.HeaderClassName
{
color: #AD0590;
}
.AnyTagClassName
{
color: #AD0590;
}
</style>
background-color css
<style>
a { background-color: #AD0590; }
a { background-color: rgb(173,5,144); }
div.DivClassName
{
background-color: #AD0590;
}
.BgClassName
{
background-color: #AD0590;
}
</style>
border-color css
<style>
span { border-color: #AD0590; }
span { border-color: rgb(173,5,144); }
td.TdClassName
{
border-color: #AD0590;
}
.TagClassName
{
border-color: #AD0590;
}
</style>