Shades of Medium Red Violet #AD277E
Tints of Medium Red Violet #AD277E
RGB
CMYK
RGB Variations
Color information
#AD277E (or 0xAD277E) is known color: Medium Red Violet. HEX triplet: AD, 27 and 7E. RGB value is (173,39,126). Sum of RGB (Red+Green+Blue) = 173+39+126=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD277E is #52D881. Grayscale: #585858. Windows color (decimal): -5429378 or 8267693. OLE color: 8267693.
HSL color Cylindrical-coordinate representation of color #AD277E: hue angle of 321.04º 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 #AD277E is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 126 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.32 |
| HSL | 321.04º | 0.63% | 0.42% | - |
| HSV(B) | 321.04º | 0.77% | 0.68% | - |
| XYZ | 21.73 | 11.84 | 20.88 | - |
| YUV | 88.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 126 | 0 | 0.77 | 0.27 | 0.32 | 321.04 | 0.63 | 0.42 |
| Hex | AD | 27 | 7E | 0 | 4D | 1B | 20 | 141 | 3F | 2A |
| Octal | 255 | 47 | 176 | 0 | 115 | 33 | 40 | 501 | 77 | 52 |
| Binary | 10101101 | 100111 | 1111110 | 0 | 1001101 | 11011 | 100000 | 101000001 | 111111 | 101010 |
Color Harmonies of #AD277E
Complementary color
Monochromatic Colors of #AD277E
Black with #AD277E
Text Example
Text Example
White with #AD277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD277E; }
p { color: rgb(173,39,126); }
H1.HeaderClassName
{
color: #AD277E;
}
.AnyTagClassName
{
color: #AD277E;
}
</style>
background-color css
<style>
a { background-color: #AD277E; }
a { background-color: rgb(173,39,126); }
div.DivClassName
{
background-color: #AD277E;
}
.BgClassName
{
background-color: #AD277E;
}
</style>
border-color css
<style>
span { border-color: #AD277E; }
span { border-color: rgb(173,39,126); }
td.TdClassName
{
border-color: #AD277E;
}
.TagClassName
{
border-color: #AD277E;
}
</style>