Shades of Medium Purple #AE74E9
Tints of Medium Purple #AE74E9
RGB
CMYK
RGB Variations
Color information
#AE74E9 (or 0xAE74E9) is known color: Medium Purple. HEX triplet: AE, 74 and E9. RGB value is (174,116,233). Sum of RGB (Red+Green+Blue) = 174+116+233=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE74E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE74E9 is #518B16. Grayscale: #929292. Windows color (decimal): -5344023 or 15299758. OLE color: 15299758.
HSL color Cylindrical-coordinate representation of color #AE74E9: hue angle of 269.74º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE74E9 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 116 | 233 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.09 |
| HSL | 269.74º | 0.73% | 0.68% | - |
| HSV(B) | 269.74º | 0.5% | 0.91% | - |
| XYZ | 38.41 | 27.37 | 80.35 | - |
| YUV | 146.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 233 | 0.25 | 0.50 | 0 | 0.09 | 269.74 | 0.73 | 0.68 |
| Hex | AE | 74 | E9 | 19 | 32 | 0 | 9 | 10E | 49 | 44 |
| Octal | 256 | 164 | 351 | 31 | 62 | 0 | 11 | 416 | 111 | 104 |
| Binary | 10101110 | 1110100 | 11101001 | 11001 | 110010 | 0 | 1001 | 100001110 | 1001001 | 1000100 |
Color Harmonies of #AE74E9
Complementary color
Monochromatic Colors of #AE74E9
Black with #AE74E9
Text Example
Text Example
White with #AE74E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE74E9; }
p { color: rgb(174,116,233); }
H1.HeaderClassName
{
color: #AE74E9;
}
.AnyTagClassName
{
color: #AE74E9;
}
</style>
background-color css
<style>
a { background-color: #AE74E9; }
a { background-color: rgb(174,116,233); }
div.DivClassName
{
background-color: #AE74E9;
}
.BgClassName
{
background-color: #AE74E9;
}
</style>
border-color css
<style>
span { border-color: #AE74E9; }
span { border-color: rgb(174,116,233); }
td.TdClassName
{
border-color: #AE74E9;
}
.TagClassName
{
border-color: #AE74E9;
}
</style>