Shades of Medium Red Violet #AE408B
Tints of Medium Red Violet #AE408B
RGB
CMYK
RGB Variations
Color information
#AE408B (or 0xAE408B) is known color: Medium Red Violet. HEX triplet: AE, 40 and 8B. RGB value is (174,64,139). Sum of RGB (Red+Green+Blue) = 174+64+139=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE408B is #51BF74. Grayscale: #696969. Windows color (decimal): -5357429 or 9126062. OLE color: 9126062.
HSL color Cylindrical-coordinate representation of color #AE408B: hue angle of 319.09º 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 #AE408B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 139 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.32 |
| HSL | 319.09º | 0.46% | 0.47% | - |
| HSV(B) | 319.09º | 0.63% | 0.68% | - |
| XYZ | 23.95 | 14.53 | 25.97 | - |
| YUV | 105.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 139 | 0 | 0.63 | 0.20 | 0.32 | 319.09 | 0.46 | 0.47 |
| Hex | AE | 40 | 8B | 0 | 3F | 14 | 20 | 13F | 2E | 2F |
| Octal | 256 | 100 | 213 | 0 | 77 | 24 | 40 | 477 | 56 | 57 |
| Binary | 10101110 | 1000000 | 10001011 | 0 | 111111 | 10100 | 100000 | 100111111 | 101110 | 101111 |
Color Harmonies of #AE408B
Complementary color
Monochromatic Colors of #AE408B
Black with #AE408B
Text Example
Text Example
White with #AE408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE408B; }
p { color: rgb(174,64,139); }
H1.HeaderClassName
{
color: #AE408B;
}
.AnyTagClassName
{
color: #AE408B;
}
</style>
background-color css
<style>
a { background-color: #AE408B; }
a { background-color: rgb(174,64,139); }
div.DivClassName
{
background-color: #AE408B;
}
.BgClassName
{
background-color: #AE408B;
}
</style>
border-color css
<style>
span { border-color: #AE408B; }
span { border-color: rgb(174,64,139); }
td.TdClassName
{
border-color: #AE408B;
}
.TagClassName
{
border-color: #AE408B;
}
</style>