Shades of Medium Red Violet #AE2686
Tints of Medium Red Violet #AE2686
RGB
CMYK
RGB Variations
Color information
#AE2686 (or 0xAE2686) is known color: Medium Red Violet. HEX triplet: AE, 26 and 86. RGB value is (174,38,134). Sum of RGB (Red+Green+Blue) = 174+38+134=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2686 is #51D979. Grayscale: #595959. Windows color (decimal): -5364090 or 8791726. OLE color: 8791726.
HSL color Cylindrical-coordinate representation of color #AE2686: hue angle of 317.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2686 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 134 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.32 |
| HSL | 317.65º | 0.64% | 0.42% | - |
| HSV(B) | 317.65º | 0.78% | 0.68% | - |
| XYZ | 22.45 | 12.11 | 23.71 | - |
| YUV | 89.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 134 | 0 | 0.78 | 0.23 | 0.32 | 317.65 | 0.64 | 0.42 |
| Hex | AE | 26 | 86 | 0 | 4E | 17 | 20 | 13E | 40 | 2A |
| Octal | 256 | 46 | 206 | 0 | 116 | 27 | 40 | 476 | 100 | 52 |
| Binary | 10101110 | 100110 | 10000110 | 0 | 1001110 | 10111 | 100000 | 100111110 | 1000000 | 101010 |
Color Harmonies of #AE2686
Complementary color
Monochromatic Colors of #AE2686
Black with #AE2686
Text Example
Text Example
White with #AE2686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2686; }
p { color: rgb(174,38,134); }
H1.HeaderClassName
{
color: #AE2686;
}
.AnyTagClassName
{
color: #AE2686;
}
</style>
background-color css
<style>
a { background-color: #AE2686; }
a { background-color: rgb(174,38,134); }
div.DivClassName
{
background-color: #AE2686;
}
.BgClassName
{
background-color: #AE2686;
}
</style>
border-color css
<style>
span { border-color: #AE2686; }
span { border-color: rgb(174,38,134); }
td.TdClassName
{
border-color: #AE2686;
}
.TagClassName
{
border-color: #AE2686;
}
</style>