Shades of Medium Red Violet #AE287C
Tints of Medium Red Violet #AE287C
RGB
CMYK
RGB Variations
Color information
#AE287C (or 0xAE287C) is known color: Medium Red Violet. HEX triplet: AE, 28 and 7C. RGB value is (174,40,124). Sum of RGB (Red+Green+Blue) = 174+40+124=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE287C is #51D783. Grayscale: #595959. Windows color (decimal): -5363588 or 8136878. OLE color: 8136878.
HSL color Cylindrical-coordinate representation of color #AE287C: hue angle of 322.39º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE287C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 124 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.32 |
| HSL | 322.39º | 0.63% | 0.42% | - |
| HSV(B) | 322.39º | 0.77% | 0.68% | - |
| XYZ | 21.85 | 11.97 | 20.23 | - |
| YUV | 89.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 124 | 0 | 0.77 | 0.29 | 0.32 | 322.39 | 0.63 | 0.42 |
| Hex | AE | 28 | 7C | 0 | 4D | 1D | 20 | 142 | 3F | 2A |
| Octal | 256 | 50 | 174 | 0 | 115 | 35 | 40 | 502 | 77 | 52 |
| Binary | 10101110 | 101000 | 1111100 | 0 | 1001101 | 11101 | 100000 | 101000010 | 111111 | 101010 |
Color Harmonies of #AE287C
Complementary color
Monochromatic Colors of #AE287C
Black with #AE287C
Text Example
Text Example
White with #AE287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE287C; }
p { color: rgb(174,40,124); }
H1.HeaderClassName
{
color: #AE287C;
}
.AnyTagClassName
{
color: #AE287C;
}
</style>
background-color css
<style>
a { background-color: #AE287C; }
a { background-color: rgb(174,40,124); }
div.DivClassName
{
background-color: #AE287C;
}
.BgClassName
{
background-color: #AE287C;
}
</style>
border-color css
<style>
span { border-color: #AE287C; }
span { border-color: rgb(174,40,124); }
td.TdClassName
{
border-color: #AE287C;
}
.TagClassName
{
border-color: #AE287C;
}
</style>