Shades of Medium Red Violet #AE1E8F
Tints of Medium Red Violet #AE1E8F
RGB
CMYK
RGB Variations
Color information
#AE1E8F (or 0xAE1E8F) is known color: Medium Red Violet. HEX triplet: AE, 1E and 8F. RGB value is (174,30,143). Sum of RGB (Red+Green+Blue) = 174+30+143=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1E8F is #51E170. Grayscale: #555555. Windows color (decimal): -5366129 or 9379502. OLE color: 9379502.
HSL color Cylindrical-coordinate representation of color #AE1E8F: hue angle of 312.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1E8F is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 30 | 143 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.32 |
| HSL | 312.92º | 0.71% | 0.4% | - |
| HSV(B) | 312.92º | 0.83% | 0.68% | - |
| XYZ | 22.88 | 11.91 | 27.08 | - |
| YUV | 85.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 30 | 143 | 0 | 0.83 | 0.18 | 0.32 | 312.92 | 0.71 | 0.4 |
| Hex | AE | 1E | 8F | 0 | 53 | 12 | 20 | 139 | 47 | 28 |
| Octal | 256 | 36 | 217 | 0 | 123 | 22 | 40 | 471 | 107 | 50 |
| Binary | 10101110 | 11110 | 10001111 | 0 | 1010011 | 10010 | 100000 | 100111001 | 1000111 | 101000 |
Color Harmonies of #AE1E8F
Complementary color
Monochromatic Colors of #AE1E8F
Black with #AE1E8F
Text Example
Text Example
White with #AE1E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1E8F; }
p { color: rgb(174,30,143); }
H1.HeaderClassName
{
color: #AE1E8F;
}
.AnyTagClassName
{
color: #AE1E8F;
}
</style>
background-color css
<style>
a { background-color: #AE1E8F; }
a { background-color: rgb(174,30,143); }
div.DivClassName
{
background-color: #AE1E8F;
}
.BgClassName
{
background-color: #AE1E8F;
}
</style>
border-color css
<style>
span { border-color: #AE1E8F; }
span { border-color: rgb(174,30,143); }
td.TdClassName
{
border-color: #AE1E8F;
}
.TagClassName
{
border-color: #AE1E8F;
}
</style>