Shades of Medium Violet Red #AD0583
Tints of Medium Violet Red #AD0583
RGB
CMYK
RGB Variations
Color information
#AD0583 (or 0xAD0583) is known color: Medium Violet Red. HEX triplet: AD, 05 and 83. RGB value is (173,5,131). Sum of RGB (Red+Green+Blue) = 173+5+131=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0583 is #52FA7C. Grayscale: #454545. Windows color (decimal): -5438077 or 8586669. OLE color: 8586669.
HSL color Cylindrical-coordinate representation of color #AD0583: hue angle of 315º 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 #AD0583 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.32 |
| HSL | 315º | 0.94% | 0.35% | - |
| HSV(B) | 315º | 0.97% | 0.68% | - |
| XYZ | 21.38 | 10.63 | 22.4 | - |
| YUV | 69.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 131 | 0 | 0.97 | 0.24 | 0.32 | 315 | 0.94 | 0.35 |
| Hex | AD | 5 | 83 | 0 | 61 | 18 | 20 | 13B | 5E | 23 |
| Octal | 255 | 5 | 203 | 0 | 141 | 30 | 40 | 473 | 136 | 43 |
| Binary | 10101101 | 101 | 10000011 | 0 | 1100001 | 11000 | 100000 | 100111011 | 1011110 | 100011 |
Color Harmonies of #AD0583
Complementary color
Monochromatic Colors of #AD0583
Black with #AD0583
Text Example
Text Example
White with #AD0583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0583; }
p { color: rgb(173,5,131); }
H1.HeaderClassName
{
color: #AD0583;
}
.AnyTagClassName
{
color: #AD0583;
}
</style>
background-color css
<style>
a { background-color: #AD0583; }
a { background-color: rgb(173,5,131); }
div.DivClassName
{
background-color: #AD0583;
}
.BgClassName
{
background-color: #AD0583;
}
</style>
border-color css
<style>
span { border-color: #AD0583; }
span { border-color: rgb(173,5,131); }
td.TdClassName
{
border-color: #AD0583;
}
.TagClassName
{
border-color: #AD0583;
}
</style>