Shades of Medium Red Violet #AE287F
Tints of Medium Red Violet #AE287F
RGB
CMYK
RGB Variations
Color information
#AE287F (or 0xAE287F) is known color: Medium Red Violet. HEX triplet: AE, 28 and 7F. RGB value is (174,40,127). Sum of RGB (Red+Green+Blue) = 174+40+127=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE287F is #51D780. Grayscale: #595959. Windows color (decimal): -5363585 or 8333486. OLE color: 8333486.
HSL color Cylindrical-coordinate representation of color #AE287F: hue angle of 321.04º 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 #AE287F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 127 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.32 |
| HSL | 321.04º | 0.63% | 0.42% | - |
| HSV(B) | 321.04º | 0.77% | 0.68% | - |
| XYZ | 22.05 | 12.05 | 21.24 | - |
| YUV | 89.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 127 | 0 | 0.77 | 0.27 | 0.32 | 321.04 | 0.63 | 0.42 |
| Hex | AE | 28 | 7F | 0 | 4D | 1B | 20 | 141 | 3F | 2A |
| Octal | 256 | 50 | 177 | 0 | 115 | 33 | 40 | 501 | 77 | 52 |
| Binary | 10101110 | 101000 | 1111111 | 0 | 1001101 | 11011 | 100000 | 101000001 | 111111 | 101010 |
Color Harmonies of #AE287F
Complementary color
Monochromatic Colors of #AE287F
Black with #AE287F
Text Example
Text Example
White with #AE287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE287F; }
p { color: rgb(174,40,127); }
H1.HeaderClassName
{
color: #AE287F;
}
.AnyTagClassName
{
color: #AE287F;
}
</style>
background-color css
<style>
a { background-color: #AE287F; }
a { background-color: rgb(174,40,127); }
div.DivClassName
{
background-color: #AE287F;
}
.BgClassName
{
background-color: #AE287F;
}
</style>
border-color css
<style>
span { border-color: #AE287F; }
span { border-color: rgb(174,40,127); }
td.TdClassName
{
border-color: #AE287F;
}
.TagClassName
{
border-color: #AE287F;
}
</style>