Shades of Medium Violet Red #AE118A
Tints of Medium Violet Red #AE118A
RGB
CMYK
RGB Variations
Color information
#AE118A (or 0xAE118A) is known color: Medium Violet Red. HEX triplet: AE, 11 and 8A. RGB value is (174,17,138). Sum of RGB (Red+Green+Blue) = 174+17+138=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE118A is #51EE75. Grayscale: #4D4D4D. Windows color (decimal): -5369462 or 9048494. OLE color: 9048494.
HSL color Cylindrical-coordinate representation of color #AE118A: hue angle of 313.76º degrees, saturation: 0.82, 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 #AE118A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 138 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.32 |
| HSL | 313.76º | 0.82% | 0.37% | - |
| HSV(B) | 313.76º | 0.9% | 0.68% | - |
| XYZ | 22.24 | 11.23 | 25.04 | - |
| YUV | 77.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 138 | 0 | 0.90 | 0.21 | 0.32 | 313.76 | 0.82 | 0.37 |
| Hex | AE | 11 | 8A | 0 | 5A | 15 | 20 | 13A | 52 | 25 |
| Octal | 256 | 21 | 212 | 0 | 132 | 25 | 40 | 472 | 122 | 45 |
| Binary | 10101110 | 10001 | 10001010 | 0 | 1011010 | 10101 | 100000 | 100111010 | 1010010 | 100101 |
Color Harmonies of #AE118A
Complementary color
Monochromatic Colors of #AE118A
Black with #AE118A
Text Example
Text Example
White with #AE118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE118A; }
p { color: rgb(174,17,138); }
H1.HeaderClassName
{
color: #AE118A;
}
.AnyTagClassName
{
color: #AE118A;
}
</style>
background-color css
<style>
a { background-color: #AE118A; }
a { background-color: rgb(174,17,138); }
div.DivClassName
{
background-color: #AE118A;
}
.BgClassName
{
background-color: #AE118A;
}
</style>
border-color css
<style>
span { border-color: #AE118A; }
span { border-color: rgb(174,17,138); }
td.TdClassName
{
border-color: #AE118A;
}
.TagClassName
{
border-color: #AE118A;
}
</style>