Shades of Medium Violet Red #AE188C
Tints of Medium Violet Red #AE188C
RGB
CMYK
RGB Variations
Color information
#AE188C (or 0xAE188C) is known color: Medium Violet Red. HEX triplet: AE, 18 and 8C. RGB value is (174,24,140). Sum of RGB (Red+Green+Blue) = 174+24+140=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE188C is #51E773. Grayscale: #515151. Windows color (decimal): -5367668 or 9181358. OLE color: 9181358.
HSL color Cylindrical-coordinate representation of color #AE188C: hue angle of 313.6º 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 #AE188C is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 140 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.32 |
| HSL | 313.6º | 0.76% | 0.39% | - |
| HSV(B) | 313.6º | 0.86% | 0.68% | - |
| XYZ | 22.52 | 11.55 | 25.85 | - |
| YUV | 82.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 140 | 0 | 0.86 | 0.20 | 0.32 | 313.6 | 0.76 | 0.39 |
| Hex | AE | 18 | 8C | 0 | 56 | 14 | 20 | 13A | 4C | 27 |
| Octal | 256 | 30 | 214 | 0 | 126 | 24 | 40 | 472 | 114 | 47 |
| Binary | 10101110 | 11000 | 10001100 | 0 | 1010110 | 10100 | 100000 | 100111010 | 1001100 | 100111 |
Color Harmonies of #AE188C
Complementary color
Monochromatic Colors of #AE188C
Black with #AE188C
Text Example
Text Example
White with #AE188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE188C; }
p { color: rgb(174,24,140); }
H1.HeaderClassName
{
color: #AE188C;
}
.AnyTagClassName
{
color: #AE188C;
}
</style>
background-color css
<style>
a { background-color: #AE188C; }
a { background-color: rgb(174,24,140); }
div.DivClassName
{
background-color: #AE188C;
}
.BgClassName
{
background-color: #AE188C;
}
</style>
border-color css
<style>
span { border-color: #AE188C; }
span { border-color: rgb(174,24,140); }
td.TdClassName
{
border-color: #AE188C;
}
.TagClassName
{
border-color: #AE188C;
}
</style>