Shades of Medium Purple #AE5EFF
Tints of Medium Purple #AE5EFF
RGB
CMYK
RGB Variations
Color information
#AE5EFF (or 0xAE5EFF) is known color: Medium Purple. HEX triplet: AE, 5E and FF. RGB value is (174,94,255). Sum of RGB (Red+Green+Blue) = 174+94+255=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5EFF is #51A100. Grayscale: #878787. Windows color (decimal): -5349633 or 16735918. OLE color: 16735918.
HSL color Cylindrical-coordinate representation of color #AE5EFF: hue angle of 269.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE5EFF is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 94 | 255 | - |
| CMYK | 0.32 | 0.63 | 0 | 0 |
| HSL | 269.81º | 1% | 0.68% | - |
| HSV(B) | 269.81º | 0.63% | 1% | - |
| XYZ | 39.51 | 24.22 | 97.2 | - |
| YUV | 136.27 | 195 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 94 | 255 | 0.32 | 0.63 | 0 | 0 | 269.81 | 1 | 0.68 |
| Hex | AE | 5E | FF | 20 | 3F | 0 | 0 | 10E | 64 | 44 |
| Octal | 256 | 136 | 377 | 40 | 77 | 0 | 0 | 416 | 144 | 104 |
| Binary | 10101110 | 1011110 | 11111111 | 100000 | 111111 | 0 | 0 | 100001110 | 1100100 | 1000100 |
Color Harmonies of #AE5EFF
Complementary color
Monochromatic Colors of #AE5EFF
Black with #AE5EFF
Text Example
Text Example
White with #AE5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5EFF; }
p { color: rgb(174,94,255); }
H1.HeaderClassName
{
color: #AE5EFF;
}
.AnyTagClassName
{
color: #AE5EFF;
}
</style>
background-color css
<style>
a { background-color: #AE5EFF; }
a { background-color: rgb(174,94,255); }
div.DivClassName
{
background-color: #AE5EFF;
}
.BgClassName
{
background-color: #AE5EFF;
}
</style>
border-color css
<style>
span { border-color: #AE5EFF; }
span { border-color: rgb(174,94,255); }
td.TdClassName
{
border-color: #AE5EFF;
}
.TagClassName
{
border-color: #AE5EFF;
}
</style>