Shades of Medium Red Violet #AE288E
Tints of Medium Red Violet #AE288E
RGB
CMYK
RGB Variations
Color information
#AE288E (or 0xAE288E) is known color: Medium Red Violet. HEX triplet: AE, 28 and 8E. RGB value is (174,40,142). Sum of RGB (Red+Green+Blue) = 174+40+142=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE288E is #51D771. Grayscale: #5B5B5B. Windows color (decimal): -5363570 or 9316526. OLE color: 9316526.
HSL color Cylindrical-coordinate representation of color #AE288E: hue angle of 314.33º 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 #AE288E is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 142 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.32 |
| HSL | 314.33º | 0.63% | 0.42% | - |
| HSV(B) | 314.33º | 0.77% | 0.68% | - |
| XYZ | 23.1 | 12.47 | 26.78 | - |
| YUV | 91.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 142 | 0 | 0.77 | 0.18 | 0.32 | 314.33 | 0.63 | 0.42 |
| Hex | AE | 28 | 8E | 0 | 4D | 12 | 20 | 13A | 3F | 2A |
| Octal | 256 | 50 | 216 | 0 | 115 | 22 | 40 | 472 | 77 | 52 |
| Binary | 10101110 | 101000 | 10001110 | 0 | 1001101 | 10010 | 100000 | 100111010 | 111111 | 101010 |
Color Harmonies of #AE288E
Complementary color
Monochromatic Colors of #AE288E
Black with #AE288E
Text Example
Text Example
White with #AE288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE288E; }
p { color: rgb(174,40,142); }
H1.HeaderClassName
{
color: #AE288E;
}
.AnyTagClassName
{
color: #AE288E;
}
</style>
background-color css
<style>
a { background-color: #AE288E; }
a { background-color: rgb(174,40,142); }
div.DivClassName
{
background-color: #AE288E;
}
.BgClassName
{
background-color: #AE288E;
}
</style>
border-color css
<style>
span { border-color: #AE288E; }
span { border-color: rgb(174,40,142); }
td.TdClassName
{
border-color: #AE288E;
}
.TagClassName
{
border-color: #AE288E;
}
</style>