Shades of Medium Violet Red #AE0F7A
Tints of Medium Violet Red #AE0F7A
RGB
CMYK
RGB Variations
Color information
#AE0F7A (or 0xAE0F7A) is known color: Medium Violet Red. HEX triplet: AE, 0F and 7A. RGB value is (174,15,122). Sum of RGB (Red+Green+Blue) = 174+15+122=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F7A is #51F085. Grayscale: #4A4A4A. Windows color (decimal): -5369990 or 7999406. OLE color: 7999406.
HSL color Cylindrical-coordinate representation of color #AE0F7A: hue angle of 319.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F7A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 122 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.32 |
| HSL | 319.62º | 0.84% | 0.37% | - |
| HSV(B) | 319.62º | 0.91% | 0.68% | - |
| XYZ | 21.14 | 10.75 | 19.37 | - |
| YUV | 74.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 122 | 0 | 0.91 | 0.30 | 0.32 | 319.62 | 0.84 | 0.37 |
| Hex | AE | F | 7A | 0 | 5B | 1E | 20 | 140 | 54 | 25 |
| Octal | 256 | 17 | 172 | 0 | 133 | 36 | 40 | 500 | 124 | 45 |
| Binary | 10101110 | 1111 | 1111010 | 0 | 1011011 | 11110 | 100000 | 101000000 | 1010100 | 100101 |
Color Harmonies of #AE0F7A
Complementary color
Monochromatic Colors of #AE0F7A
Black with #AE0F7A
Text Example
Text Example
White with #AE0F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F7A; }
p { color: rgb(174,15,122); }
H1.HeaderClassName
{
color: #AE0F7A;
}
.AnyTagClassName
{
color: #AE0F7A;
}
</style>
background-color css
<style>
a { background-color: #AE0F7A; }
a { background-color: rgb(174,15,122); }
div.DivClassName
{
background-color: #AE0F7A;
}
.BgClassName
{
background-color: #AE0F7A;
}
</style>
border-color css
<style>
span { border-color: #AE0F7A; }
span { border-color: rgb(174,15,122); }
td.TdClassName
{
border-color: #AE0F7A;
}
.TagClassName
{
border-color: #AE0F7A;
}
</style>