Shades of Medium Red Violet #AE2490
Tints of Medium Red Violet #AE2490
RGB
CMYK
RGB Variations
Color information
#AE2490 (or 0xAE2490) is known color: Medium Red Violet. HEX triplet: AE, 24 and 90. RGB value is (174,36,144). Sum of RGB (Red+Green+Blue) = 174+36+144=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2490 is #51DB6F. Grayscale: #595959. Windows color (decimal): -5364592 or 9446574. OLE color: 9446574.
HSL color Cylindrical-coordinate representation of color #AE2490: hue angle of 313.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2490 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 144 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.32 |
| HSL | 313.04º | 0.66% | 0.41% | - |
| HSV(B) | 313.04º | 0.79% | 0.68% | - |
| XYZ | 23.12 | 12.27 | 27.54 | - |
| YUV | 89.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 144 | 0 | 0.79 | 0.17 | 0.32 | 313.04 | 0.66 | 0.41 |
| Hex | AE | 24 | 90 | 0 | 4F | 11 | 20 | 139 | 42 | 29 |
| Octal | 256 | 44 | 220 | 0 | 117 | 21 | 40 | 471 | 102 | 51 |
| Binary | 10101110 | 100100 | 10010000 | 0 | 1001111 | 10001 | 100000 | 100111001 | 1000010 | 101001 |
Color Harmonies of #AE2490
Complementary color
Monochromatic Colors of #AE2490
Black with #AE2490
Text Example
Text Example
White with #AE2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2490; }
p { color: rgb(174,36,144); }
H1.HeaderClassName
{
color: #AE2490;
}
.AnyTagClassName
{
color: #AE2490;
}
</style>
background-color css
<style>
a { background-color: #AE2490; }
a { background-color: rgb(174,36,144); }
div.DivClassName
{
background-color: #AE2490;
}
.BgClassName
{
background-color: #AE2490;
}
</style>
border-color css
<style>
span { border-color: #AE2490; }
span { border-color: rgb(174,36,144); }
td.TdClassName
{
border-color: #AE2490;
}
.TagClassName
{
border-color: #AE2490;
}
</style>