Shades of Medium Red Violet #AD277D
Tints of Medium Red Violet #AD277D
RGB
CMYK
RGB Variations
Color information
#AD277D (or 0xAD277D) is known color: Medium Red Violet. HEX triplet: AD, 27 and 7D. RGB value is (173,39,125). Sum of RGB (Red+Green+Blue) = 173+39+125=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD277D is #52D882. Grayscale: #585858. Windows color (decimal): -5429379 or 8202157. OLE color: 8202157.
HSL color Cylindrical-coordinate representation of color #AD277D: hue angle of 321.49º 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 #AD277D is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 125 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.32 |
| HSL | 321.49º | 0.63% | 0.42% | - |
| HSV(B) | 321.49º | 0.77% | 0.68% | - |
| XYZ | 21.66 | 11.82 | 20.54 | - |
| YUV | 88.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 125 | 0 | 0.77 | 0.28 | 0.32 | 321.49 | 0.63 | 0.42 |
| Hex | AD | 27 | 7D | 0 | 4D | 1C | 20 | 141 | 3F | 2A |
| Octal | 255 | 47 | 175 | 0 | 115 | 34 | 40 | 501 | 77 | 52 |
| Binary | 10101101 | 100111 | 1111101 | 0 | 1001101 | 11100 | 100000 | 101000001 | 111111 | 101010 |
Color Harmonies of #AD277D
Complementary color
Monochromatic Colors of #AD277D
Black with #AD277D
Text Example
Text Example
White with #AD277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD277D; }
p { color: rgb(173,39,125); }
H1.HeaderClassName
{
color: #AD277D;
}
.AnyTagClassName
{
color: #AD277D;
}
</style>
background-color css
<style>
a { background-color: #AD277D; }
a { background-color: rgb(173,39,125); }
div.DivClassName
{
background-color: #AD277D;
}
.BgClassName
{
background-color: #AD277D;
}
</style>
border-color css
<style>
span { border-color: #AD277D; }
span { border-color: rgb(173,39,125); }
td.TdClassName
{
border-color: #AD277D;
}
.TagClassName
{
border-color: #AD277D;
}
</style>