Shades of Medium Violet Red #AE0C7C
Tints of Medium Violet Red #AE0C7C
RGB
CMYK
RGB Variations
Color information
#AE0C7C (or 0xAE0C7C) is known color: Medium Violet Red. HEX triplet: AE, 0C and 7C. RGB value is (174,12,124). Sum of RGB (Red+Green+Blue) = 174+12+124=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C7C is #51F383. Grayscale: #484848. Windows color (decimal): -5370756 or 8129710. OLE color: 8129710.
HSL color Cylindrical-coordinate representation of color #AE0C7C: hue angle of 318.52º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C7C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 124 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.32 |
| HSL | 318.52º | 0.87% | 0.36% | - |
| HSV(B) | 318.52º | 0.93% | 0.68% | - |
| XYZ | 21.23 | 10.72 | 20.02 | - |
| YUV | 73.21 | 156.67 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 124 | 0 | 0.93 | 0.29 | 0.32 | 318.52 | 0.87 | 0.36 |
| Hex | AE | C | 7C | 0 | 5D | 1D | 20 | 13F | 57 | 24 |
| Octal | 256 | 14 | 174 | 0 | 135 | 35 | 40 | 477 | 127 | 44 |
| Binary | 10101110 | 1100 | 1111100 | 0 | 1011101 | 11101 | 100000 | 100111111 | 1010111 | 100100 |
Color Harmonies of #AE0C7C
Complementary color
Monochromatic Colors of #AE0C7C
Black with #AE0C7C
Text Example
Text Example
White with #AE0C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C7C; }
p { color: rgb(174,12,124); }
H1.HeaderClassName
{
color: #AE0C7C;
}
.AnyTagClassName
{
color: #AE0C7C;
}
</style>
background-color css
<style>
a { background-color: #AE0C7C; }
a { background-color: rgb(174,12,124); }
div.DivClassName
{
background-color: #AE0C7C;
}
.BgClassName
{
background-color: #AE0C7C;
}
</style>
border-color css
<style>
span { border-color: #AE0C7C; }
span { border-color: rgb(174,12,124); }
td.TdClassName
{
border-color: #AE0C7C;
}
.TagClassName
{
border-color: #AE0C7C;
}
</style>