Shades of Medium Violet Red #AD0582
Tints of Medium Violet Red #AD0582
RGB
CMYK
RGB Variations
Color information
#AD0582 (or 0xAD0582) is known color: Medium Violet Red. HEX triplet: AD, 05 and 82. RGB value is (173,5,130). Sum of RGB (Red+Green+Blue) = 173+5+130=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0582 is #52FA7D. Grayscale: #454545. Windows color (decimal): -5438078 or 8521133. OLE color: 8521133.
HSL color Cylindrical-coordinate representation of color #AD0582: hue angle of 315.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 #AD0582 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 130 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.32 |
| HSL | 315.36º | 0.94% | 0.35% | - |
| HSV(B) | 315.36º | 0.97% | 0.68% | - |
| XYZ | 21.32 | 10.6 | 22.04 | - |
| YUV | 69.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 130 | 0 | 0.97 | 0.25 | 0.32 | 315.36 | 0.94 | 0.35 |
| Hex | AD | 5 | 82 | 0 | 61 | 19 | 20 | 13B | 5E | 23 |
| Octal | 255 | 5 | 202 | 0 | 141 | 31 | 40 | 473 | 136 | 43 |
| Binary | 10101101 | 101 | 10000010 | 0 | 1100001 | 11001 | 100000 | 100111011 | 1011110 | 100011 |
Color Harmonies of #AD0582
Complementary color
Monochromatic Colors of #AD0582
Black with #AD0582
Text Example
Text Example
White with #AD0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0582; }
p { color: rgb(173,5,130); }
H1.HeaderClassName
{
color: #AD0582;
}
.AnyTagClassName
{
color: #AD0582;
}
</style>
background-color css
<style>
a { background-color: #AD0582; }
a { background-color: rgb(173,5,130); }
div.DivClassName
{
background-color: #AD0582;
}
.BgClassName
{
background-color: #AD0582;
}
</style>
border-color css
<style>
span { border-color: #AD0582; }
span { border-color: rgb(173,5,130); }
td.TdClassName
{
border-color: #AD0582;
}
.TagClassName
{
border-color: #AD0582;
}
</style>