Shades of Medium Purple #AE73F2
Tints of Medium Purple #AE73F2
RGB
CMYK
RGB Variations
Color information
#AE73F2 (or 0xAE73F2) is known color: Medium Purple. HEX triplet: AE, 73 and F2. RGB value is (174,115,242). Sum of RGB (Red+Green+Blue) = 174+115+242=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE73F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE73F2 is #518C0D. Grayscale: #929292. Windows color (decimal): -5344270 or 15889326. OLE color: 15889326.
HSL color Cylindrical-coordinate representation of color #AE73F2: hue angle of 267.87º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE73F2 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 115 | 242 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.05 |
| HSL | 267.87º | 0.83% | 0.7% | - |
| HSV(B) | 267.87º | 0.52% | 0.95% | - |
| XYZ | 39.61 | 27.67 | 87.26 | - |
| YUV | 147.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 242 | 0.28 | 0.52 | 0 | 0.05 | 267.87 | 0.83 | 0.7 |
| Hex | AE | 73 | F2 | 1C | 34 | 0 | 5 | 10C | 53 | 46 |
| Octal | 256 | 163 | 362 | 34 | 64 | 0 | 5 | 414 | 123 | 106 |
| Binary | 10101110 | 1110011 | 11110010 | 11100 | 110100 | 0 | 101 | 100001100 | 1010011 | 1000110 |
Color Harmonies of #AE73F2
Complementary color
Monochromatic Colors of #AE73F2
Black with #AE73F2
Text Example
Text Example
White with #AE73F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE73F2; }
p { color: rgb(174,115,242); }
H1.HeaderClassName
{
color: #AE73F2;
}
.AnyTagClassName
{
color: #AE73F2;
}
</style>
background-color css
<style>
a { background-color: #AE73F2; }
a { background-color: rgb(174,115,242); }
div.DivClassName
{
background-color: #AE73F2;
}
.BgClassName
{
background-color: #AE73F2;
}
</style>
border-color css
<style>
span { border-color: #AE73F2; }
span { border-color: rgb(174,115,242); }
td.TdClassName
{
border-color: #AE73F2;
}
.TagClassName
{
border-color: #AE73F2;
}
</style>