Shades of Medium Violet Red #AE0C7B
Tints of Medium Violet Red #AE0C7B
RGB
CMYK
RGB Variations
Color information
#AE0C7B (or 0xAE0C7B) is known color: Medium Violet Red. HEX triplet: AE, 0C and 7B. RGB value is (174,12,123). Sum of RGB (Red+Green+Blue) = 174+12+123=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C7B is #51F384. Grayscale: #484848. Windows color (decimal): -5370757 or 8064174. OLE color: 8064174.
HSL color Cylindrical-coordinate representation of color #AE0C7B: hue angle of 318.89º 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 #AE0C7B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 123 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.32 |
| HSL | 318.89º | 0.87% | 0.36% | - |
| HSV(B) | 318.89º | 0.93% | 0.68% | - |
| XYZ | 21.16 | 10.69 | 19.69 | - |
| YUV | 73.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 123 | 0 | 0.93 | 0.29 | 0.32 | 318.89 | 0.87 | 0.36 |
| Hex | AE | C | 7B | 0 | 5D | 1D | 20 | 13F | 57 | 24 |
| Octal | 256 | 14 | 173 | 0 | 135 | 35 | 40 | 477 | 127 | 44 |
| Binary | 10101110 | 1100 | 1111011 | 0 | 1011101 | 11101 | 100000 | 100111111 | 1010111 | 100100 |
Color Harmonies of #AE0C7B
Complementary color
Monochromatic Colors of #AE0C7B
Black with #AE0C7B
Text Example
Text Example
White with #AE0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C7B; }
p { color: rgb(174,12,123); }
H1.HeaderClassName
{
color: #AE0C7B;
}
.AnyTagClassName
{
color: #AE0C7B;
}
</style>
background-color css
<style>
a { background-color: #AE0C7B; }
a { background-color: rgb(174,12,123); }
div.DivClassName
{
background-color: #AE0C7B;
}
.BgClassName
{
background-color: #AE0C7B;
}
</style>
border-color css
<style>
span { border-color: #AE0C7B; }
span { border-color: rgb(174,12,123); }
td.TdClassName
{
border-color: #AE0C7B;
}
.TagClassName
{
border-color: #AE0C7B;
}
</style>