Shades of Medium Violet Red #AE1EA3
Tints of Medium Violet Red #AE1EA3
RGB
CMYK
RGB Variations
Color information
#AE1EA3 (or 0xAE1EA3) is known color: Medium Violet Red. HEX triplet: AE, 1E and A3. RGB value is (174,30,163). Sum of RGB (Red+Green+Blue) = 174+30+163=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1EA3 is #51E15C. Grayscale: #575757. Windows color (decimal): -5366109 or 10690222. OLE color: 10690222.
HSL color Cylindrical-coordinate representation of color #AE1EA3: hue angle of 304.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1EA3 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 30 | 163 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.32 |
| HSL | 304.58º | 0.71% | 0.4% | - |
| HSV(B) | 304.58º | 0.83% | 0.68% | - |
| XYZ | 24.53 | 12.57 | 35.78 | - |
| YUV | 88.22 | 170.21 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 30 | 163 | 0 | 0.83 | 0.06 | 0.32 | 304.58 | 0.71 | 0.4 |
| Hex | AE | 1E | A3 | 0 | 53 | 6 | 20 | 131 | 47 | 28 |
| Octal | 256 | 36 | 243 | 0 | 123 | 6 | 40 | 461 | 107 | 50 |
| Binary | 10101110 | 11110 | 10100011 | 0 | 1010011 | 110 | 100000 | 100110001 | 1000111 | 101000 |
Color Harmonies of #AE1EA3
Complementary color
Monochromatic Colors of #AE1EA3
Black with #AE1EA3
Text Example
Text Example
White with #AE1EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1EA3; }
p { color: rgb(174,30,163); }
H1.HeaderClassName
{
color: #AE1EA3;
}
.AnyTagClassName
{
color: #AE1EA3;
}
</style>
background-color css
<style>
a { background-color: #AE1EA3; }
a { background-color: rgb(174,30,163); }
div.DivClassName
{
background-color: #AE1EA3;
}
.BgClassName
{
background-color: #AE1EA3;
}
</style>
border-color css
<style>
span { border-color: #AE1EA3; }
span { border-color: rgb(174,30,163); }
td.TdClassName
{
border-color: #AE1EA3;
}
.TagClassName
{
border-color: #AE1EA3;
}
</style>