Shades of Medium Violet Red #AE1C80
Tints of Medium Violet Red #AE1C80
RGB
CMYK
RGB Variations
Color information
#AE1C80 (or 0xAE1C80) is known color: Medium Violet Red. HEX triplet: AE, 1C and 80. RGB value is (174,28,128). Sum of RGB (Red+Green+Blue) = 174+28+128=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C80 is #51E37F. Grayscale: #525252. Windows color (decimal): -5366656 or 8395950. OLE color: 8395950.
HSL color Cylindrical-coordinate representation of color #AE1C80: hue angle of 318.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C80 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 128 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.32 |
| HSL | 318.9º | 0.72% | 0.4% | - |
| HSV(B) | 318.9º | 0.84% | 0.68% | - |
| XYZ | 21.77 | 11.39 | 21.47 | - |
| YUV | 83.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 128 | 0 | 0.84 | 0.26 | 0.32 | 318.9 | 0.72 | 0.4 |
| Hex | AE | 1C | 80 | 0 | 54 | 1A | 20 | 13F | 48 | 28 |
| Octal | 256 | 34 | 200 | 0 | 124 | 32 | 40 | 477 | 110 | 50 |
| Binary | 10101110 | 11100 | 10000000 | 0 | 1010100 | 11010 | 100000 | 100111111 | 1001000 | 101000 |
Color Harmonies of #AE1C80
Complementary color
Monochromatic Colors of #AE1C80
Black with #AE1C80
Text Example
Text Example
White with #AE1C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C80; }
p { color: rgb(174,28,128); }
H1.HeaderClassName
{
color: #AE1C80;
}
.AnyTagClassName
{
color: #AE1C80;
}
</style>
background-color css
<style>
a { background-color: #AE1C80; }
a { background-color: rgb(174,28,128); }
div.DivClassName
{
background-color: #AE1C80;
}
.BgClassName
{
background-color: #AE1C80;
}
</style>
border-color css
<style>
span { border-color: #AE1C80; }
span { border-color: rgb(174,28,128); }
td.TdClassName
{
border-color: #AE1C80;
}
.TagClassName
{
border-color: #AE1C80;
}
</style>