Shades of Medium Red Violet #AE29A1
Tints of Medium Red Violet #AE29A1
RGB
CMYK
RGB Variations
Color information
#AE29A1 (or 0xAE29A1) is known color: Medium Red Violet. HEX triplet: AE, 29 and A1. RGB value is (174,41,161). Sum of RGB (Red+Green+Blue) = 174+41+161=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE29A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE29A1 is #51D65E. Grayscale: #5E5E5E. Windows color (decimal): -5363295 or 10561966. OLE color: 10561966.
HSL color Cylindrical-coordinate representation of color #AE29A1: hue angle of 305.86º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE29A1 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 161 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.32 |
| HSL | 305.86º | 0.62% | 0.42% | - |
| HSV(B) | 305.86º | 0.76% | 0.68% | - |
| XYZ | 24.68 | 13.16 | 34.96 | - |
| YUV | 94.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 161 | 0 | 0.76 | 0.07 | 0.32 | 305.86 | 0.62 | 0.42 |
| Hex | AE | 29 | A1 | 0 | 4C | 7 | 20 | 132 | 3E | 2A |
| Octal | 256 | 51 | 241 | 0 | 114 | 7 | 40 | 462 | 76 | 52 |
| Binary | 10101110 | 101001 | 10100001 | 0 | 1001100 | 111 | 100000 | 100110010 | 111110 | 101010 |
Color Harmonies of #AE29A1
Complementary color
Monochromatic Colors of #AE29A1
Black with #AE29A1
Text Example
Text Example
White with #AE29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE29A1; }
p { color: rgb(174,41,161); }
H1.HeaderClassName
{
color: #AE29A1;
}
.AnyTagClassName
{
color: #AE29A1;
}
</style>
background-color css
<style>
a { background-color: #AE29A1; }
a { background-color: rgb(174,41,161); }
div.DivClassName
{
background-color: #AE29A1;
}
.BgClassName
{
background-color: #AE29A1;
}
</style>
border-color css
<style>
span { border-color: #AE29A1; }
span { border-color: rgb(174,41,161); }
td.TdClassName
{
border-color: #AE29A1;
}
.TagClassName
{
border-color: #AE29A1;
}
</style>