Shades of Medium Violet Red #AE0D9A
Tints of Medium Violet Red #AE0D9A
RGB
CMYK
RGB Variations
Color information
#AE0D9A (or 0xAE0D9A) is known color: Medium Violet Red. HEX triplet: AE, 0D and 9A. RGB value is (174,13,154). Sum of RGB (Red+Green+Blue) = 174+13+154=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0D9A is #51F265. Grayscale: #4C4C4C. Windows color (decimal): -5370470 or 10096046. OLE color: 10096046.
HSL color Cylindrical-coordinate representation of color #AE0D9A: hue angle of 307.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D9A is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 154 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.32 |
| HSL | 307.45º | 0.86% | 0.37% | - |
| HSV(B) | 307.45º | 0.93% | 0.68% | - |
| XYZ | 23.43 | 11.62 | 31.58 | - |
| YUV | 77.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 154 | 0 | 0.93 | 0.11 | 0.32 | 307.45 | 0.86 | 0.37 |
| Hex | AE | D | 9A | 0 | 5D | B | 20 | 133 | 56 | 25 |
| Octal | 256 | 15 | 232 | 0 | 135 | 13 | 40 | 463 | 126 | 45 |
| Binary | 10101110 | 1101 | 10011010 | 0 | 1011101 | 1011 | 100000 | 100110011 | 1010110 | 100101 |
Color Harmonies of #AE0D9A
Complementary color
Monochromatic Colors of #AE0D9A
Black with #AE0D9A
Text Example
Text Example
White with #AE0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D9A; }
p { color: rgb(174,13,154); }
H1.HeaderClassName
{
color: #AE0D9A;
}
.AnyTagClassName
{
color: #AE0D9A;
}
</style>
background-color css
<style>
a { background-color: #AE0D9A; }
a { background-color: rgb(174,13,154); }
div.DivClassName
{
background-color: #AE0D9A;
}
.BgClassName
{
background-color: #AE0D9A;
}
</style>
border-color css
<style>
span { border-color: #AE0D9A; }
span { border-color: rgb(174,13,154); }
td.TdClassName
{
border-color: #AE0D9A;
}
.TagClassName
{
border-color: #AE0D9A;
}
</style>