Shades of Medium Violet Red #AD0281
Tints of Medium Violet Red #AD0281
RGB
CMYK
RGB Variations
Color information
#AD0281 (or 0xAD0281) is known color: Medium Violet Red. HEX triplet: AD, 02 and 81. RGB value is (173,2,129). Sum of RGB (Red+Green+Blue) = 173+2+129=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0281 is #52FD7E. Grayscale: #434343. Windows color (decimal): -5438847 or 8454829. OLE color: 8454829.
HSL color Cylindrical-coordinate representation of color #AD0281: hue angle of 315.44º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0281 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.32 |
| HSL | 315.44º | 0.98% | 0.34% | - |
| HSV(B) | 315.44º | 0.99% | 0.68% | - |
| XYZ | 21.22 | 10.51 | 21.68 | - |
| YUV | 67.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 129 | 0 | 0.99 | 0.25 | 0.32 | 315.44 | 0.98 | 0.34 |
| Hex | AD | 2 | 81 | 0 | 63 | 19 | 20 | 13B | 62 | 22 |
| Octal | 255 | 2 | 201 | 0 | 143 | 31 | 40 | 473 | 142 | 42 |
| Binary | 10101101 | 10 | 10000001 | 0 | 1100011 | 11001 | 100000 | 100111011 | 1100010 | 100010 |
Color Harmonies of #AD0281
Complementary color
Monochromatic Colors of #AD0281
Black with #AD0281
Text Example
Text Example
White with #AD0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0281; }
p { color: rgb(173,2,129); }
H1.HeaderClassName
{
color: #AD0281;
}
.AnyTagClassName
{
color: #AD0281;
}
</style>
background-color css
<style>
a { background-color: #AD0281; }
a { background-color: rgb(173,2,129); }
div.DivClassName
{
background-color: #AD0281;
}
.BgClassName
{
background-color: #AD0281;
}
</style>
border-color css
<style>
span { border-color: #AD0281; }
span { border-color: rgb(173,2,129); }
td.TdClassName
{
border-color: #AD0281;
}
.TagClassName
{
border-color: #AD0281;
}
</style>