Shades of Medium Red Violet #AD287C
Tints of Medium Red Violet #AD287C
RGB
CMYK
RGB Variations
Color information
#AD287C (or 0xAD287C) is known color: Medium Red Violet. HEX triplet: AD, 28 and 7C. RGB value is (173,40,124). Sum of RGB (Red+Green+Blue) = 173+40+124=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD287C is #52D783. Grayscale: #595959. Windows color (decimal): -5429124 or 8136877. OLE color: 8136877.
HSL color Cylindrical-coordinate representation of color #AD287C: hue angle of 322.11º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD287C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 124 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.32 |
| HSL | 322.11º | 0.62% | 0.42% | - |
| HSV(B) | 322.11º | 0.77% | 0.68% | - |
| XYZ | 21.63 | 11.86 | 20.22 | - |
| YUV | 89.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 124 | 0 | 0.77 | 0.28 | 0.32 | 322.11 | 0.62 | 0.42 |
| Hex | AD | 28 | 7C | 0 | 4D | 1C | 20 | 142 | 3E | 2A |
| Octal | 255 | 50 | 174 | 0 | 115 | 34 | 40 | 502 | 76 | 52 |
| Binary | 10101101 | 101000 | 1111100 | 0 | 1001101 | 11100 | 100000 | 101000010 | 111110 | 101010 |
Color Harmonies of #AD287C
Complementary color
Monochromatic Colors of #AD287C
Black with #AD287C
Text Example
Text Example
White with #AD287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD287C; }
p { color: rgb(173,40,124); }
H1.HeaderClassName
{
color: #AD287C;
}
.AnyTagClassName
{
color: #AD287C;
}
</style>
background-color css
<style>
a { background-color: #AD287C; }
a { background-color: rgb(173,40,124); }
div.DivClassName
{
background-color: #AD287C;
}
.BgClassName
{
background-color: #AD287C;
}
</style>
border-color css
<style>
span { border-color: #AD287C; }
span { border-color: rgb(173,40,124); }
td.TdClassName
{
border-color: #AD287C;
}
.TagClassName
{
border-color: #AD287C;
}
</style>