Shades of Medium Red Violet #AD277F
Tints of Medium Red Violet #AD277F
RGB
CMYK
RGB Variations
Color information
#AD277F (or 0xAD277F) is known color: Medium Red Violet. HEX triplet: AD, 27 and 7F. RGB value is (173,39,127). Sum of RGB (Red+Green+Blue) = 173+39+127=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD277F is #52D880. Grayscale: #585858. Windows color (decimal): -5429377 or 8333229. OLE color: 8333229.
HSL color Cylindrical-coordinate representation of color #AD277F: hue angle of 320.6º 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 #AD277F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 127 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.32 |
| HSL | 320.6º | 0.63% | 0.42% | - |
| HSV(B) | 320.6º | 0.77% | 0.68% | - |
| XYZ | 21.79 | 11.87 | 21.22 | - |
| YUV | 89.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 127 | 0 | 0.77 | 0.27 | 0.32 | 320.6 | 0.63 | 0.42 |
| Hex | AD | 27 | 7F | 0 | 4D | 1B | 20 | 141 | 3F | 2A |
| Octal | 255 | 47 | 177 | 0 | 115 | 33 | 40 | 501 | 77 | 52 |
| Binary | 10101101 | 100111 | 1111111 | 0 | 1001101 | 11011 | 100000 | 101000001 | 111111 | 101010 |
Color Harmonies of #AD277F
Complementary color
Monochromatic Colors of #AD277F
Black with #AD277F
Text Example
Text Example
White with #AD277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD277F; }
p { color: rgb(173,39,127); }
H1.HeaderClassName
{
color: #AD277F;
}
.AnyTagClassName
{
color: #AD277F;
}
</style>
background-color css
<style>
a { background-color: #AD277F; }
a { background-color: rgb(173,39,127); }
div.DivClassName
{
background-color: #AD277F;
}
.BgClassName
{
background-color: #AD277F;
}
</style>
border-color css
<style>
span { border-color: #AD277F; }
span { border-color: rgb(173,39,127); }
td.TdClassName
{
border-color: #AD277F;
}
.TagClassName
{
border-color: #AD277F;
}
</style>