Shades of Medium Violet Red #AE127C
Tints of Medium Violet Red #AE127C
RGB
CMYK
RGB Variations
Color information
#AE127C (or 0xAE127C) is known color: Medium Violet Red. HEX triplet: AE, 12 and 7C. RGB value is (174,18,124). Sum of RGB (Red+Green+Blue) = 174+18+124=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE127C is #51ED83. Grayscale: #4C4C4C. Windows color (decimal): -5369220 or 8131246. OLE color: 8131246.
HSL color Cylindrical-coordinate representation of color #AE127C: hue angle of 319.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE127C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 124 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.32 |
| HSL | 319.23º | 0.81% | 0.38% | - |
| HSV(B) | 319.23º | 0.9% | 0.68% | - |
| XYZ | 21.31 | 10.89 | 20.05 | - |
| YUV | 76.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 124 | 0 | 0.90 | 0.29 | 0.32 | 319.23 | 0.81 | 0.38 |
| Hex | AE | 12 | 7C | 0 | 5A | 1D | 20 | 13F | 51 | 26 |
| Octal | 256 | 22 | 174 | 0 | 132 | 35 | 40 | 477 | 121 | 46 |
| Binary | 10101110 | 10010 | 1111100 | 0 | 1011010 | 11101 | 100000 | 100111111 | 1010001 | 100110 |
Color Harmonies of #AE127C
Complementary color
Monochromatic Colors of #AE127C
Black with #AE127C
Text Example
Text Example
White with #AE127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE127C; }
p { color: rgb(174,18,124); }
H1.HeaderClassName
{
color: #AE127C;
}
.AnyTagClassName
{
color: #AE127C;
}
</style>
background-color css
<style>
a { background-color: #AE127C; }
a { background-color: rgb(174,18,124); }
div.DivClassName
{
background-color: #AE127C;
}
.BgClassName
{
background-color: #AE127C;
}
</style>
border-color css
<style>
span { border-color: #AE127C; }
span { border-color: rgb(174,18,124); }
td.TdClassName
{
border-color: #AE127C;
}
.TagClassName
{
border-color: #AE127C;
}
</style>