Shades of Medium Red Violet #AD2087
Tints of Medium Red Violet #AD2087
RGB
CMYK
RGB Variations
Color information
#AD2087 (or 0xAD2087) is known color: Medium Red Violet. HEX triplet: AD, 20 and 87. RGB value is (173,32,135). Sum of RGB (Red+Green+Blue) = 173+32+135=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2087 is #52DF78. Grayscale: #555555. Windows color (decimal): -5431161 or 8855725. OLE color: 8855725.
HSL color Cylindrical-coordinate representation of color #AD2087: hue angle of 316.17º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2087 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 135 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.32 |
| HSL | 316.17º | 0.69% | 0.4% | - |
| HSV(B) | 316.17º | 0.82% | 0.68% | - |
| XYZ | 22.12 | 11.67 | 24.01 | - |
| YUV | 85.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 135 | 0 | 0.82 | 0.22 | 0.32 | 316.17 | 0.69 | 0.4 |
| Hex | AD | 20 | 87 | 0 | 52 | 16 | 20 | 13C | 45 | 28 |
| Octal | 255 | 40 | 207 | 0 | 122 | 26 | 40 | 474 | 105 | 50 |
| Binary | 10101101 | 100000 | 10000111 | 0 | 1010010 | 10110 | 100000 | 100111100 | 1000101 | 101000 |
Color Harmonies of #AD2087
Complementary color
Monochromatic Colors of #AD2087
Black with #AD2087
Text Example
Text Example
White with #AD2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2087; }
p { color: rgb(173,32,135); }
H1.HeaderClassName
{
color: #AD2087;
}
.AnyTagClassName
{
color: #AD2087;
}
</style>
background-color css
<style>
a { background-color: #AD2087; }
a { background-color: rgb(173,32,135); }
div.DivClassName
{
background-color: #AD2087;
}
.BgClassName
{
background-color: #AD2087;
}
</style>
border-color css
<style>
span { border-color: #AD2087; }
span { border-color: rgb(173,32,135); }
td.TdClassName
{
border-color: #AD2087;
}
.TagClassName
{
border-color: #AD2087;
}
</style>