Shades of Medium Purple #AE73FF
Tints of Medium Purple #AE73FF
RGB
CMYK
RGB Variations
Color information
#AE73FF (or 0xAE73FF) is known color: Medium Purple. HEX triplet: AE, 73 and FF. RGB value is (174,115,255). Sum of RGB (Red+Green+Blue) = 174+115+255=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE73FF is #518C00. Grayscale: #949494. Windows color (decimal): -5344257 or 16741294. OLE color: 16741294.
HSL color Cylindrical-coordinate representation of color #AE73FF: hue angle of 265.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE73FF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 115 | 255 | - |
| CMYK | 0.32 | 0.55 | 0 | 0 |
| HSL | 265.29º | 1% | 0.73% | - |
| HSV(B) | 265.29º | 0.55% | 1% | - |
| XYZ | 41.64 | 28.48 | 97.91 | - |
| YUV | 148.6 | 188.05 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 255 | 0.32 | 0.55 | 0 | 0 | 265.29 | 1 | 0.73 |
| Hex | AE | 73 | FF | 20 | 37 | 0 | 0 | 109 | 64 | 49 |
| Octal | 256 | 163 | 377 | 40 | 67 | 0 | 0 | 411 | 144 | 111 |
| Binary | 10101110 | 1110011 | 11111111 | 100000 | 110111 | 0 | 0 | 100001001 | 1100100 | 1001001 |
Color Harmonies of #AE73FF
Complementary color
Monochromatic Colors of #AE73FF
Black with #AE73FF
Text Example
Text Example
White with #AE73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73FF; }
p { color: rgb(174,115,255); }
H1.HeaderClassName
{
color: #AE73FF;
}
.AnyTagClassName
{
color: #AE73FF;
}
</style>
background-color css
<style>
a { background-color: #AE73FF; }
a { background-color: rgb(174,115,255); }
div.DivClassName
{
background-color: #AE73FF;
}
.BgClassName
{
background-color: #AE73FF;
}
</style>
border-color css
<style>
span { border-color: #AE73FF; }
span { border-color: rgb(174,115,255); }
td.TdClassName
{
border-color: #AE73FF;
}
.TagClassName
{
border-color: #AE73FF;
}
</style>