Shades of Medium Red Violet #AE20A3
Tints of Medium Red Violet #AE20A3
RGB
CMYK
RGB Variations
Color information
#AE20A3 (or 0xAE20A3) is known color: Medium Red Violet. HEX triplet: AE, 20 and A3. RGB value is (174,32,163). Sum of RGB (Red+Green+Blue) = 174+32+163=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE20A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE20A3 is #51DF5C. Grayscale: #595959. Windows color (decimal): -5365597 or 10690734. OLE color: 10690734.
HSL color Cylindrical-coordinate representation of color #AE20A3: hue angle of 304.65º 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 #AE20A3 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 163 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.32 |
| HSL | 304.65º | 0.69% | 0.4% | - |
| HSV(B) | 304.65º | 0.82% | 0.68% | - |
| XYZ | 24.58 | 12.68 | 35.8 | - |
| YUV | 89.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 163 | 0 | 0.82 | 0.06 | 0.32 | 304.65 | 0.69 | 0.4 |
| Hex | AE | 20 | A3 | 0 | 52 | 6 | 20 | 131 | 45 | 28 |
| Octal | 256 | 40 | 243 | 0 | 122 | 6 | 40 | 461 | 105 | 50 |
| Binary | 10101110 | 100000 | 10100011 | 0 | 1010010 | 110 | 100000 | 100110001 | 1000101 | 101000 |
Color Harmonies of #AE20A3
Complementary color
Monochromatic Colors of #AE20A3
Black with #AE20A3
Text Example
Text Example
White with #AE20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE20A3; }
p { color: rgb(174,32,163); }
H1.HeaderClassName
{
color: #AE20A3;
}
.AnyTagClassName
{
color: #AE20A3;
}
</style>
background-color css
<style>
a { background-color: #AE20A3; }
a { background-color: rgb(174,32,163); }
div.DivClassName
{
background-color: #AE20A3;
}
.BgClassName
{
background-color: #AE20A3;
}
</style>
border-color css
<style>
span { border-color: #AE20A3; }
span { border-color: rgb(174,32,163); }
td.TdClassName
{
border-color: #AE20A3;
}
.TagClassName
{
border-color: #AE20A3;
}
</style>