Shades of Medium Violet Red #AE0D8F
Tints of Medium Violet Red #AE0D8F
RGB
CMYK
RGB Variations
Color information
#AE0D8F (or 0xAE0D8F) is known color: Medium Violet Red. HEX triplet: AE, 0D and 8F. RGB value is (174,13,143). Sum of RGB (Red+Green+Blue) = 174+13+143=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0D8F is #51F270. Grayscale: #4B4B4B. Windows color (decimal): -5370481 or 9375150. OLE color: 9375150.
HSL color Cylindrical-coordinate representation of color #AE0D8F: hue angle of 311.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D8F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 143 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.32 |
| HSL | 311.55º | 0.86% | 0.37% | - |
| HSV(B) | 311.55º | 0.93% | 0.68% | - |
| XYZ | 22.56 | 11.27 | 26.97 | - |
| YUV | 75.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 143 | 0 | 0.93 | 0.18 | 0.32 | 311.55 | 0.86 | 0.37 |
| Hex | AE | D | 8F | 0 | 5D | 12 | 20 | 138 | 56 | 25 |
| Octal | 256 | 15 | 217 | 0 | 135 | 22 | 40 | 470 | 126 | 45 |
| Binary | 10101110 | 1101 | 10001111 | 0 | 1011101 | 10010 | 100000 | 100111000 | 1010110 | 100101 |
Color Harmonies of #AE0D8F
Complementary color
Monochromatic Colors of #AE0D8F
Black with #AE0D8F
Text Example
Text Example
White with #AE0D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D8F; }
p { color: rgb(174,13,143); }
H1.HeaderClassName
{
color: #AE0D8F;
}
.AnyTagClassName
{
color: #AE0D8F;
}
</style>
background-color css
<style>
a { background-color: #AE0D8F; }
a { background-color: rgb(174,13,143); }
div.DivClassName
{
background-color: #AE0D8F;
}
.BgClassName
{
background-color: #AE0D8F;
}
</style>
border-color css
<style>
span { border-color: #AE0D8F; }
span { border-color: rgb(174,13,143); }
td.TdClassName
{
border-color: #AE0D8F;
}
.TagClassName
{
border-color: #AE0D8F;
}
</style>