Shades of Medium Red Violet #AD277C
Tints of Medium Red Violet #AD277C
RGB
CMYK
RGB Variations
Color information
#AD277C (or 0xAD277C) is known color: Medium Red Violet. HEX triplet: AD, 27 and 7C. RGB value is (173,39,124). Sum of RGB (Red+Green+Blue) = 173+39+124=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD277C is #52D883. Grayscale: #585858. Windows color (decimal): -5429380 or 8136621. OLE color: 8136621.
HSL color Cylindrical-coordinate representation of color #AD277C: hue angle of 321.94º degrees, saturation: 0.63, 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 #AD277C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 124 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.32 |
| HSL | 321.94º | 0.63% | 0.42% | - |
| HSV(B) | 321.94º | 0.77% | 0.68% | - |
| XYZ | 21.6 | 11.79 | 20.21 | - |
| YUV | 88.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 124 | 0 | 0.77 | 0.28 | 0.32 | 321.94 | 0.63 | 0.42 |
| Hex | AD | 27 | 7C | 0 | 4D | 1C | 20 | 142 | 3F | 2A |
| Octal | 255 | 47 | 174 | 0 | 115 | 34 | 40 | 502 | 77 | 52 |
| Binary | 10101101 | 100111 | 1111100 | 0 | 1001101 | 11100 | 100000 | 101000010 | 111111 | 101010 |
Color Harmonies of #AD277C
Complementary color
Monochromatic Colors of #AD277C
Black with #AD277C
Text Example
Text Example
White with #AD277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD277C; }
p { color: rgb(173,39,124); }
H1.HeaderClassName
{
color: #AD277C;
}
.AnyTagClassName
{
color: #AD277C;
}
</style>
background-color css
<style>
a { background-color: #AD277C; }
a { background-color: rgb(173,39,124); }
div.DivClassName
{
background-color: #AD277C;
}
.BgClassName
{
background-color: #AD277C;
}
</style>
border-color css
<style>
span { border-color: #AD277C; }
span { border-color: rgb(173,39,124); }
td.TdClassName
{
border-color: #AD277C;
}
.TagClassName
{
border-color: #AD277C;
}
</style>