Shades of Medium Violet Red #AE118B
Tints of Medium Violet Red #AE118B
RGB
CMYK
RGB Variations
Color information
#AE118B (or 0xAE118B) is known color: Medium Violet Red. HEX triplet: AE, 11 and 8B. RGB value is (174,17,139). Sum of RGB (Red+Green+Blue) = 174+17+139=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE118B is #51EE74. Grayscale: #4D4D4D. Windows color (decimal): -5369461 or 9114030. OLE color: 9114030.
HSL color Cylindrical-coordinate representation of color #AE118B: hue angle of 313.38º 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 #AE118B is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 139 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.32 |
| HSL | 313.38º | 0.82% | 0.37% | - |
| HSV(B) | 313.38º | 0.9% | 0.68% | - |
| XYZ | 22.32 | 11.26 | 25.42 | - |
| YUV | 77.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 139 | 0 | 0.90 | 0.20 | 0.32 | 313.38 | 0.82 | 0.37 |
| Hex | AE | 11 | 8B | 0 | 5A | 14 | 20 | 139 | 52 | 25 |
| Octal | 256 | 21 | 213 | 0 | 132 | 24 | 40 | 471 | 122 | 45 |
| Binary | 10101110 | 10001 | 10001011 | 0 | 1011010 | 10100 | 100000 | 100111001 | 1010010 | 100101 |
Color Harmonies of #AE118B
Complementary color
Monochromatic Colors of #AE118B
Black with #AE118B
Text Example
Text Example
White with #AE118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE118B; }
p { color: rgb(174,17,139); }
H1.HeaderClassName
{
color: #AE118B;
}
.AnyTagClassName
{
color: #AE118B;
}
</style>
background-color css
<style>
a { background-color: #AE118B; }
a { background-color: rgb(174,17,139); }
div.DivClassName
{
background-color: #AE118B;
}
.BgClassName
{
background-color: #AE118B;
}
</style>
border-color css
<style>
span { border-color: #AE118B; }
span { border-color: rgb(174,17,139); }
td.TdClassName
{
border-color: #AE118B;
}
.TagClassName
{
border-color: #AE118B;
}
</style>