Shades of Medium Violet Red #AD0380
Tints of Medium Violet Red #AD0380
RGB
CMYK
RGB Variations
Color information
#AD0380 (or 0xAD0380) is known color: Medium Violet Red. HEX triplet: AD, 03 and 80. RGB value is (173,3,128). Sum of RGB (Red+Green+Blue) = 173+3+128=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0380 is #52FC7F. Grayscale: #434343. Windows color (decimal): -5438592 or 8389549. OLE color: 8389549.
HSL color Cylindrical-coordinate representation of color #AD0380: hue angle of 315.88º 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 #AD0380 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.32 |
| HSL | 315.88º | 0.97% | 0.35% | - |
| HSV(B) | 315.88º | 0.98% | 0.68% | - |
| XYZ | 21.16 | 10.51 | 21.33 | - |
| YUV | 68.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 128 | 0 | 0.98 | 0.26 | 0.32 | 315.88 | 0.97 | 0.35 |
| Hex | AD | 3 | 80 | 0 | 62 | 1A | 20 | 13C | 61 | 23 |
| Octal | 255 | 3 | 200 | 0 | 142 | 32 | 40 | 474 | 141 | 43 |
| Binary | 10101101 | 11 | 10000000 | 0 | 1100010 | 11010 | 100000 | 100111100 | 1100001 | 100011 |
Color Harmonies of #AD0380
Complementary color
Monochromatic Colors of #AD0380
Black with #AD0380
Text Example
Text Example
White with #AD0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0380; }
p { color: rgb(173,3,128); }
H1.HeaderClassName
{
color: #AD0380;
}
.AnyTagClassName
{
color: #AD0380;
}
</style>
background-color css
<style>
a { background-color: #AD0380; }
a { background-color: rgb(173,3,128); }
div.DivClassName
{
background-color: #AD0380;
}
.BgClassName
{
background-color: #AD0380;
}
</style>
border-color css
<style>
span { border-color: #AD0380; }
span { border-color: rgb(173,3,128); }
td.TdClassName
{
border-color: #AD0380;
}
.TagClassName
{
border-color: #AD0380;
}
</style>