Shades of Medium Red Violet #AD287F
Tints of Medium Red Violet #AD287F
RGB
CMYK
RGB Variations
Color information
#AD287F (or 0xAD287F) is known color: Medium Red Violet. HEX triplet: AD, 28 and 7F. RGB value is (173,40,127). Sum of RGB (Red+Green+Blue) = 173+40+127=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD287F is #52D780. Grayscale: #595959. Windows color (decimal): -5429121 or 8333485. OLE color: 8333485.
HSL color Cylindrical-coordinate representation of color #AD287F: hue angle of 320.75º 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 #AD287F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 127 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.32 |
| HSL | 320.75º | 0.62% | 0.42% | - |
| HSV(B) | 320.75º | 0.77% | 0.68% | - |
| XYZ | 21.82 | 11.93 | 21.23 | - |
| YUV | 89.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 127 | 0 | 0.77 | 0.27 | 0.32 | 320.75 | 0.62 | 0.42 |
| Hex | AD | 28 | 7F | 0 | 4D | 1B | 20 | 141 | 3E | 2A |
| Octal | 255 | 50 | 177 | 0 | 115 | 33 | 40 | 501 | 76 | 52 |
| Binary | 10101101 | 101000 | 1111111 | 0 | 1001101 | 11011 | 100000 | 101000001 | 111110 | 101010 |
Color Harmonies of #AD287F
Complementary color
Monochromatic Colors of #AD287F
Black with #AD287F
Text Example
Text Example
White with #AD287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD287F; }
p { color: rgb(173,40,127); }
H1.HeaderClassName
{
color: #AD287F;
}
.AnyTagClassName
{
color: #AD287F;
}
</style>
background-color css
<style>
a { background-color: #AD287F; }
a { background-color: rgb(173,40,127); }
div.DivClassName
{
background-color: #AD287F;
}
.BgClassName
{
background-color: #AD287F;
}
</style>
border-color css
<style>
span { border-color: #AD287F; }
span { border-color: rgb(173,40,127); }
td.TdClassName
{
border-color: #AD287F;
}
.TagClassName
{
border-color: #AD287F;
}
</style>