Shades of Medium Violet Red #AE0E8B
Tints of Medium Violet Red #AE0E8B
RGB
CMYK
RGB Variations
Color information
#AE0E8B (or 0xAE0E8B) is known color: Medium Violet Red. HEX triplet: AE, 0E and 8B. RGB value is (174,14,139). Sum of RGB (Red+Green+Blue) = 174+14+139=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0E8B is #51F174. Grayscale: #4B4B4B. Windows color (decimal): -5370229 or 9113262. OLE color: 9113262.
HSL color Cylindrical-coordinate representation of color #AE0E8B: hue angle of 313.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0E8B is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 14 | 139 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.32 |
| HSL | 313.13º | 0.85% | 0.37% | - |
| HSV(B) | 313.13º | 0.92% | 0.68% | - |
| XYZ | 22.27 | 11.18 | 25.41 | - |
| YUV | 76.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 139 | 0 | 0.92 | 0.20 | 0.32 | 313.13 | 0.85 | 0.37 |
| Hex | AE | E | 8B | 0 | 5C | 14 | 20 | 139 | 55 | 25 |
| Octal | 256 | 16 | 213 | 0 | 134 | 24 | 40 | 471 | 125 | 45 |
| Binary | 10101110 | 1110 | 10001011 | 0 | 1011100 | 10100 | 100000 | 100111001 | 1010101 | 100101 |
Color Harmonies of #AE0E8B
Complementary color
Monochromatic Colors of #AE0E8B
Black with #AE0E8B
Text Example
Text Example
White with #AE0E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0E8B; }
p { color: rgb(174,14,139); }
H1.HeaderClassName
{
color: #AE0E8B;
}
.AnyTagClassName
{
color: #AE0E8B;
}
</style>
background-color css
<style>
a { background-color: #AE0E8B; }
a { background-color: rgb(174,14,139); }
div.DivClassName
{
background-color: #AE0E8B;
}
.BgClassName
{
background-color: #AE0E8B;
}
</style>
border-color css
<style>
span { border-color: #AE0E8B; }
span { border-color: rgb(174,14,139); }
td.TdClassName
{
border-color: #AE0E8B;
}
.TagClassName
{
border-color: #AE0E8B;
}
</style>