Shades of Medium Red Violet #AE4490
Tints of Medium Red Violet #AE4490
RGB
CMYK
RGB Variations
Color information
#AE4490 (or 0xAE4490) is known color: Medium Red Violet. HEX triplet: AE, 44 and 90. RGB value is (174,68,144). Sum of RGB (Red+Green+Blue) = 174+68+144=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4490 is #51BB6F. Grayscale: #6C6C6C. Windows color (decimal): -5356400 or 9454766. OLE color: 9454766.
HSL color Cylindrical-coordinate representation of color #AE4490: hue angle of 316.98º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4490 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 144 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.32 |
| HSL | 316.98º | 0.44% | 0.47% | - |
| HSV(B) | 316.98º | 0.61% | 0.68% | - |
| XYZ | 24.56 | 15.15 | 28.01 | - |
| YUV | 108.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 144 | 0 | 0.61 | 0.17 | 0.32 | 316.98 | 0.44 | 0.47 |
| Hex | AE | 44 | 90 | 0 | 3D | 11 | 20 | 13D | 2C | 2F |
| Octal | 256 | 104 | 220 | 0 | 75 | 21 | 40 | 475 | 54 | 57 |
| Binary | 10101110 | 1000100 | 10010000 | 0 | 111101 | 10001 | 100000 | 100111101 | 101100 | 101111 |
Color Harmonies of #AE4490
Complementary color
Monochromatic Colors of #AE4490
Black with #AE4490
Text Example
Text Example
White with #AE4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4490; }
p { color: rgb(174,68,144); }
H1.HeaderClassName
{
color: #AE4490;
}
.AnyTagClassName
{
color: #AE4490;
}
</style>
background-color css
<style>
a { background-color: #AE4490; }
a { background-color: rgb(174,68,144); }
div.DivClassName
{
background-color: #AE4490;
}
.BgClassName
{
background-color: #AE4490;
}
</style>
border-color css
<style>
span { border-color: #AE4490; }
span { border-color: rgb(174,68,144); }
td.TdClassName
{
border-color: #AE4490;
}
.TagClassName
{
border-color: #AE4490;
}
</style>