Shades of Medium Violet Red #AE0C99
Tints of Medium Violet Red #AE0C99
RGB
CMYK
RGB Variations
Color information
#AE0C99 (or 0xAE0C99) is known color: Medium Violet Red. HEX triplet: AE, 0C and 99. RGB value is (174,12,153). Sum of RGB (Red+Green+Blue) = 174+12+153=339 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.33% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0C99 is #51F366. Grayscale: #4C4C4C. Windows color (decimal): -5370727 or 10030254. OLE color: 10030254.
HSL color Cylindrical-coordinate representation of color #AE0C99: hue angle of 307.78º 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 #AE0C99 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 153 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.32 |
| HSL | 307.78º | 0.87% | 0.36% | - |
| HSV(B) | 307.78º | 0.93% | 0.68% | - |
| XYZ | 23.34 | 11.56 | 31.14 | - |
| YUV | 76.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 153 | 0 | 0.93 | 0.12 | 0.32 | 307.78 | 0.87 | 0.36 |
| Hex | AE | C | 99 | 0 | 5D | C | 20 | 134 | 57 | 24 |
| Octal | 256 | 14 | 231 | 0 | 135 | 14 | 40 | 464 | 127 | 44 |
| Binary | 10101110 | 1100 | 10011001 | 0 | 1011101 | 1100 | 100000 | 100110100 | 1010111 | 100100 |
Color Harmonies of #AE0C99
Complementary color
Monochromatic Colors of #AE0C99
Black with #AE0C99
Text Example
Text Example
White with #AE0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C99; }
p { color: rgb(174,12,153); }
H1.HeaderClassName
{
color: #AE0C99;
}
.AnyTagClassName
{
color: #AE0C99;
}
</style>
background-color css
<style>
a { background-color: #AE0C99; }
a { background-color: rgb(174,12,153); }
div.DivClassName
{
background-color: #AE0C99;
}
.BgClassName
{
background-color: #AE0C99;
}
</style>
border-color css
<style>
span { border-color: #AE0C99; }
span { border-color: rgb(174,12,153); }
td.TdClassName
{
border-color: #AE0C99;
}
.TagClassName
{
border-color: #AE0C99;
}
</style>