Shades of Medium Red Violet #AD2181
Tints of Medium Red Violet #AD2181
RGB
CMYK
RGB Variations
Color information
#AD2181 (or 0xAD2181) is known color: Medium Red Violet. HEX triplet: AD, 21 and 81. RGB value is (173,33,129). Sum of RGB (Red+Green+Blue) = 173+33+129=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2181 is #52DE7E. Grayscale: #555555. Windows color (decimal): -5430911 or 8462765. OLE color: 8462765.
HSL color Cylindrical-coordinate representation of color #AD2181: hue angle of 318.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2181 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 129 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.32 |
| HSL | 318.86º | 0.68% | 0.4% | - |
| HSV(B) | 318.86º | 0.81% | 0.68% | - |
| XYZ | 21.74 | 11.56 | 21.85 | - |
| YUV | 85.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 129 | 0 | 0.81 | 0.25 | 0.32 | 318.86 | 0.68 | 0.4 |
| Hex | AD | 21 | 81 | 0 | 51 | 19 | 20 | 13F | 44 | 28 |
| Octal | 255 | 41 | 201 | 0 | 121 | 31 | 40 | 477 | 104 | 50 |
| Binary | 10101101 | 100001 | 10000001 | 0 | 1010001 | 11001 | 100000 | 100111111 | 1000100 | 101000 |
Color Harmonies of #AD2181
Complementary color
Monochromatic Colors of #AD2181
Black with #AD2181
Text Example
Text Example
White with #AD2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2181; }
p { color: rgb(173,33,129); }
H1.HeaderClassName
{
color: #AD2181;
}
.AnyTagClassName
{
color: #AD2181;
}
</style>
background-color css
<style>
a { background-color: #AD2181; }
a { background-color: rgb(173,33,129); }
div.DivClassName
{
background-color: #AD2181;
}
.BgClassName
{
background-color: #AD2181;
}
</style>
border-color css
<style>
span { border-color: #AD2181; }
span { border-color: rgb(173,33,129); }
td.TdClassName
{
border-color: #AD2181;
}
.TagClassName
{
border-color: #AD2181;
}
</style>