Shades of Medium Violet Red #AE138C
Tints of Medium Violet Red #AE138C
RGB
CMYK
RGB Variations
Color information
#AE138C (or 0xAE138C) is known color: Medium Violet Red. HEX triplet: AE, 13 and 8C. RGB value is (174,19,140). Sum of RGB (Red+Green+Blue) = 174+19+140=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE138C is #51EC73. Grayscale: #4E4E4E. Windows color (decimal): -5368948 or 9180078. OLE color: 9180078.
HSL color Cylindrical-coordinate representation of color #AE138C: hue angle of 313.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE138C is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 140 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.32 |
| HSL | 313.16º | 0.8% | 0.38% | - |
| HSV(B) | 313.16º | 0.89% | 0.68% | - |
| XYZ | 22.42 | 11.36 | 25.82 | - |
| YUV | 79.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 140 | 0 | 0.89 | 0.20 | 0.32 | 313.16 | 0.8 | 0.38 |
| Hex | AE | 13 | 8C | 0 | 59 | 14 | 20 | 139 | 50 | 26 |
| Octal | 256 | 23 | 214 | 0 | 131 | 24 | 40 | 471 | 120 | 46 |
| Binary | 10101110 | 10011 | 10001100 | 0 | 1011001 | 10100 | 100000 | 100111001 | 1010000 | 100110 |
Color Harmonies of #AE138C
Complementary color
Monochromatic Colors of #AE138C
Black with #AE138C
Text Example
Text Example
White with #AE138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE138C; }
p { color: rgb(174,19,140); }
H1.HeaderClassName
{
color: #AE138C;
}
.AnyTagClassName
{
color: #AE138C;
}
</style>
background-color css
<style>
a { background-color: #AE138C; }
a { background-color: rgb(174,19,140); }
div.DivClassName
{
background-color: #AE138C;
}
.BgClassName
{
background-color: #AE138C;
}
</style>
border-color css
<style>
span { border-color: #AE138C; }
span { border-color: rgb(174,19,140); }
td.TdClassName
{
border-color: #AE138C;
}
.TagClassName
{
border-color: #AE138C;
}
</style>