Shades of Medium Red Violet #AE20A1
Tints of Medium Red Violet #AE20A1
RGB
CMYK
RGB Variations
Color information
#AE20A1 (or 0xAE20A1) is known color: Medium Red Violet. HEX triplet: AE, 20 and A1. RGB value is (174,32,161). Sum of RGB (Red+Green+Blue) = 174+32+161=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20A1 is #51DF5E. Grayscale: #585858. Windows color (decimal): -5365599 or 10559662. OLE color: 10559662.
HSL color Cylindrical-coordinate representation of color #AE20A1: hue angle of 305.49º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE20A1 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 161 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.32 |
| HSL | 305.49º | 0.69% | 0.4% | - |
| HSV(B) | 305.49º | 0.82% | 0.68% | - |
| XYZ | 24.41 | 12.6 | 34.86 | - |
| YUV | 89.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 161 | 0 | 0.82 | 0.07 | 0.32 | 305.49 | 0.69 | 0.4 |
| Hex | AE | 20 | A1 | 0 | 52 | 7 | 20 | 131 | 45 | 28 |
| Octal | 256 | 40 | 241 | 0 | 122 | 7 | 40 | 461 | 105 | 50 |
| Binary | 10101110 | 100000 | 10100001 | 0 | 1010010 | 111 | 100000 | 100110001 | 1000101 | 101000 |
Color Harmonies of #AE20A1
Complementary color
Monochromatic Colors of #AE20A1
Black with #AE20A1
Text Example
Text Example
White with #AE20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20A1; }
p { color: rgb(174,32,161); }
H1.HeaderClassName
{
color: #AE20A1;
}
.AnyTagClassName
{
color: #AE20A1;
}
</style>
background-color css
<style>
a { background-color: #AE20A1; }
a { background-color: rgb(174,32,161); }
div.DivClassName
{
background-color: #AE20A1;
}
.BgClassName
{
background-color: #AE20A1;
}
</style>
border-color css
<style>
span { border-color: #AE20A1; }
span { border-color: rgb(174,32,161); }
td.TdClassName
{
border-color: #AE20A1;
}
.TagClassName
{
border-color: #AE20A1;
}
</style>