Shades of Medium Red Violet #AD3287
Tints of Medium Red Violet #AD3287
RGB
CMYK
RGB Variations
Color information
#AD3287 (or 0xAD3287) is known color: Medium Red Violet. HEX triplet: AD, 32 and 87. RGB value is (173,50,135). Sum of RGB (Red+Green+Blue) = 173+50+135=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3287 is #52CD78. Grayscale: #606060. Windows color (decimal): -5426553 or 8860333. OLE color: 8860333.
HSL color Cylindrical-coordinate representation of color #AD3287: hue angle of 318.54º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3287 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 135 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.32 |
| HSL | 318.54º | 0.55% | 0.44% | - |
| HSV(B) | 318.54º | 0.71% | 0.68% | - |
| XYZ | 22.75 | 12.91 | 24.22 | - |
| YUV | 96.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 135 | 0 | 0.71 | 0.22 | 0.32 | 318.54 | 0.55 | 0.44 |
| Hex | AD | 32 | 87 | 0 | 47 | 16 | 20 | 13F | 37 | 2C |
| Octal | 255 | 62 | 207 | 0 | 107 | 26 | 40 | 477 | 67 | 54 |
| Binary | 10101101 | 110010 | 10000111 | 0 | 1000111 | 10110 | 100000 | 100111111 | 110111 | 101100 |
Color Harmonies of #AD3287
Complementary color
Monochromatic Colors of #AD3287
Black with #AD3287
Text Example
Text Example
White with #AD3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3287; }
p { color: rgb(173,50,135); }
H1.HeaderClassName
{
color: #AD3287;
}
.AnyTagClassName
{
color: #AD3287;
}
</style>
background-color css
<style>
a { background-color: #AD3287; }
a { background-color: rgb(173,50,135); }
div.DivClassName
{
background-color: #AD3287;
}
.BgClassName
{
background-color: #AD3287;
}
</style>
border-color css
<style>
span { border-color: #AD3287; }
span { border-color: rgb(173,50,135); }
td.TdClassName
{
border-color: #AD3287;
}
.TagClassName
{
border-color: #AD3287;
}
</style>