Shades of Medium Red Violet #AE2C99
Tints of Medium Red Violet #AE2C99
RGB
CMYK
RGB Variations
Color information
#AE2C99 (or 0xAE2C99) is known color: Medium Red Violet. HEX triplet: AE, 2C and 99. RGB value is (174,44,153). Sum of RGB (Red+Green+Blue) = 174+44+153=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2C99 is #51D366. Grayscale: #5E5E5E. Windows color (decimal): -5362535 or 10038446. OLE color: 10038446.
HSL color Cylindrical-coordinate representation of color #AE2C99: hue angle of 309.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C99 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 153 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.32 |
| HSL | 309.69º | 0.6% | 0.43% | - |
| HSV(B) | 309.69º | 0.75% | 0.68% | - |
| XYZ | 24.11 | 13.1 | 31.4 | - |
| YUV | 95.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 153 | 0 | 0.75 | 0.12 | 0.32 | 309.69 | 0.6 | 0.43 |
| Hex | AE | 2C | 99 | 0 | 4B | C | 20 | 136 | 3C | 2B |
| Octal | 256 | 54 | 231 | 0 | 113 | 14 | 40 | 466 | 74 | 53 |
| Binary | 10101110 | 101100 | 10011001 | 0 | 1001011 | 1100 | 100000 | 100110110 | 111100 | 101011 |
Color Harmonies of #AE2C99
Complementary color
Monochromatic Colors of #AE2C99
Black with #AE2C99
Text Example
Text Example
White with #AE2C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C99; }
p { color: rgb(174,44,153); }
H1.HeaderClassName
{
color: #AE2C99;
}
.AnyTagClassName
{
color: #AE2C99;
}
</style>
background-color css
<style>
a { background-color: #AE2C99; }
a { background-color: rgb(174,44,153); }
div.DivClassName
{
background-color: #AE2C99;
}
.BgClassName
{
background-color: #AE2C99;
}
</style>
border-color css
<style>
span { border-color: #AE2C99; }
span { border-color: rgb(174,44,153); }
td.TdClassName
{
border-color: #AE2C99;
}
.TagClassName
{
border-color: #AE2C99;
}
</style>