Shades of Medium Red Violet #AE32A1
Tints of Medium Red Violet #AE32A1
RGB
CMYK
RGB Variations
Color information
#AE32A1 (or 0xAE32A1) is known color: Medium Red Violet. HEX triplet: AE, 32 and A1. RGB value is (174,50,161). Sum of RGB (Red+Green+Blue) = 174+50+161=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE32A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE32A1 is #51CD5E. Grayscale: #636363. Windows color (decimal): -5360991 or 10564270. OLE color: 10564270.
HSL color Cylindrical-coordinate representation of color #AE32A1: hue angle of 306.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE32A1 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 161 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.32 |
| HSL | 306.29º | 0.55% | 0.44% | - |
| HSV(B) | 306.29º | 0.71% | 0.68% | - |
| XYZ | 25.03 | 13.85 | 35.07 | - |
| YUV | 99.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 161 | 0 | 0.71 | 0.07 | 0.32 | 306.29 | 0.55 | 0.44 |
| Hex | AE | 32 | A1 | 0 | 47 | 7 | 20 | 132 | 37 | 2C |
| Octal | 256 | 62 | 241 | 0 | 107 | 7 | 40 | 462 | 67 | 54 |
| Binary | 10101110 | 110010 | 10100001 | 0 | 1000111 | 111 | 100000 | 100110010 | 110111 | 101100 |
Color Harmonies of #AE32A1
Complementary color
Monochromatic Colors of #AE32A1
Black with #AE32A1
Text Example
Text Example
White with #AE32A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE32A1; }
p { color: rgb(174,50,161); }
H1.HeaderClassName
{
color: #AE32A1;
}
.AnyTagClassName
{
color: #AE32A1;
}
</style>
background-color css
<style>
a { background-color: #AE32A1; }
a { background-color: rgb(174,50,161); }
div.DivClassName
{
background-color: #AE32A1;
}
.BgClassName
{
background-color: #AE32A1;
}
</style>
border-color css
<style>
span { border-color: #AE32A1; }
span { border-color: rgb(174,50,161); }
td.TdClassName
{
border-color: #AE32A1;
}
.TagClassName
{
border-color: #AE32A1;
}
</style>