Shades of Medium Violet Red #AE188A
Tints of Medium Violet Red #AE188A
RGB
CMYK
RGB Variations
Color information
#AE188A (or 0xAE188A) is known color: Medium Violet Red. HEX triplet: AE, 18 and 8A. RGB value is (174,24,138). Sum of RGB (Red+Green+Blue) = 174+24+138=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE188A is #51E775. Grayscale: #515151. Windows color (decimal): -5367670 or 9050286. OLE color: 9050286.
HSL color Cylindrical-coordinate representation of color #AE188A: hue angle of 314.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE188A is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 138 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.32 |
| HSL | 314.4º | 0.76% | 0.39% | - |
| HSV(B) | 314.4º | 0.86% | 0.68% | - |
| XYZ | 22.37 | 11.49 | 25.08 | - |
| YUV | 81.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 138 | 0 | 0.86 | 0.21 | 0.32 | 314.4 | 0.76 | 0.39 |
| Hex | AE | 18 | 8A | 0 | 56 | 15 | 20 | 13A | 4C | 27 |
| Octal | 256 | 30 | 212 | 0 | 126 | 25 | 40 | 472 | 114 | 47 |
| Binary | 10101110 | 11000 | 10001010 | 0 | 1010110 | 10101 | 100000 | 100111010 | 1001100 | 100111 |
Color Harmonies of #AE188A
Complementary color
Monochromatic Colors of #AE188A
Black with #AE188A
Text Example
Text Example
White with #AE188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE188A; }
p { color: rgb(174,24,138); }
H1.HeaderClassName
{
color: #AE188A;
}
.AnyTagClassName
{
color: #AE188A;
}
</style>
background-color css
<style>
a { background-color: #AE188A; }
a { background-color: rgb(174,24,138); }
div.DivClassName
{
background-color: #AE188A;
}
.BgClassName
{
background-color: #AE188A;
}
</style>
border-color css
<style>
span { border-color: #AE188A; }
span { border-color: rgb(174,24,138); }
td.TdClassName
{
border-color: #AE188A;
}
.TagClassName
{
border-color: #AE188A;
}
</style>