Shades of Medium Violet Red #AE188F
Tints of Medium Violet Red #AE188F
RGB
CMYK
RGB Variations
Color information
#AE188F (or 0xAE188F) is known color: Medium Violet Red. HEX triplet: AE, 18 and 8F. RGB value is (174,24,143). Sum of RGB (Red+Green+Blue) = 174+24+143=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE188F is #51E770. Grayscale: #525252. Windows color (decimal): -5367665 or 9377966. OLE color: 9377966.
HSL color Cylindrical-coordinate representation of color #AE188F: hue angle of 312.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 #AE188F is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 24 | 143 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.32 |
| HSL | 312.4º | 0.76% | 0.39% | - |
| HSV(B) | 312.4º | 0.86% | 0.68% | - |
| XYZ | 22.74 | 11.64 | 27.03 | - |
| YUV | 82.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 143 | 0 | 0.86 | 0.18 | 0.32 | 312.4 | 0.76 | 0.39 |
| Hex | AE | 18 | 8F | 0 | 56 | 12 | 20 | 138 | 4C | 27 |
| Octal | 256 | 30 | 217 | 0 | 126 | 22 | 40 | 470 | 114 | 47 |
| Binary | 10101110 | 11000 | 10001111 | 0 | 1010110 | 10010 | 100000 | 100111000 | 1001100 | 100111 |
Color Harmonies of #AE188F
Complementary color
Monochromatic Colors of #AE188F
Black with #AE188F
Text Example
Text Example
White with #AE188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE188F; }
p { color: rgb(174,24,143); }
H1.HeaderClassName
{
color: #AE188F;
}
.AnyTagClassName
{
color: #AE188F;
}
</style>
background-color css
<style>
a { background-color: #AE188F; }
a { background-color: rgb(174,24,143); }
div.DivClassName
{
background-color: #AE188F;
}
.BgClassName
{
background-color: #AE188F;
}
</style>
border-color css
<style>
span { border-color: #AE188F; }
span { border-color: rgb(174,24,143); }
td.TdClassName
{
border-color: #AE188F;
}
.TagClassName
{
border-color: #AE188F;
}
</style>