Shades of Medium Violet Red #AE187C
Tints of Medium Violet Red #AE187C
RGB
CMYK
RGB Variations
Color information
#AE187C (or 0xAE187C) is known color: Medium Violet Red. HEX triplet: AE, 18 and 7C. RGB value is (174,24,124). Sum of RGB (Red+Green+Blue) = 174+24+124=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE187C is #51E783. Grayscale: #505050. Windows color (decimal): -5367684 or 8132782. OLE color: 8132782.
HSL color Cylindrical-coordinate representation of color #AE187C: hue angle of 320º 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 #AE187C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 124 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.32 |
| HSL | 320º | 0.76% | 0.39% | - |
| HSV(B) | 320º | 0.86% | 0.68% | - |
| XYZ | 21.42 | 11.11 | 20.08 | - |
| YUV | 80.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 124 | 0 | 0.86 | 0.29 | 0.32 | 320 | 0.76 | 0.39 |
| Hex | AE | 18 | 7C | 0 | 56 | 1D | 20 | 140 | 4C | 27 |
| Octal | 256 | 30 | 174 | 0 | 126 | 35 | 40 | 500 | 114 | 47 |
| Binary | 10101110 | 11000 | 1111100 | 0 | 1010110 | 11101 | 100000 | 101000000 | 1001100 | 100111 |
Color Harmonies of #AE187C
Complementary color
Monochromatic Colors of #AE187C
Black with #AE187C
Text Example
Text Example
White with #AE187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE187C; }
p { color: rgb(174,24,124); }
H1.HeaderClassName
{
color: #AE187C;
}
.AnyTagClassName
{
color: #AE187C;
}
</style>
background-color css
<style>
a { background-color: #AE187C; }
a { background-color: rgb(174,24,124); }
div.DivClassName
{
background-color: #AE187C;
}
.BgClassName
{
background-color: #AE187C;
}
</style>
border-color css
<style>
span { border-color: #AE187C; }
span { border-color: rgb(174,24,124); }
td.TdClassName
{
border-color: #AE187C;
}
.TagClassName
{
border-color: #AE187C;
}
</style>