Shades of Medium Red Violet #AE2089
Tints of Medium Red Violet #AE2089
RGB
CMYK
RGB Variations
Color information
#AE2089 (or 0xAE2089) is known color: Medium Red Violet. HEX triplet: AE, 20 and 89. RGB value is (174,32,137). Sum of RGB (Red+Green+Blue) = 174+32+137=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2089 is #51DF76. Grayscale: #565656. Windows color (decimal): -5365623 or 8986798. OLE color: 8986798.
HSL color Cylindrical-coordinate representation of color #AE2089: hue angle of 315.63º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2089 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 137 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.32 |
| HSL | 315.63º | 0.69% | 0.4% | - |
| HSV(B) | 315.63º | 0.82% | 0.68% | - |
| XYZ | 22.49 | 11.84 | 24.77 | - |
| YUV | 86.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 137 | 0 | 0.82 | 0.21 | 0.32 | 315.63 | 0.69 | 0.4 |
| Hex | AE | 20 | 89 | 0 | 52 | 15 | 20 | 13C | 45 | 28 |
| Octal | 256 | 40 | 211 | 0 | 122 | 25 | 40 | 474 | 105 | 50 |
| Binary | 10101110 | 100000 | 10001001 | 0 | 1010010 | 10101 | 100000 | 100111100 | 1000101 | 101000 |
Color Harmonies of #AE2089
Complementary color
Monochromatic Colors of #AE2089
Black with #AE2089
Text Example
Text Example
White with #AE2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2089; }
p { color: rgb(174,32,137); }
H1.HeaderClassName
{
color: #AE2089;
}
.AnyTagClassName
{
color: #AE2089;
}
</style>
background-color css
<style>
a { background-color: #AE2089; }
a { background-color: rgb(174,32,137); }
div.DivClassName
{
background-color: #AE2089;
}
.BgClassName
{
background-color: #AE2089;
}
</style>
border-color css
<style>
span { border-color: #AE2089; }
span { border-color: rgb(174,32,137); }
td.TdClassName
{
border-color: #AE2089;
}
.TagClassName
{
border-color: #AE2089;
}
</style>