Shades of Medium Purple #AE70E5
Tints of Medium Purple #AE70E5
RGB
CMYK
RGB Variations
Color information
#AE70E5 (or 0xAE70E5) is known color: Medium Purple. HEX triplet: AE, 70 and E5. RGB value is (174,112,229). Sum of RGB (Red+Green+Blue) = 174+112+229=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70E5 is #518F1A. Grayscale: #8F8F8F. Windows color (decimal): -5345051 or 15036590. OLE color: 15036590.
HSL color Cylindrical-coordinate representation of color #AE70E5: hue angle of 271.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE70E5 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 112 | 229 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.10 |
| HSL | 271.79º | 0.69% | 0.67% | - |
| HSV(B) | 271.79º | 0.51% | 0.9% | - |
| XYZ | 37.39 | 26.24 | 77.22 | - |
| YUV | 143.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 112 | 229 | 0.24 | 0.51 | 0 | 0.10 | 271.79 | 0.69 | 0.67 |
| Hex | AE | 70 | E5 | 18 | 33 | 0 | A | 110 | 45 | 43 |
| Octal | 256 | 160 | 345 | 30 | 63 | 0 | 12 | 420 | 105 | 103 |
| Binary | 10101110 | 1110000 | 11100101 | 11000 | 110011 | 0 | 1010 | 100010000 | 1000101 | 1000011 |
Color Harmonies of #AE70E5
Complementary color
Monochromatic Colors of #AE70E5
Black with #AE70E5
Text Example
Text Example
White with #AE70E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE70E5; }
p { color: rgb(174,112,229); }
H1.HeaderClassName
{
color: #AE70E5;
}
.AnyTagClassName
{
color: #AE70E5;
}
</style>
background-color css
<style>
a { background-color: #AE70E5; }
a { background-color: rgb(174,112,229); }
div.DivClassName
{
background-color: #AE70E5;
}
.BgClassName
{
background-color: #AE70E5;
}
</style>
border-color css
<style>
span { border-color: #AE70E5; }
span { border-color: rgb(174,112,229); }
td.TdClassName
{
border-color: #AE70E5;
}
.TagClassName
{
border-color: #AE70E5;
}
</style>