Shades of Medium Red Violet #AE2889
Tints of Medium Red Violet #AE2889
RGB
CMYK
RGB Variations
Color information
#AE2889 (or 0xAE2889) is known color: Medium Red Violet. HEX triplet: AE, 28 and 89. RGB value is (174,40,137). Sum of RGB (Red+Green+Blue) = 174+40+137=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2889 is #51D776. Grayscale: #5A5A5A. Windows color (decimal): -5363575 or 8988846. OLE color: 8988846.
HSL color Cylindrical-coordinate representation of color #AE2889: hue angle of 316.57º 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 #AE2889 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 137 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.32 |
| HSL | 316.57º | 0.63% | 0.42% | - |
| HSV(B) | 316.57º | 0.77% | 0.68% | - |
| XYZ | 22.73 | 12.32 | 24.85 | - |
| YUV | 91.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 137 | 0 | 0.77 | 0.21 | 0.32 | 316.57 | 0.63 | 0.42 |
| Hex | AE | 28 | 89 | 0 | 4D | 15 | 20 | 13D | 3F | 2A |
| Octal | 256 | 50 | 211 | 0 | 115 | 25 | 40 | 475 | 77 | 52 |
| Binary | 10101110 | 101000 | 10001001 | 0 | 1001101 | 10101 | 100000 | 100111101 | 111111 | 101010 |
Color Harmonies of #AE2889
Complementary color
Monochromatic Colors of #AE2889
Black with #AE2889
Text Example
Text Example
White with #AE2889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2889; }
p { color: rgb(174,40,137); }
H1.HeaderClassName
{
color: #AE2889;
}
.AnyTagClassName
{
color: #AE2889;
}
</style>
background-color css
<style>
a { background-color: #AE2889; }
a { background-color: rgb(174,40,137); }
div.DivClassName
{
background-color: #AE2889;
}
.BgClassName
{
background-color: #AE2889;
}
</style>
border-color css
<style>
span { border-color: #AE2889; }
span { border-color: rgb(174,40,137); }
td.TdClassName
{
border-color: #AE2889;
}
.TagClassName
{
border-color: #AE2889;
}
</style>