Shades of Medium Red Violet #AD3087
Tints of Medium Red Violet #AD3087
RGB
CMYK
RGB Variations
Color information
#AD3087 (or 0xAD3087) is known color: Medium Red Violet. HEX triplet: AD, 30 and 87. RGB value is (173,48,135). Sum of RGB (Red+Green+Blue) = 173+48+135=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3087 is #52CF78. Grayscale: #5F5F5F. Windows color (decimal): -5427065 or 8859821. OLE color: 8859821.
HSL color Cylindrical-coordinate representation of color #AD3087: hue angle of 318.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3087 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 135 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.32 |
| HSL | 318.24º | 0.57% | 0.43% | - |
| HSV(B) | 318.24º | 0.72% | 0.68% | - |
| XYZ | 22.66 | 12.75 | 24.19 | - |
| YUV | 95.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 135 | 0 | 0.72 | 0.22 | 0.32 | 318.24 | 0.57 | 0.43 |
| Hex | AD | 30 | 87 | 0 | 48 | 16 | 20 | 13E | 39 | 2B |
| Octal | 255 | 60 | 207 | 0 | 110 | 26 | 40 | 476 | 71 | 53 |
| Binary | 10101101 | 110000 | 10000111 | 0 | 1001000 | 10110 | 100000 | 100111110 | 111001 | 101011 |
Color Harmonies of #AD3087
Complementary color
Monochromatic Colors of #AD3087
Black with #AD3087
Text Example
Text Example
White with #AD3087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3087; }
p { color: rgb(173,48,135); }
H1.HeaderClassName
{
color: #AD3087;
}
.AnyTagClassName
{
color: #AD3087;
}
</style>
background-color css
<style>
a { background-color: #AD3087; }
a { background-color: rgb(173,48,135); }
div.DivClassName
{
background-color: #AD3087;
}
.BgClassName
{
background-color: #AD3087;
}
</style>
border-color css
<style>
span { border-color: #AD3087; }
span { border-color: rgb(173,48,135); }
td.TdClassName
{
border-color: #AD3087;
}
.TagClassName
{
border-color: #AD3087;
}
</style>