Shades of Medium Red Violet #AD287A
Tints of Medium Red Violet #AD287A
RGB
CMYK
RGB Variations
Color information
#AD287A (or 0xAD287A) is known color: Medium Red Violet. HEX triplet: AD, 28 and 7A. RGB value is (173,40,122). Sum of RGB (Red+Green+Blue) = 173+40+122=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD287A is #52D785. Grayscale: #585858. Windows color (decimal): -5429126 or 8005805. OLE color: 8005805.
HSL color Cylindrical-coordinate representation of color #AD287A: hue angle of 323.01º 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 #AD287A is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 122 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.32 |
| HSL | 323.01º | 0.62% | 0.42% | - |
| HSV(B) | 323.01º | 0.77% | 0.68% | - |
| XYZ | 21.51 | 11.81 | 19.56 | - |
| YUV | 89.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 122 | 0 | 0.77 | 0.29 | 0.32 | 323.01 | 0.62 | 0.42 |
| Hex | AD | 28 | 7A | 0 | 4D | 1D | 20 | 143 | 3E | 2A |
| Octal | 255 | 50 | 172 | 0 | 115 | 35 | 40 | 503 | 76 | 52 |
| Binary | 10101101 | 101000 | 1111010 | 0 | 1001101 | 11101 | 100000 | 101000011 | 111110 | 101010 |
Color Harmonies of #AD287A
Complementary color
Monochromatic Colors of #AD287A
Black with #AD287A
Text Example
Text Example
White with #AD287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD287A; }
p { color: rgb(173,40,122); }
H1.HeaderClassName
{
color: #AD287A;
}
.AnyTagClassName
{
color: #AD287A;
}
</style>
background-color css
<style>
a { background-color: #AD287A; }
a { background-color: rgb(173,40,122); }
div.DivClassName
{
background-color: #AD287A;
}
.BgClassName
{
background-color: #AD287A;
}
</style>
border-color css
<style>
span { border-color: #AD287A; }
span { border-color: rgb(173,40,122); }
td.TdClassName
{
border-color: #AD287A;
}
.TagClassName
{
border-color: #AD287A;
}
</style>