Shades of Medium Violet Red #AD1881
Tints of Medium Violet Red #AD1881
RGB
CMYK
RGB Variations
Color information
#AD1881 (or 0xAD1881) is known color: Medium Violet Red. HEX triplet: AD, 18 and 81. RGB value is (173,24,129). Sum of RGB (Red+Green+Blue) = 173+24+129=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1881 is #52E77E. Grayscale: #505050. Windows color (decimal): -5433215 or 8460461. OLE color: 8460461.
HSL color Cylindrical-coordinate representation of color #AD1881: hue angle of 317.72º degrees, saturation: 0.76, 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 #AD1881 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 129 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.32 |
| HSL | 317.72º | 0.76% | 0.39% | - |
| HSV(B) | 317.72º | 0.86% | 0.68% | - |
| XYZ | 21.52 | 11.12 | 21.78 | - |
| YUV | 80.52 | 155.36 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 129 | 0 | 0.86 | 0.25 | 0.32 | 317.72 | 0.76 | 0.39 |
| Hex | AD | 18 | 81 | 0 | 56 | 19 | 20 | 13E | 4C | 27 |
| Octal | 255 | 30 | 201 | 0 | 126 | 31 | 40 | 476 | 114 | 47 |
| Binary | 10101101 | 11000 | 10000001 | 0 | 1010110 | 11001 | 100000 | 100111110 | 1001100 | 100111 |
Color Harmonies of #AD1881
Complementary color
Monochromatic Colors of #AD1881
Black with #AD1881
Text Example
Text Example
White with #AD1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1881; }
p { color: rgb(173,24,129); }
H1.HeaderClassName
{
color: #AD1881;
}
.AnyTagClassName
{
color: #AD1881;
}
</style>
background-color css
<style>
a { background-color: #AD1881; }
a { background-color: rgb(173,24,129); }
div.DivClassName
{
background-color: #AD1881;
}
.BgClassName
{
background-color: #AD1881;
}
</style>
border-color css
<style>
span { border-color: #AD1881; }
span { border-color: rgb(173,24,129); }
td.TdClassName
{
border-color: #AD1881;
}
.TagClassName
{
border-color: #AD1881;
}
</style>