Shades of Medium Violet Red #AE128F
Tints of Medium Violet Red #AE128F
RGB
CMYK
RGB Variations
Color information
#AE128F (or 0xAE128F) is known color: Medium Violet Red. HEX triplet: AE, 12 and 8F. RGB value is (174,18,143). Sum of RGB (Red+Green+Blue) = 174+18+143=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE128F is #51ED70. Grayscale: #4E4E4E. Windows color (decimal): -5369201 or 9376430. OLE color: 9376430.
HSL color Cylindrical-coordinate representation of color #AE128F: hue angle of 311.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE128F is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 143 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.32 |
| HSL | 311.92º | 0.81% | 0.38% | - |
| HSV(B) | 311.92º | 0.9% | 0.68% | - |
| XYZ | 22.63 | 11.41 | 27 | - |
| YUV | 78.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 143 | 0 | 0.90 | 0.18 | 0.32 | 311.92 | 0.81 | 0.38 |
| Hex | AE | 12 | 8F | 0 | 5A | 12 | 20 | 138 | 51 | 26 |
| Octal | 256 | 22 | 217 | 0 | 132 | 22 | 40 | 470 | 121 | 46 |
| Binary | 10101110 | 10010 | 10001111 | 0 | 1011010 | 10010 | 100000 | 100111000 | 1010001 | 100110 |
Color Harmonies of #AE128F
Complementary color
Monochromatic Colors of #AE128F
Black with #AE128F
Text Example
Text Example
White with #AE128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE128F; }
p { color: rgb(174,18,143); }
H1.HeaderClassName
{
color: #AE128F;
}
.AnyTagClassName
{
color: #AE128F;
}
</style>
background-color css
<style>
a { background-color: #AE128F; }
a { background-color: rgb(174,18,143); }
div.DivClassName
{
background-color: #AE128F;
}
.BgClassName
{
background-color: #AE128F;
}
</style>
border-color css
<style>
span { border-color: #AE128F; }
span { border-color: rgb(174,18,143); }
td.TdClassName
{
border-color: #AE128F;
}
.TagClassName
{
border-color: #AE128F;
}
</style>