Shades of Medium Purple #AE68F9
Tints of Medium Purple #AE68F9
RGB
CMYK
RGB Variations
Color information
#AE68F9 (or 0xAE68F9) is known color: Medium Purple. HEX triplet: AE, 68 and F9. RGB value is (174,104,249). Sum of RGB (Red+Green+Blue) = 174+104+249=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #AE68F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68F9 is #519706. Grayscale: #8C8C8C. Windows color (decimal): -5347079 or 16345262. OLE color: 16345262.
HSL color Cylindrical-coordinate representation of color #AE68F9: hue angle of 268.97º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE68F9 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 104 | 249 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.02 |
| HSL | 268.97º | 0.92% | 0.69% | - |
| HSV(B) | 268.97º | 0.58% | 0.98% | - |
| XYZ | 39.5 | 25.74 | 92.51 | - |
| YUV | 141.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 249 | 0.30 | 0.58 | 0 | 0.02 | 268.97 | 0.92 | 0.69 |
| Hex | AE | 68 | F9 | 1E | 3A | 0 | 2 | 10D | 5C | 45 |
| Octal | 256 | 150 | 371 | 36 | 72 | 0 | 2 | 415 | 134 | 105 |
| Binary | 10101110 | 1101000 | 11111001 | 11110 | 111010 | 0 | 10 | 100001101 | 1011100 | 1000101 |
Color Harmonies of #AE68F9
Complementary color
Monochromatic Colors of #AE68F9
Black with #AE68F9
Text Example
Text Example
White with #AE68F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68F9; }
p { color: rgb(174,104,249); }
H1.HeaderClassName
{
color: #AE68F9;
}
.AnyTagClassName
{
color: #AE68F9;
}
</style>
background-color css
<style>
a { background-color: #AE68F9; }
a { background-color: rgb(174,104,249); }
div.DivClassName
{
background-color: #AE68F9;
}
.BgClassName
{
background-color: #AE68F9;
}
</style>
border-color css
<style>
span { border-color: #AE68F9; }
span { border-color: rgb(174,104,249); }
td.TdClassName
{
border-color: #AE68F9;
}
.TagClassName
{
border-color: #AE68F9;
}
</style>