Shades of Medium Violet Red #AD1381
Tints of Medium Violet Red #AD1381
RGB
CMYK
RGB Variations
Color information
#AD1381 (or 0xAD1381) is known color: Medium Violet Red. HEX triplet: AD, 13 and 81. RGB value is (173,19,129). Sum of RGB (Red+Green+Blue) = 173+19+129=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1381 is #52EC7E. Grayscale: #4D4D4D. Windows color (decimal): -5434495 or 8459181. OLE color: 8459181.
HSL color Cylindrical-coordinate representation of color #AD1381: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1381 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 129 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.32 |
| HSL | 317.14º | 0.8% | 0.38% | - |
| HSV(B) | 317.14º | 0.89% | 0.68% | - |
| XYZ | 21.43 | 10.93 | 21.75 | - |
| YUV | 77.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 129 | 0 | 0.89 | 0.25 | 0.32 | 317.14 | 0.8 | 0.38 |
| Hex | AD | 13 | 81 | 0 | 59 | 19 | 20 | 13D | 50 | 26 |
| Octal | 255 | 23 | 201 | 0 | 131 | 31 | 40 | 475 | 120 | 46 |
| Binary | 10101101 | 10011 | 10000001 | 0 | 1011001 | 11001 | 100000 | 100111101 | 1010000 | 100110 |
Color Harmonies of #AD1381
Complementary color
Monochromatic Colors of #AD1381
Black with #AD1381
Text Example
Text Example
White with #AD1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1381; }
p { color: rgb(173,19,129); }
H1.HeaderClassName
{
color: #AD1381;
}
.AnyTagClassName
{
color: #AD1381;
}
</style>
background-color css
<style>
a { background-color: #AD1381; }
a { background-color: rgb(173,19,129); }
div.DivClassName
{
background-color: #AD1381;
}
.BgClassName
{
background-color: #AD1381;
}
</style>
border-color css
<style>
span { border-color: #AD1381; }
span { border-color: rgb(173,19,129); }
td.TdClassName
{
border-color: #AD1381;
}
.TagClassName
{
border-color: #AD1381;
}
</style>