Shades of Medium Violet Red #AD1981
Tints of Medium Violet Red #AD1981
RGB
CMYK
RGB Variations
Color information
#AD1981 (or 0xAD1981) is known color: Medium Violet Red. HEX triplet: AD, 19 and 81. RGB value is (173,25,129). Sum of RGB (Red+Green+Blue) = 173+25+129=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1981 is #52E67E. Grayscale: #505050. Windows color (decimal): -5432959 or 8460717. OLE color: 8460717.
HSL color Cylindrical-coordinate representation of color #AD1981: hue angle of 317.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1981 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 129 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.32 |
| HSL | 317.84º | 0.75% | 0.39% | - |
| HSV(B) | 317.84º | 0.86% | 0.68% | - |
| XYZ | 21.54 | 11.16 | 21.79 | - |
| YUV | 81.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 129 | 0 | 0.86 | 0.25 | 0.32 | 317.84 | 0.75 | 0.39 |
| Hex | AD | 19 | 81 | 0 | 56 | 19 | 20 | 13E | 4B | 27 |
| Octal | 255 | 31 | 201 | 0 | 126 | 31 | 40 | 476 | 113 | 47 |
| Binary | 10101101 | 11001 | 10000001 | 0 | 1010110 | 11001 | 100000 | 100111110 | 1001011 | 100111 |
Color Harmonies of #AD1981
Complementary color
Monochromatic Colors of #AD1981
Black with #AD1981
Text Example
Text Example
White with #AD1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1981; }
p { color: rgb(173,25,129); }
H1.HeaderClassName
{
color: #AD1981;
}
.AnyTagClassName
{
color: #AD1981;
}
</style>
background-color css
<style>
a { background-color: #AD1981; }
a { background-color: rgb(173,25,129); }
div.DivClassName
{
background-color: #AD1981;
}
.BgClassName
{
background-color: #AD1981;
}
</style>
border-color css
<style>
span { border-color: #AD1981; }
span { border-color: rgb(173,25,129); }
td.TdClassName
{
border-color: #AD1981;
}
.TagClassName
{
border-color: #AD1981;
}
</style>