Shades of Medium Purple #AE5CFE
Tints of Medium Purple #AE5CFE
RGB
CMYK
RGB Variations
Color information
#AE5CFE (or 0xAE5CFE) is known color: Medium Purple. HEX triplet: AE, 5C and FE. RGB value is (174,92,254). Sum of RGB (Red+Green+Blue) = 174+92+254=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE5CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5CFE is #51A301. Grayscale: #868686. Windows color (decimal): -5350146 or 16669870. OLE color: 16669870.
HSL color Cylindrical-coordinate representation of color #AE5CFE: hue angle of 270.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE5CFE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 92 | 254 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.00 |
| HSL | 270.37º | 0.99% | 0.68% | - |
| HSV(B) | 270.37º | 0.64% | 1% | - |
| XYZ | 39.17 | 23.81 | 96.3 | - |
| YUV | 134.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 254 | 0.31 | 0.64 | 0 | 0.00 | 270.37 | 0.99 | 0.68 |
| Hex | AE | 5C | FE | 1F | 40 | 0 | 0 | 10E | 63 | 44 |
| Octal | 256 | 134 | 376 | 37 | 100 | 0 | 0 | 416 | 143 | 104 |
| Binary | 10101110 | 1011100 | 11111110 | 11111 | 1000000 | 0 | 0 | 100001110 | 1100011 | 1000100 |
Color Harmonies of #AE5CFE
Complementary color
Monochromatic Colors of #AE5CFE
Black with #AE5CFE
Text Example
Text Example
White with #AE5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5CFE; }
p { color: rgb(174,92,254); }
H1.HeaderClassName
{
color: #AE5CFE;
}
.AnyTagClassName
{
color: #AE5CFE;
}
</style>
background-color css
<style>
a { background-color: #AE5CFE; }
a { background-color: rgb(174,92,254); }
div.DivClassName
{
background-color: #AE5CFE;
}
.BgClassName
{
background-color: #AE5CFE;
}
</style>
border-color css
<style>
span { border-color: #AE5CFE; }
span { border-color: rgb(174,92,254); }
td.TdClassName
{
border-color: #AE5CFE;
}
.TagClassName
{
border-color: #AE5CFE;
}
</style>