Shades of Medium Red Violet #AE2899
Tints of Medium Red Violet #AE2899
RGB
CMYK
RGB Variations
Color information
#AE2899 (or 0xAE2899) is known color: Medium Red Violet. HEX triplet: AE, 28 and 99. RGB value is (174,40,153). Sum of RGB (Red+Green+Blue) = 174+40+153=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2899 is #51D766. Grayscale: #5C5C5C. Windows color (decimal): -5363559 or 10037422. OLE color: 10037422.
HSL color Cylindrical-coordinate representation of color #AE2899: hue angle of 309.4º 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 #AE2899 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 153 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.32 |
| HSL | 309.4º | 0.63% | 0.42% | - |
| HSV(B) | 309.4º | 0.77% | 0.68% | - |
| XYZ | 23.96 | 12.82 | 31.35 | - |
| YUV | 92.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 153 | 0 | 0.77 | 0.12 | 0.32 | 309.4 | 0.63 | 0.42 |
| Hex | AE | 28 | 99 | 0 | 4D | C | 20 | 135 | 3F | 2A |
| Octal | 256 | 50 | 231 | 0 | 115 | 14 | 40 | 465 | 77 | 52 |
| Binary | 10101110 | 101000 | 10011001 | 0 | 1001101 | 1100 | 100000 | 100110101 | 111111 | 101010 |
Color Harmonies of #AE2899
Complementary color
Monochromatic Colors of #AE2899
Black with #AE2899
Text Example
Text Example
White with #AE2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2899; }
p { color: rgb(174,40,153); }
H1.HeaderClassName
{
color: #AE2899;
}
.AnyTagClassName
{
color: #AE2899;
}
</style>
background-color css
<style>
a { background-color: #AE2899; }
a { background-color: rgb(174,40,153); }
div.DivClassName
{
background-color: #AE2899;
}
.BgClassName
{
background-color: #AE2899;
}
</style>
border-color css
<style>
span { border-color: #AE2899; }
span { border-color: rgb(174,40,153); }
td.TdClassName
{
border-color: #AE2899;
}
.TagClassName
{
border-color: #AE2899;
}
</style>