Shades of Medium Red Violet #AE408C
Tints of Medium Red Violet #AE408C
RGB
CMYK
RGB Variations
Color information
#AE408C (or 0xAE408C) is known color: Medium Red Violet. HEX triplet: AE, 40 and 8C. RGB value is (174,64,140). Sum of RGB (Red+Green+Blue) = 174+64+140=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE408C is #51BF73. Grayscale: #696969. Windows color (decimal): -5357428 or 9191598. OLE color: 9191598.
HSL color Cylindrical-coordinate representation of color #AE408C: hue angle of 318.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE408C is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 140 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.32 |
| HSL | 318.55º | 0.46% | 0.47% | - |
| HSV(B) | 318.55º | 0.63% | 0.68% | - |
| XYZ | 24.02 | 14.56 | 26.35 | - |
| YUV | 105.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 140 | 0 | 0.63 | 0.20 | 0.32 | 318.55 | 0.46 | 0.47 |
| Hex | AE | 40 | 8C | 0 | 3F | 14 | 20 | 13F | 2E | 2F |
| Octal | 256 | 100 | 214 | 0 | 77 | 24 | 40 | 477 | 56 | 57 |
| Binary | 10101110 | 1000000 | 10001100 | 0 | 111111 | 10100 | 100000 | 100111111 | 101110 | 101111 |
Color Harmonies of #AE408C
Complementary color
Monochromatic Colors of #AE408C
Black with #AE408C
Text Example
Text Example
White with #AE408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE408C; }
p { color: rgb(174,64,140); }
H1.HeaderClassName
{
color: #AE408C;
}
.AnyTagClassName
{
color: #AE408C;
}
</style>
background-color css
<style>
a { background-color: #AE408C; }
a { background-color: rgb(174,64,140); }
div.DivClassName
{
background-color: #AE408C;
}
.BgClassName
{
background-color: #AE408C;
}
</style>
border-color css
<style>
span { border-color: #AE408C; }
span { border-color: rgb(174,64,140); }
td.TdClassName
{
border-color: #AE408C;
}
.TagClassName
{
border-color: #AE408C;
}
</style>