Shades of Medium Violet Red #AE0F7B
Tints of Medium Violet Red #AE0F7B
RGB
CMYK
RGB Variations
Color information
#AE0F7B (or 0xAE0F7B) is known color: Medium Violet Red. HEX triplet: AE, 0F and 7B. RGB value is (174,15,123). Sum of RGB (Red+Green+Blue) = 174+15+123=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F7B is #51F084. Grayscale: #4A4A4A. Windows color (decimal): -5369989 or 8064942. OLE color: 8064942.
HSL color Cylindrical-coordinate representation of color #AE0F7B: hue angle of 319.25º 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 #AE0F7B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 123 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.32 |
| HSL | 319.25º | 0.84% | 0.37% | - |
| HSV(B) | 319.25º | 0.91% | 0.68% | - |
| XYZ | 21.2 | 10.77 | 19.7 | - |
| YUV | 74.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 123 | 0 | 0.91 | 0.29 | 0.32 | 319.25 | 0.84 | 0.37 |
| Hex | AE | F | 7B | 0 | 5B | 1D | 20 | 13F | 54 | 25 |
| Octal | 256 | 17 | 173 | 0 | 133 | 35 | 40 | 477 | 124 | 45 |
| Binary | 10101110 | 1111 | 1111011 | 0 | 1011011 | 11101 | 100000 | 100111111 | 1010100 | 100101 |
Color Harmonies of #AE0F7B
Complementary color
Monochromatic Colors of #AE0F7B
Black with #AE0F7B
Text Example
Text Example
White with #AE0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F7B; }
p { color: rgb(174,15,123); }
H1.HeaderClassName
{
color: #AE0F7B;
}
.AnyTagClassName
{
color: #AE0F7B;
}
</style>
background-color css
<style>
a { background-color: #AE0F7B; }
a { background-color: rgb(174,15,123); }
div.DivClassName
{
background-color: #AE0F7B;
}
.BgClassName
{
background-color: #AE0F7B;
}
</style>
border-color css
<style>
span { border-color: #AE0F7B; }
span { border-color: rgb(174,15,123); }
td.TdClassName
{
border-color: #AE0F7B;
}
.TagClassName
{
border-color: #AE0F7B;
}
</style>