Shades of Medium Purple #AE76E2
Tints of Medium Purple #AE76E2
RGB
CMYK
RGB Variations
Color information
#AE76E2 (or 0xAE76E2) is known color: Medium Purple. HEX triplet: AE, 76 and E2. RGB value is (174,118,226). Sum of RGB (Red+Green+Blue) = 174+118+226=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #AE76E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76E2 is #51891D. Grayscale: #929292. Windows color (decimal): -5343518 or 14841518. OLE color: 14841518.
HSL color Cylindrical-coordinate representation of color #AE76E2: hue angle of 271.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE76E2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 118 | 226 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.11 |
| HSL | 271.11º | 0.65% | 0.67% | - |
| HSV(B) | 271.11º | 0.48% | 0.89% | - |
| XYZ | 37.66 | 27.45 | 75.26 | - |
| YUV | 147.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 226 | 0.23 | 0.48 | 0 | 0.11 | 271.11 | 0.65 | 0.67 |
| Hex | AE | 76 | E2 | 17 | 30 | 0 | B | 10F | 41 | 43 |
| Octal | 256 | 166 | 342 | 27 | 60 | 0 | 13 | 417 | 101 | 103 |
| Binary | 10101110 | 1110110 | 11100010 | 10111 | 110000 | 0 | 1011 | 100001111 | 1000001 | 1000011 |
Color Harmonies of #AE76E2
Complementary color
Monochromatic Colors of #AE76E2
Black with #AE76E2
Text Example
Text Example
White with #AE76E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE76E2; }
p { color: rgb(174,118,226); }
H1.HeaderClassName
{
color: #AE76E2;
}
.AnyTagClassName
{
color: #AE76E2;
}
</style>
background-color css
<style>
a { background-color: #AE76E2; }
a { background-color: rgb(174,118,226); }
div.DivClassName
{
background-color: #AE76E2;
}
.BgClassName
{
background-color: #AE76E2;
}
</style>
border-color css
<style>
span { border-color: #AE76E2; }
span { border-color: rgb(174,118,226); }
td.TdClassName
{
border-color: #AE76E2;
}
.TagClassName
{
border-color: #AE76E2;
}
</style>