Shades of Medium Purple #AE5CFF
Tints of Medium Purple #AE5CFF
RGB
CMYK
RGB Variations
Color information
#AE5CFF (or 0xAE5CFF) is known color: Medium Purple. HEX triplet: AE, 5C and FF. RGB value is (174,92,255). Sum of RGB (Red+Green+Blue) = 174+92+255=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5CFF is #51A300. Grayscale: #868686. Windows color (decimal): -5350145 or 16735406. OLE color: 16735406.
HSL color Cylindrical-coordinate representation of color #AE5CFF: hue angle of 270.18º 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 #AE5CFF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 92 | 255 | - |
| CMYK | 0.32 | 0.64 | 0 | 0 |
| HSL | 270.18º | 1% | 0.68% | - |
| HSV(B) | 270.18º | 0.64% | 1% | - |
| XYZ | 39.33 | 23.87 | 97.14 | - |
| YUV | 135.1 | 195.67 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 255 | 0.32 | 0.64 | 0 | 0 | 270.18 | 1 | 0.68 |
| Hex | AE | 5C | FF | 20 | 40 | 0 | 0 | 10E | 64 | 44 |
| Octal | 256 | 134 | 377 | 40 | 100 | 0 | 0 | 416 | 144 | 104 |
| Binary | 10101110 | 1011100 | 11111111 | 100000 | 1000000 | 0 | 0 | 100001110 | 1100100 | 1000100 |
Color Harmonies of #AE5CFF
Complementary color
Monochromatic Colors of #AE5CFF
Black with #AE5CFF
Text Example
Text Example
White with #AE5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CFF; }
p { color: rgb(174,92,255); }
H1.HeaderClassName
{
color: #AE5CFF;
}
.AnyTagClassName
{
color: #AE5CFF;
}
</style>
background-color css
<style>
a { background-color: #AE5CFF; }
a { background-color: rgb(174,92,255); }
div.DivClassName
{
background-color: #AE5CFF;
}
.BgClassName
{
background-color: #AE5CFF;
}
</style>
border-color css
<style>
span { border-color: #AE5CFF; }
span { border-color: rgb(174,92,255); }
td.TdClassName
{
border-color: #AE5CFF;
}
.TagClassName
{
border-color: #AE5CFF;
}
</style>