Shades of Medium Violet Red #AE1A80
Tints of Medium Violet Red #AE1A80
RGB
CMYK
RGB Variations
Color information
#AE1A80 (or 0xAE1A80) is known color: Medium Violet Red. HEX triplet: AE, 1A and 80. RGB value is (174,26,128). Sum of RGB (Red+Green+Blue) = 174+26+128=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A80 is #51E57F. Grayscale: #515151. Windows color (decimal): -5367168 or 8395438. OLE color: 8395438.
HSL color Cylindrical-coordinate representation of color #AE1A80: hue angle of 318.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A80 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 128 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.32 |
| HSL | 318.65º | 0.74% | 0.39% | - |
| HSV(B) | 318.65º | 0.85% | 0.68% | - |
| XYZ | 21.72 | 11.3 | 21.46 | - |
| YUV | 81.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 128 | 0 | 0.85 | 0.26 | 0.32 | 318.65 | 0.74 | 0.39 |
| Hex | AE | 1A | 80 | 0 | 55 | 1A | 20 | 13F | 4A | 27 |
| Octal | 256 | 32 | 200 | 0 | 125 | 32 | 40 | 477 | 112 | 47 |
| Binary | 10101110 | 11010 | 10000000 | 0 | 1010101 | 11010 | 100000 | 100111111 | 1001010 | 100111 |
Color Harmonies of #AE1A80
Complementary color
Monochromatic Colors of #AE1A80
Black with #AE1A80
Text Example
Text Example
White with #AE1A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A80; }
p { color: rgb(174,26,128); }
H1.HeaderClassName
{
color: #AE1A80;
}
.AnyTagClassName
{
color: #AE1A80;
}
</style>
background-color css
<style>
a { background-color: #AE1A80; }
a { background-color: rgb(174,26,128); }
div.DivClassName
{
background-color: #AE1A80;
}
.BgClassName
{
background-color: #AE1A80;
}
</style>
border-color css
<style>
span { border-color: #AE1A80; }
span { border-color: rgb(174,26,128); }
td.TdClassName
{
border-color: #AE1A80;
}
.TagClassName
{
border-color: #AE1A80;
}
</style>