Shades of Medium Violet Red #AE188E
Tints of Medium Violet Red #AE188E
RGB
CMYK
RGB Variations
Color information
#AE188E (or 0xAE188E) is known color: Medium Violet Red. HEX triplet: AE, 18 and 8E. RGB value is (174,24,142). Sum of RGB (Red+Green+Blue) = 174+24+142=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE188E is #51E771. Grayscale: #515151. Windows color (decimal): -5367666 or 9312430. OLE color: 9312430.
HSL color Cylindrical-coordinate representation of color #AE188E: hue angle of 312.8º 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 #AE188E is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 142 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.32 |
| HSL | 312.8º | 0.76% | 0.39% | - |
| HSV(B) | 312.8º | 0.86% | 0.68% | - |
| XYZ | 22.66 | 11.6 | 26.64 | - |
| YUV | 82.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 142 | 0 | 0.86 | 0.18 | 0.32 | 312.8 | 0.76 | 0.39 |
| Hex | AE | 18 | 8E | 0 | 56 | 12 | 20 | 139 | 4C | 27 |
| Octal | 256 | 30 | 216 | 0 | 126 | 22 | 40 | 471 | 114 | 47 |
| Binary | 10101110 | 11000 | 10001110 | 0 | 1010110 | 10010 | 100000 | 100111001 | 1001100 | 100111 |
Color Harmonies of #AE188E
Complementary color
Monochromatic Colors of #AE188E
Black with #AE188E
Text Example
Text Example
White with #AE188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE188E; }
p { color: rgb(174,24,142); }
H1.HeaderClassName
{
color: #AE188E;
}
.AnyTagClassName
{
color: #AE188E;
}
</style>
background-color css
<style>
a { background-color: #AE188E; }
a { background-color: rgb(174,24,142); }
div.DivClassName
{
background-color: #AE188E;
}
.BgClassName
{
background-color: #AE188E;
}
</style>
border-color css
<style>
span { border-color: #AE188E; }
span { border-color: rgb(174,24,142); }
td.TdClassName
{
border-color: #AE188E;
}
.TagClassName
{
border-color: #AE188E;
}
</style>