Shades of Medium Purple #AE5BFE
Tints of Medium Purple #AE5BFE
RGB
CMYK
RGB Variations
Color information
#AE5BFE (or 0xAE5BFE) is known color: Medium Purple. HEX triplet: AE, 5B and FE. RGB value is (174,91,254). Sum of RGB (Red+Green+Blue) = 174+91+254=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE5BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5BFE is #51A401. Grayscale: #858585. Windows color (decimal): -5350402 or 16669614. OLE color: 16669614.
HSL color Cylindrical-coordinate representation of color #AE5BFE: hue angle of 270.55º 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 #AE5BFE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 91 | 254 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.00 |
| HSL | 270.55º | 0.99% | 0.68% | - |
| HSV(B) | 270.55º | 0.64% | 1% | - |
| XYZ | 39.09 | 23.64 | 96.27 | - |
| YUV | 134.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 91 | 254 | 0.31 | 0.64 | 0 | 0.00 | 270.55 | 0.99 | 0.68 |
| Hex | AE | 5B | FE | 1F | 40 | 0 | 0 | 10F | 63 | 44 |
| Octal | 256 | 133 | 376 | 37 | 100 | 0 | 0 | 417 | 143 | 104 |
| Binary | 10101110 | 1011011 | 11111110 | 11111 | 1000000 | 0 | 0 | 100001111 | 1100011 | 1000100 |
Color Harmonies of #AE5BFE
Complementary color
Monochromatic Colors of #AE5BFE
Black with #AE5BFE
Text Example
Text Example
White with #AE5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5BFE; }
p { color: rgb(174,91,254); }
H1.HeaderClassName
{
color: #AE5BFE;
}
.AnyTagClassName
{
color: #AE5BFE;
}
</style>
background-color css
<style>
a { background-color: #AE5BFE; }
a { background-color: rgb(174,91,254); }
div.DivClassName
{
background-color: #AE5BFE;
}
.BgClassName
{
background-color: #AE5BFE;
}
</style>
border-color css
<style>
span { border-color: #AE5BFE; }
span { border-color: rgb(174,91,254); }
td.TdClassName
{
border-color: #AE5BFE;
}
.TagClassName
{
border-color: #AE5BFE;
}
</style>