Shades of Medium Red Violet #AD2381
Tints of Medium Red Violet #AD2381
RGB
CMYK
RGB Variations
Color information
#AD2381 (or 0xAD2381) is known color: Medium Red Violet. HEX triplet: AD, 23 and 81. RGB value is (173,35,129). Sum of RGB (Red+Green+Blue) = 173+35+129=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2381 is #52DC7E. Grayscale: #565656. Windows color (decimal): -5430399 or 8463277. OLE color: 8463277.
HSL color Cylindrical-coordinate representation of color #AD2381: hue angle of 319.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2381 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 129 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.32 |
| HSL | 319.13º | 0.66% | 0.41% | - |
| HSV(B) | 319.13º | 0.8% | 0.68% | - |
| XYZ | 21.8 | 11.67 | 21.87 | - |
| YUV | 86.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 129 | 0 | 0.80 | 0.25 | 0.32 | 319.13 | 0.66 | 0.41 |
| Hex | AD | 23 | 81 | 0 | 50 | 19 | 20 | 13F | 42 | 29 |
| Octal | 255 | 43 | 201 | 0 | 120 | 31 | 40 | 477 | 102 | 51 |
| Binary | 10101101 | 100011 | 10000001 | 0 | 1010000 | 11001 | 100000 | 100111111 | 1000010 | 101001 |
Color Harmonies of #AD2381
Complementary color
Monochromatic Colors of #AD2381
Black with #AD2381
Text Example
Text Example
White with #AD2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2381; }
p { color: rgb(173,35,129); }
H1.HeaderClassName
{
color: #AD2381;
}
.AnyTagClassName
{
color: #AD2381;
}
</style>
background-color css
<style>
a { background-color: #AD2381; }
a { background-color: rgb(173,35,129); }
div.DivClassName
{
background-color: #AD2381;
}
.BgClassName
{
background-color: #AD2381;
}
</style>
border-color css
<style>
span { border-color: #AD2381; }
span { border-color: rgb(173,35,129); }
td.TdClassName
{
border-color: #AD2381;
}
.TagClassName
{
border-color: #AD2381;
}
</style>