Shades of Medium Violet Red #AE1C90
Tints of Medium Violet Red #AE1C90
RGB
CMYK
RGB Variations
Color information
#AE1C90 (or 0xAE1C90) is known color: Medium Violet Red. HEX triplet: AE, 1C and 90. RGB value is (174,28,144). Sum of RGB (Red+Green+Blue) = 174+28+144=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C90 is #51E36F. Grayscale: #545454. Windows color (decimal): -5366640 or 9444526. OLE color: 9444526.
HSL color Cylindrical-coordinate representation of color #AE1C90: hue angle of 312.33º 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 #AE1C90 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 28 | 144 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.32 |
| HSL | 312.33º | 0.72% | 0.4% | - |
| HSV(B) | 312.33º | 0.84% | 0.68% | - |
| XYZ | 22.9 | 11.84 | 27.46 | - |
| YUV | 84.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 28 | 144 | 0 | 0.84 | 0.17 | 0.32 | 312.33 | 0.72 | 0.4 |
| Hex | AE | 1C | 90 | 0 | 54 | 11 | 20 | 138 | 48 | 28 |
| Octal | 256 | 34 | 220 | 0 | 124 | 21 | 40 | 470 | 110 | 50 |
| Binary | 10101110 | 11100 | 10010000 | 0 | 1010100 | 10001 | 100000 | 100111000 | 1001000 | 101000 |
Color Harmonies of #AE1C90
Complementary color
Monochromatic Colors of #AE1C90
Black with #AE1C90
Text Example
Text Example
White with #AE1C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1C90; }
p { color: rgb(174,28,144); }
H1.HeaderClassName
{
color: #AE1C90;
}
.AnyTagClassName
{
color: #AE1C90;
}
</style>
background-color css
<style>
a { background-color: #AE1C90; }
a { background-color: rgb(174,28,144); }
div.DivClassName
{
background-color: #AE1C90;
}
.BgClassName
{
background-color: #AE1C90;
}
</style>
border-color css
<style>
span { border-color: #AE1C90; }
span { border-color: rgb(174,28,144); }
td.TdClassName
{
border-color: #AE1C90;
}
.TagClassName
{
border-color: #AE1C90;
}
</style>