Shades of Medium Red Violet #AE1E8C
Tints of Medium Red Violet #AE1E8C
RGB
CMYK
RGB Variations
Color information
#AE1E8C (or 0xAE1E8C) is known color: Medium Red Violet. HEX triplet: AE, 1E and 8C. RGB value is (174,30,140). Sum of RGB (Red+Green+Blue) = 174+30+140=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1E8C is #51E173. Grayscale: #555555. Windows color (decimal): -5366132 or 9182894. OLE color: 9182894.
HSL color Cylindrical-coordinate representation of color #AE1E8C: hue angle of 314.17º 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 #AE1E8C is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 30 | 140 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.32 |
| HSL | 314.17º | 0.71% | 0.4% | - |
| HSV(B) | 314.17º | 0.83% | 0.68% | - |
| XYZ | 22.65 | 11.82 | 25.9 | - |
| YUV | 85.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 30 | 140 | 0 | 0.83 | 0.20 | 0.32 | 314.17 | 0.71 | 0.4 |
| Hex | AE | 1E | 8C | 0 | 53 | 14 | 20 | 13A | 47 | 28 |
| Octal | 256 | 36 | 214 | 0 | 123 | 24 | 40 | 472 | 107 | 50 |
| Binary | 10101110 | 11110 | 10001100 | 0 | 1010011 | 10100 | 100000 | 100111010 | 1000111 | 101000 |
Color Harmonies of #AE1E8C
Complementary color
Monochromatic Colors of #AE1E8C
Black with #AE1E8C
Text Example
Text Example
White with #AE1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1E8C; }
p { color: rgb(174,30,140); }
H1.HeaderClassName
{
color: #AE1E8C;
}
.AnyTagClassName
{
color: #AE1E8C;
}
</style>
background-color css
<style>
a { background-color: #AE1E8C; }
a { background-color: rgb(174,30,140); }
div.DivClassName
{
background-color: #AE1E8C;
}
.BgClassName
{
background-color: #AE1E8C;
}
</style>
border-color css
<style>
span { border-color: #AE1E8C; }
span { border-color: rgb(174,30,140); }
td.TdClassName
{
border-color: #AE1E8C;
}
.TagClassName
{
border-color: #AE1E8C;
}
</style>