Shades of Medium Red Violet #AE2588
Tints of Medium Red Violet #AE2588
RGB
CMYK
RGB Variations
Color information
#AE2588 (or 0xAE2588) is known color: Medium Red Violet. HEX triplet: AE, 25 and 88. RGB value is (174,37,136). Sum of RGB (Red+Green+Blue) = 174+37+136=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2588 is #51DA77. Grayscale: #585858. Windows color (decimal): -5364344 or 8922542. OLE color: 8922542.
HSL color Cylindrical-coordinate representation of color #AE2588: hue angle of 316.64º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2588 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 136 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.32 |
| HSL | 316.64º | 0.65% | 0.41% | - |
| HSV(B) | 316.64º | 0.79% | 0.68% | - |
| XYZ | 22.56 | 12.1 | 24.44 | - |
| YUV | 89.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 136 | 0 | 0.79 | 0.22 | 0.32 | 316.64 | 0.65 | 0.41 |
| Hex | AE | 25 | 88 | 0 | 4F | 16 | 20 | 13D | 41 | 29 |
| Octal | 256 | 45 | 210 | 0 | 117 | 26 | 40 | 475 | 101 | 51 |
| Binary | 10101110 | 100101 | 10001000 | 0 | 1001111 | 10110 | 100000 | 100111101 | 1000001 | 101001 |
Color Harmonies of #AE2588
Complementary color
Monochromatic Colors of #AE2588
Black with #AE2588
Text Example
Text Example
White with #AE2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2588; }
p { color: rgb(174,37,136); }
H1.HeaderClassName
{
color: #AE2588;
}
.AnyTagClassName
{
color: #AE2588;
}
</style>
background-color css
<style>
a { background-color: #AE2588; }
a { background-color: rgb(174,37,136); }
div.DivClassName
{
background-color: #AE2588;
}
.BgClassName
{
background-color: #AE2588;
}
</style>
border-color css
<style>
span { border-color: #AE2588; }
span { border-color: rgb(174,37,136); }
td.TdClassName
{
border-color: #AE2588;
}
.TagClassName
{
border-color: #AE2588;
}
</style>