Shades of Medium Red Violet #AE287E
Tints of Medium Red Violet #AE287E
RGB
CMYK
RGB Variations
Color information
#AE287E (or 0xAE287E) is known color: Medium Red Violet. HEX triplet: AE, 28 and 7E. RGB value is (174,40,126). Sum of RGB (Red+Green+Blue) = 174+40+126=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE287E is #51D781. Grayscale: #595959. Windows color (decimal): -5363586 or 8267950. OLE color: 8267950.
HSL color Cylindrical-coordinate representation of color #AE287E: hue angle of 321.49º 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 #AE287E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 126 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.32 |
| HSL | 321.49º | 0.63% | 0.42% | - |
| HSV(B) | 321.49º | 0.77% | 0.68% | - |
| XYZ | 21.98 | 12.02 | 20.9 | - |
| YUV | 89.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 126 | 0 | 0.77 | 0.28 | 0.32 | 321.49 | 0.63 | 0.42 |
| Hex | AE | 28 | 7E | 0 | 4D | 1C | 20 | 141 | 3F | 2A |
| Octal | 256 | 50 | 176 | 0 | 115 | 34 | 40 | 501 | 77 | 52 |
| Binary | 10101110 | 101000 | 1111110 | 0 | 1001101 | 11100 | 100000 | 101000001 | 111111 | 101010 |
Color Harmonies of #AE287E
Complementary color
Monochromatic Colors of #AE287E
Black with #AE287E
Text Example
Text Example
White with #AE287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE287E; }
p { color: rgb(174,40,126); }
H1.HeaderClassName
{
color: #AE287E;
}
.AnyTagClassName
{
color: #AE287E;
}
</style>
background-color css
<style>
a { background-color: #AE287E; }
a { background-color: rgb(174,40,126); }
div.DivClassName
{
background-color: #AE287E;
}
.BgClassName
{
background-color: #AE287E;
}
</style>
border-color css
<style>
span { border-color: #AE287E; }
span { border-color: rgb(174,40,126); }
td.TdClassName
{
border-color: #AE287E;
}
.TagClassName
{
border-color: #AE287E;
}
</style>