Shades of Medium Purple #AE68F0
Tints of Medium Purple #AE68F0
RGB
CMYK
RGB Variations
Color information
#AE68F0 (or 0xAE68F0) is known color: Medium Purple. HEX triplet: AE, 68 and F0. RGB value is (174,104,240). Sum of RGB (Red+Green+Blue) = 174+104+240=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE68F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68F0 is #51970F. Grayscale: #8B8B8B. Windows color (decimal): -5347088 or 15755438. OLE color: 15755438.
HSL color Cylindrical-coordinate representation of color #AE68F0: hue angle of 270.88º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE68F0 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 104 | 240 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.06 |
| HSL | 270.88º | 0.82% | 0.67% | - |
| HSV(B) | 270.88º | 0.57% | 0.94% | - |
| XYZ | 38.13 | 25.19 | 85.29 | - |
| YUV | 140.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 240 | 0.28 | 0.57 | 0 | 0.06 | 270.88 | 0.82 | 0.67 |
| Hex | AE | 68 | F0 | 1C | 39 | 0 | 6 | 10F | 52 | 43 |
| Octal | 256 | 150 | 360 | 34 | 71 | 0 | 6 | 417 | 122 | 103 |
| Binary | 10101110 | 1101000 | 11110000 | 11100 | 111001 | 0 | 110 | 100001111 | 1010010 | 1000011 |
Color Harmonies of #AE68F0
Complementary color
Monochromatic Colors of #AE68F0
Black with #AE68F0
Text Example
Text Example
White with #AE68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE68F0; }
p { color: rgb(174,104,240); }
H1.HeaderClassName
{
color: #AE68F0;
}
.AnyTagClassName
{
color: #AE68F0;
}
</style>
background-color css
<style>
a { background-color: #AE68F0; }
a { background-color: rgb(174,104,240); }
div.DivClassName
{
background-color: #AE68F0;
}
.BgClassName
{
background-color: #AE68F0;
}
</style>
border-color css
<style>
span { border-color: #AE68F0; }
span { border-color: rgb(174,104,240); }
td.TdClassName
{
border-color: #AE68F0;
}
.TagClassName
{
border-color: #AE68F0;
}
</style>