Shades of Medium Purple #AE76EC
Tints of Medium Purple #AE76EC
RGB
CMYK
RGB Variations
Color information
#AE76EC (or 0xAE76EC) is known color: Medium Purple. HEX triplet: AE, 76 and EC. RGB value is (174,118,236). Sum of RGB (Red+Green+Blue) = 174+118+236=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE76EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE76EC is #518913. Grayscale: #939393. Windows color (decimal): -5343508 or 15496878. OLE color: 15496878.
HSL color Cylindrical-coordinate representation of color #AE76EC: hue angle of 268.47º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE76EC is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 118 | 236 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.07 |
| HSL | 268.47º | 0.76% | 0.69% | - |
| HSV(B) | 268.47º | 0.5% | 0.93% | - |
| XYZ | 39.07 | 28.01 | 82.7 | - |
| YUV | 148.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 236 | 0.26 | 0.5 | 0 | 0.07 | 268.47 | 0.76 | 0.69 |
| Hex | AE | 76 | EC | 1A | 32 | 0 | 7 | 10C | 4C | 45 |
| Octal | 256 | 166 | 354 | 32 | 62 | 0 | 7 | 414 | 114 | 105 |
| Binary | 10101110 | 1110110 | 11101100 | 11010 | 110010 | 0 | 111 | 100001100 | 1001100 | 1000101 |
Color Harmonies of #AE76EC
Complementary color
Monochromatic Colors of #AE76EC
Black with #AE76EC
Text Example
Text Example
White with #AE76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE76EC; }
p { color: rgb(174,118,236); }
H1.HeaderClassName
{
color: #AE76EC;
}
.AnyTagClassName
{
color: #AE76EC;
}
</style>
background-color css
<style>
a { background-color: #AE76EC; }
a { background-color: rgb(174,118,236); }
div.DivClassName
{
background-color: #AE76EC;
}
.BgClassName
{
background-color: #AE76EC;
}
</style>
border-color css
<style>
span { border-color: #AE76EC; }
span { border-color: rgb(174,118,236); }
td.TdClassName
{
border-color: #AE76EC;
}
.TagClassName
{
border-color: #AE76EC;
}
</style>