Shades of Medium Violet Red #AE118F
Tints of Medium Violet Red #AE118F
RGB
CMYK
RGB Variations
Color information
#AE118F (or 0xAE118F) is known color: Medium Violet Red. HEX triplet: AE, 11 and 8F. RGB value is (174,17,143). Sum of RGB (Red+Green+Blue) = 174+17+143=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE118F is #51EE70. Grayscale: #4D4D4D. Windows color (decimal): -5369457 or 9376174. OLE color: 9376174.
HSL color Cylindrical-coordinate representation of color #AE118F: hue angle of 311.85º 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 #AE118F is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 143 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.32 |
| HSL | 311.85º | 0.82% | 0.37% | - |
| HSV(B) | 311.85º | 0.9% | 0.68% | - |
| XYZ | 22.61 | 11.38 | 26.99 | - |
| YUV | 78.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 143 | 0 | 0.90 | 0.18 | 0.32 | 311.85 | 0.82 | 0.37 |
| Hex | AE | 11 | 8F | 0 | 5A | 12 | 20 | 138 | 52 | 25 |
| Octal | 256 | 21 | 217 | 0 | 132 | 22 | 40 | 470 | 122 | 45 |
| Binary | 10101110 | 10001 | 10001111 | 0 | 1011010 | 10010 | 100000 | 100111000 | 1010010 | 100101 |
Color Harmonies of #AE118F
Complementary color
Monochromatic Colors of #AE118F
Black with #AE118F
Text Example
Text Example
White with #AE118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE118F; }
p { color: rgb(174,17,143); }
H1.HeaderClassName
{
color: #AE118F;
}
.AnyTagClassName
{
color: #AE118F;
}
</style>
background-color css
<style>
a { background-color: #AE118F; }
a { background-color: rgb(174,17,143); }
div.DivClassName
{
background-color: #AE118F;
}
.BgClassName
{
background-color: #AE118F;
}
</style>
border-color css
<style>
span { border-color: #AE118F; }
span { border-color: rgb(174,17,143); }
td.TdClassName
{
border-color: #AE118F;
}
.TagClassName
{
border-color: #AE118F;
}
</style>