Shades of Medium Red Violet #AE408D
Tints of Medium Red Violet #AE408D
RGB
CMYK
RGB Variations
Color information
#AE408D (or 0xAE408D) is known color: Medium Red Violet. HEX triplet: AE, 40 and 8D. RGB value is (174,64,141). Sum of RGB (Red+Green+Blue) = 174+64+141=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE408D is #51BF72. Grayscale: #696969. Windows color (decimal): -5357427 or 9257134. OLE color: 9257134.
HSL color Cylindrical-coordinate representation of color #AE408D: hue angle of 318º 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 #AE408D is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 141 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.32 |
| HSL | 318º | 0.46% | 0.47% | - |
| HSV(B) | 318º | 0.63% | 0.68% | - |
| XYZ | 24.1 | 14.59 | 26.75 | - |
| YUV | 105.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 141 | 0 | 0.63 | 0.19 | 0.32 | 318 | 0.46 | 0.47 |
| Hex | AE | 40 | 8D | 0 | 3F | 13 | 20 | 13E | 2E | 2F |
| Octal | 256 | 100 | 215 | 0 | 77 | 23 | 40 | 476 | 56 | 57 |
| Binary | 10101110 | 1000000 | 10001101 | 0 | 111111 | 10011 | 100000 | 100111110 | 101110 | 101111 |
Color Harmonies of #AE408D
Complementary color
Monochromatic Colors of #AE408D
Black with #AE408D
Text Example
Text Example
White with #AE408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE408D; }
p { color: rgb(174,64,141); }
H1.HeaderClassName
{
color: #AE408D;
}
.AnyTagClassName
{
color: #AE408D;
}
</style>
background-color css
<style>
a { background-color: #AE408D; }
a { background-color: rgb(174,64,141); }
div.DivClassName
{
background-color: #AE408D;
}
.BgClassName
{
background-color: #AE408D;
}
</style>
border-color css
<style>
span { border-color: #AE408D; }
span { border-color: rgb(174,64,141); }
td.TdClassName
{
border-color: #AE408D;
}
.TagClassName
{
border-color: #AE408D;
}
</style>