Shades of Medium Violet Red #AD127C
Tints of Medium Violet Red #AD127C
RGB
CMYK
RGB Variations
Color information
#AD127C (or 0xAD127C) is known color: Medium Violet Red. HEX triplet: AD, 12 and 7C. RGB value is (173,18,124). Sum of RGB (Red+Green+Blue) = 173+18+124=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD127C is #52ED83. Grayscale: #4C4C4C. Windows color (decimal): -5434756 or 8131245. OLE color: 8131245.
HSL color Cylindrical-coordinate representation of color #AD127C: hue angle of 318.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD127C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 124 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.32 |
| HSL | 318.97º | 0.81% | 0.37% | - |
| HSV(B) | 318.97º | 0.9% | 0.68% | - |
| XYZ | 21.09 | 10.77 | 20.04 | - |
| YUV | 76.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 124 | 0 | 0.90 | 0.28 | 0.32 | 318.97 | 0.81 | 0.37 |
| Hex | AD | 12 | 7C | 0 | 5A | 1C | 20 | 13F | 51 | 25 |
| Octal | 255 | 22 | 174 | 0 | 132 | 34 | 40 | 477 | 121 | 45 |
| Binary | 10101101 | 10010 | 1111100 | 0 | 1011010 | 11100 | 100000 | 100111111 | 1010001 | 100101 |
Color Harmonies of #AD127C
Complementary color
Monochromatic Colors of #AD127C
Black with #AD127C
Text Example
Text Example
White with #AD127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD127C; }
p { color: rgb(173,18,124); }
H1.HeaderClassName
{
color: #AD127C;
}
.AnyTagClassName
{
color: #AD127C;
}
</style>
background-color css
<style>
a { background-color: #AD127C; }
a { background-color: rgb(173,18,124); }
div.DivClassName
{
background-color: #AD127C;
}
.BgClassName
{
background-color: #AD127C;
}
</style>
border-color css
<style>
span { border-color: #AD127C; }
span { border-color: rgb(173,18,124); }
td.TdClassName
{
border-color: #AD127C;
}
.TagClassName
{
border-color: #AD127C;
}
</style>