Shades of Medium Purple #AE70EC
Tints of Medium Purple #AE70EC
RGB
CMYK
RGB Variations
Color information
#AE70EC (or 0xAE70EC) is known color: Medium Purple. HEX triplet: AE, 70 and EC. RGB value is (174,112,236). Sum of RGB (Red+Green+Blue) = 174+112+236=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE70EC is #518F13. Grayscale: #909090. Windows color (decimal): -5345044 or 15495342. OLE color: 15495342.
HSL color Cylindrical-coordinate representation of color #AE70EC: hue angle of 270º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE70EC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 112 | 236 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.07 |
| HSL | 270º | 0.77% | 0.68% | - |
| HSV(B) | 270º | 0.53% | 0.93% | - |
| XYZ | 38.39 | 26.64 | 82.48 | - |
| YUV | 144.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 236 | 0.26 | 0.53 | 0 | 0.07 | 270 | 0.77 | 0.68 |
| Hex | AE | 70 | EC | 1A | 35 | 0 | 7 | 10E | 4D | 44 |
| Octal | 256 | 160 | 354 | 32 | 65 | 0 | 7 | 416 | 115 | 104 |
| Binary | 10101110 | 1110000 | 11101100 | 11010 | 110101 | 0 | 111 | 100001110 | 1001101 | 1000100 |
Color Harmonies of #AE70EC
Complementary color
Monochromatic Colors of #AE70EC
Black with #AE70EC
Text Example
Text Example
White with #AE70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE70EC; }
p { color: rgb(174,112,236); }
H1.HeaderClassName
{
color: #AE70EC;
}
.AnyTagClassName
{
color: #AE70EC;
}
</style>
background-color css
<style>
a { background-color: #AE70EC; }
a { background-color: rgb(174,112,236); }
div.DivClassName
{
background-color: #AE70EC;
}
.BgClassName
{
background-color: #AE70EC;
}
</style>
border-color css
<style>
span { border-color: #AE70EC; }
span { border-color: rgb(174,112,236); }
td.TdClassName
{
border-color: #AE70EC;
}
.TagClassName
{
border-color: #AE70EC;
}
</style>