Shades of Medium Purple #AE5BFF
Tints of Medium Purple #AE5BFF
RGB
CMYK
RGB Variations
Color information
#AE5BFF (or 0xAE5BFF) is known color: Medium Purple. HEX triplet: AE, 5B and FF. RGB value is (174,91,255). Sum of RGB (Red+Green+Blue) = 174+91+255=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5BFF is #51A400. Grayscale: #858585. Windows color (decimal): -5350401 or 16735150. OLE color: 16735150.
HSL color Cylindrical-coordinate representation of color #AE5BFF: hue angle of 270.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE5BFF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 91 | 255 | - |
| CMYK | 0.32 | 0.64 | 0 | 0 |
| HSL | 270.37º | 1% | 0.68% | - |
| HSV(B) | 270.37º | 0.64% | 1% | - |
| XYZ | 39.25 | 23.7 | 97.11 | - |
| YUV | 134.51 | 196 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 91 | 255 | 0.32 | 0.64 | 0 | 0 | 270.37 | 1 | 0.68 |
| Hex | AE | 5B | FF | 20 | 40 | 0 | 0 | 10E | 64 | 44 |
| Octal | 256 | 133 | 377 | 40 | 100 | 0 | 0 | 416 | 144 | 104 |
| Binary | 10101110 | 1011011 | 11111111 | 100000 | 1000000 | 0 | 0 | 100001110 | 1100100 | 1000100 |
Color Harmonies of #AE5BFF
Complementary color
Monochromatic Colors of #AE5BFF
Black with #AE5BFF
Text Example
Text Example
White with #AE5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5BFF; }
p { color: rgb(174,91,255); }
H1.HeaderClassName
{
color: #AE5BFF;
}
.AnyTagClassName
{
color: #AE5BFF;
}
</style>
background-color css
<style>
a { background-color: #AE5BFF; }
a { background-color: rgb(174,91,255); }
div.DivClassName
{
background-color: #AE5BFF;
}
.BgClassName
{
background-color: #AE5BFF;
}
</style>
border-color css
<style>
span { border-color: #AE5BFF; }
span { border-color: rgb(174,91,255); }
td.TdClassName
{
border-color: #AE5BFF;
}
.TagClassName
{
border-color: #AE5BFF;
}
</style>