Shades of Medium Red Violet #AD2A87
Tints of Medium Red Violet #AD2A87
RGB
CMYK
RGB Variations
Color information
#AD2A87 (or 0xAD2A87) is known color: Medium Red Violet. HEX triplet: AD, 2A and 87. RGB value is (173,42,135). Sum of RGB (Red+Green+Blue) = 173+42+135=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2A87 is #52D578. Grayscale: #5B5B5B. Windows color (decimal): -5428601 or 8858285. OLE color: 8858285.
HSL color Cylindrical-coordinate representation of color #AD2A87: hue angle of 317.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A87 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 135 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.32 |
| HSL | 317.4º | 0.61% | 0.42% | - |
| HSV(B) | 317.4º | 0.76% | 0.68% | - |
| XYZ | 22.43 | 12.29 | 24.11 | - |
| YUV | 91.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 135 | 0 | 0.76 | 0.22 | 0.32 | 317.4 | 0.61 | 0.42 |
| Hex | AD | 2A | 87 | 0 | 4C | 16 | 20 | 13D | 3D | 2A |
| Octal | 255 | 52 | 207 | 0 | 114 | 26 | 40 | 475 | 75 | 52 |
| Binary | 10101101 | 101010 | 10000111 | 0 | 1001100 | 10110 | 100000 | 100111101 | 111101 | 101010 |
Color Harmonies of #AD2A87
Complementary color
Monochromatic Colors of #AD2A87
Black with #AD2A87
Text Example
Text Example
White with #AD2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A87; }
p { color: rgb(173,42,135); }
H1.HeaderClassName
{
color: #AD2A87;
}
.AnyTagClassName
{
color: #AD2A87;
}
</style>
background-color css
<style>
a { background-color: #AD2A87; }
a { background-color: rgb(173,42,135); }
div.DivClassName
{
background-color: #AD2A87;
}
.BgClassName
{
background-color: #AD2A87;
}
</style>
border-color css
<style>
span { border-color: #AD2A87; }
span { border-color: rgb(173,42,135); }
td.TdClassName
{
border-color: #AD2A87;
}
.TagClassName
{
border-color: #AD2A87;
}
</style>