Shades of Medium Violet Red #AE047F
Tints of Medium Violet Red #AE047F
RGB
CMYK
RGB Variations
Color information
#AE047F (or 0xAE047F) is known color: Medium Violet Red. HEX triplet: AE, 04 and 7F. RGB value is (174,4,127). Sum of RGB (Red+Green+Blue) = 174+4+127=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047F is #51FB80. Grayscale: #444444. Windows color (decimal): -5372801 or 8324270. OLE color: 8324270.
HSL color Cylindrical-coordinate representation of color #AE047F: hue angle of 316.59º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE047F is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.32 |
| HSL | 316.59º | 0.96% | 0.35% | - |
| HSV(B) | 316.59º | 0.98% | 0.68% | - |
| XYZ | 21.33 | 10.62 | 21 | - |
| YUV | 68.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 127 | 0 | 0.98 | 0.27 | 0.32 | 316.59 | 0.96 | 0.35 |
| Hex | AE | 4 | 7F | 0 | 62 | 1B | 20 | 13D | 60 | 23 |
| Octal | 256 | 4 | 177 | 0 | 142 | 33 | 40 | 475 | 140 | 43 |
| Binary | 10101110 | 100 | 1111111 | 0 | 1100010 | 11011 | 100000 | 100111101 | 1100000 | 100011 |
Color Harmonies of #AE047F
Complementary color
Monochromatic Colors of #AE047F
Black with #AE047F
Text Example
Text Example
White with #AE047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE047F; }
p { color: rgb(174,4,127); }
H1.HeaderClassName
{
color: #AE047F;
}
.AnyTagClassName
{
color: #AE047F;
}
</style>
background-color css
<style>
a { background-color: #AE047F; }
a { background-color: rgb(174,4,127); }
div.DivClassName
{
background-color: #AE047F;
}
.BgClassName
{
background-color: #AE047F;
}
</style>
border-color css
<style>
span { border-color: #AE047F; }
span { border-color: rgb(174,4,127); }
td.TdClassName
{
border-color: #AE047F;
}
.TagClassName
{
border-color: #AE047F;
}
</style>