Shades of Medium Violet Red #AD0382
Tints of Medium Violet Red #AD0382
RGB
CMYK
RGB Variations
Color information
#AD0382 (or 0xAD0382) is known color: Medium Violet Red. HEX triplet: AD, 03 and 82. RGB value is (173,3,130). Sum of RGB (Red+Green+Blue) = 173+3+130=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0382 is #52FC7D. Grayscale: #434343. Windows color (decimal): -5438590 or 8520621. OLE color: 8520621.
HSL color Cylindrical-coordinate representation of color #AD0382: hue angle of 315.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0382 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.32 |
| HSL | 315.18º | 0.97% | 0.35% | - |
| HSV(B) | 315.18º | 0.98% | 0.68% | - |
| XYZ | 21.3 | 10.56 | 22.04 | - |
| YUV | 68.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 130 | 0 | 0.98 | 0.25 | 0.32 | 315.18 | 0.97 | 0.35 |
| Hex | AD | 3 | 82 | 0 | 62 | 19 | 20 | 13B | 61 | 23 |
| Octal | 255 | 3 | 202 | 0 | 142 | 31 | 40 | 473 | 141 | 43 |
| Binary | 10101101 | 11 | 10000010 | 0 | 1100010 | 11001 | 100000 | 100111011 | 1100001 | 100011 |
Color Harmonies of #AD0382
Complementary color
Monochromatic Colors of #AD0382
Black with #AD0382
Text Example
Text Example
White with #AD0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0382; }
p { color: rgb(173,3,130); }
H1.HeaderClassName
{
color: #AD0382;
}
.AnyTagClassName
{
color: #AD0382;
}
</style>
background-color css
<style>
a { background-color: #AD0382; }
a { background-color: rgb(173,3,130); }
div.DivClassName
{
background-color: #AD0382;
}
.BgClassName
{
background-color: #AD0382;
}
</style>
border-color css
<style>
span { border-color: #AD0382; }
span { border-color: rgb(173,3,130); }
td.TdClassName
{
border-color: #AD0382;
}
.TagClassName
{
border-color: #AD0382;
}
</style>