Shades of Medium Violet Red #AE0A8A
Tints of Medium Violet Red #AE0A8A
RGB
CMYK
RGB Variations
Color information
#AE0A8A (or 0xAE0A8A) is known color: Medium Violet Red. HEX triplet: AE, 0A and 8A. RGB value is (174,10,138). Sum of RGB (Red+Green+Blue) = 174+10+138=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0A8A is #51F575. Grayscale: #494949. Windows color (decimal): -5371254 or 9046702. OLE color: 9046702.
HSL color Cylindrical-coordinate representation of color #AE0A8A: hue angle of 313.17º 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 #AE0A8A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.32 |
| HSL | 313.17º | 0.89% | 0.36% | - |
| HSV(B) | 313.17º | 0.94% | 0.68% | - |
| XYZ | 22.15 | 11.05 | 25.01 | - |
| YUV | 73.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 138 | 0 | 0.94 | 0.21 | 0.32 | 313.17 | 0.89 | 0.36 |
| Hex | AE | A | 8A | 0 | 5E | 15 | 20 | 139 | 59 | 24 |
| Octal | 256 | 12 | 212 | 0 | 136 | 25 | 40 | 471 | 131 | 44 |
| Binary | 10101110 | 1010 | 10001010 | 0 | 1011110 | 10101 | 100000 | 100111001 | 1011001 | 100100 |
Color Harmonies of #AE0A8A
Complementary color
Monochromatic Colors of #AE0A8A
Black with #AE0A8A
Text Example
Text Example
White with #AE0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0A8A; }
p { color: rgb(174,10,138); }
H1.HeaderClassName
{
color: #AE0A8A;
}
.AnyTagClassName
{
color: #AE0A8A;
}
</style>
background-color css
<style>
a { background-color: #AE0A8A; }
a { background-color: rgb(174,10,138); }
div.DivClassName
{
background-color: #AE0A8A;
}
.BgClassName
{
background-color: #AE0A8A;
}
</style>
border-color css
<style>
span { border-color: #AE0A8A; }
span { border-color: rgb(174,10,138); }
td.TdClassName
{
border-color: #AE0A8A;
}
.TagClassName
{
border-color: #AE0A8A;
}
</style>