Shades of Medium Violet Red #AE1C8A
Tints of Medium Violet Red #AE1C8A
RGB
CMYK
RGB Variations
Color information
#AE1C8A (or 0xAE1C8A) is known color: Medium Violet Red. HEX triplet: AE, 1C and 8A. RGB value is (174,28,138). Sum of RGB (Red+Green+Blue) = 174+28+138=340 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.18% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C8A is #51E375. Grayscale: #535353. Windows color (decimal): -5366646 or 9051310. OLE color: 9051310.
HSL color Cylindrical-coordinate representation of color #AE1C8A: hue angle of 314.79º 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 #AE1C8A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 138 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.32 |
| HSL | 314.79º | 0.72% | 0.4% | - |
| HSV(B) | 314.79º | 0.84% | 0.68% | - |
| XYZ | 22.46 | 11.66 | 25.11 | - |
| YUV | 84.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 138 | 0 | 0.84 | 0.21 | 0.32 | 314.79 | 0.72 | 0.4 |
| Hex | AE | 1C | 8A | 0 | 54 | 15 | 20 | 13B | 48 | 28 |
| Octal | 256 | 34 | 212 | 0 | 124 | 25 | 40 | 473 | 110 | 50 |
| Binary | 10101110 | 11100 | 10001010 | 0 | 1010100 | 10101 | 100000 | 100111011 | 1001000 | 101000 |
Color Harmonies of #AE1C8A
Complementary color
Monochromatic Colors of #AE1C8A
Black with #AE1C8A
Text Example
Text Example
White with #AE1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C8A; }
p { color: rgb(174,28,138); }
H1.HeaderClassName
{
color: #AE1C8A;
}
.AnyTagClassName
{
color: #AE1C8A;
}
</style>
background-color css
<style>
a { background-color: #AE1C8A; }
a { background-color: rgb(174,28,138); }
div.DivClassName
{
background-color: #AE1C8A;
}
.BgClassName
{
background-color: #AE1C8A;
}
</style>
border-color css
<style>
span { border-color: #AE1C8A; }
span { border-color: rgb(174,28,138); }
td.TdClassName
{
border-color: #AE1C8A;
}
.TagClassName
{
border-color: #AE1C8A;
}
</style>