Shades of Medium Violet Red #AE0686
Tints of Medium Violet Red #AE0686
RGB
CMYK
RGB Variations
Color information
#AE0686 (or 0xAE0686) is known color: Medium Violet Red. HEX triplet: AE, 06 and 86. RGB value is (174,6,134). Sum of RGB (Red+Green+Blue) = 174+6+134=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0686 is #51F979. Grayscale: #464646. Windows color (decimal): -5372282 or 8783534. OLE color: 8783534.
HSL color Cylindrical-coordinate representation of color #AE0686: hue angle of 314.29º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0686 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.32 |
| HSL | 314.29º | 0.93% | 0.35% | - |
| HSV(B) | 314.29º | 0.97% | 0.68% | - |
| XYZ | 21.82 | 10.85 | 23.5 | - |
| YUV | 70.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 6 | 134 | 0 | 0.97 | 0.23 | 0.32 | 314.29 | 0.93 | 0.35 |
| Hex | AE | 6 | 86 | 0 | 61 | 17 | 20 | 13A | 5D | 23 |
| Octal | 256 | 6 | 206 | 0 | 141 | 27 | 40 | 472 | 135 | 43 |
| Binary | 10101110 | 110 | 10000110 | 0 | 1100001 | 10111 | 100000 | 100111010 | 1011101 | 100011 |
Color Harmonies of #AE0686
Complementary color
Monochromatic Colors of #AE0686
Black with #AE0686
Text Example
Text Example
White with #AE0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0686; }
p { color: rgb(174,6,134); }
H1.HeaderClassName
{
color: #AE0686;
}
.AnyTagClassName
{
color: #AE0686;
}
</style>
background-color css
<style>
a { background-color: #AE0686; }
a { background-color: rgb(174,6,134); }
div.DivClassName
{
background-color: #AE0686;
}
.BgClassName
{
background-color: #AE0686;
}
</style>
border-color css
<style>
span { border-color: #AE0686; }
span { border-color: rgb(174,6,134); }
td.TdClassName
{
border-color: #AE0686;
}
.TagClassName
{
border-color: #AE0686;
}
</style>