Shades of Medium Violet Red #AE0A7B
Tints of Medium Violet Red #AE0A7B
RGB
CMYK
RGB Variations
Color information
#AE0A7B (or 0xAE0A7B) is known color: Medium Violet Red. HEX triplet: AE, 0A and 7B. RGB value is (174,10,123). Sum of RGB (Red+Green+Blue) = 174+10+123=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0A7B is #51F584. Grayscale: #474747. Windows color (decimal): -5371269 or 8063662. OLE color: 8063662.
HSL color Cylindrical-coordinate representation of color #AE0A7B: hue angle of 318.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0A7B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 123 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.32 |
| HSL | 318.66º | 0.89% | 0.36% | - |
| HSV(B) | 318.66º | 0.94% | 0.68% | - |
| XYZ | 21.14 | 10.65 | 19.68 | - |
| YUV | 71.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 123 | 0 | 0.94 | 0.29 | 0.32 | 318.66 | 0.89 | 0.36 |
| Hex | AE | A | 7B | 0 | 5E | 1D | 20 | 13F | 59 | 24 |
| Octal | 256 | 12 | 173 | 0 | 136 | 35 | 40 | 477 | 131 | 44 |
| Binary | 10101110 | 1010 | 1111011 | 0 | 1011110 | 11101 | 100000 | 100111111 | 1011001 | 100100 |
Color Harmonies of #AE0A7B
Complementary color
Monochromatic Colors of #AE0A7B
Black with #AE0A7B
Text Example
Text Example
White with #AE0A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0A7B; }
p { color: rgb(174,10,123); }
H1.HeaderClassName
{
color: #AE0A7B;
}
.AnyTagClassName
{
color: #AE0A7B;
}
</style>
background-color css
<style>
a { background-color: #AE0A7B; }
a { background-color: rgb(174,10,123); }
div.DivClassName
{
background-color: #AE0A7B;
}
.BgClassName
{
background-color: #AE0A7B;
}
</style>
border-color css
<style>
span { border-color: #AE0A7B; }
span { border-color: rgb(174,10,123); }
td.TdClassName
{
border-color: #AE0A7B;
}
.TagClassName
{
border-color: #AE0A7B;
}
</style>