Shades of Medium Purple #AA5EFE
Tints of Medium Purple #AA5EFE
RGB
CMYK
RGB Variations
Color information
#AA5EFE (or 0xAA5EFE) is known color: Medium Purple. HEX triplet: AA, 5E and FE. RGB value is (170,94,254). Sum of RGB (Red+Green+Blue) = 170+94+254=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFE is #55A101. Grayscale: #868686. Windows color (decimal): -5611778 or 16670378. OLE color: 16670378.
HSL color Cylindrical-coordinate representation of color #AA5EFE: hue angle of 268.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5EFE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 94 | 254 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.00 |
| HSL | 268.5º | 0.99% | 0.68% | - |
| HSV(B) | 268.5º | 0.63% | 1% | - |
| XYZ | 38.47 | 23.71 | 96.31 | - |
| YUV | 134.96 | 195.18 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 254 | 0.33 | 0.63 | 0 | 0.00 | 268.5 | 0.99 | 0.68 |
| Hex | AA | 5E | FE | 21 | 3F | 0 | 0 | 10C | 63 | 44 |
| Octal | 252 | 136 | 376 | 41 | 77 | 0 | 0 | 414 | 143 | 104 |
| Binary | 10101010 | 1011110 | 11111110 | 100001 | 111111 | 0 | 0 | 100001100 | 1100011 | 1000100 |
Color Harmonies of #AA5EFE
Complementary color
Monochromatic Colors of #AA5EFE
Black with #AA5EFE
Text Example
Text Example
White with #AA5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EFE; }
p { color: rgb(170,94,254); }
H1.HeaderClassName
{
color: #AA5EFE;
}
.AnyTagClassName
{
color: #AA5EFE;
}
</style>
background-color css
<style>
a { background-color: #AA5EFE; }
a { background-color: rgb(170,94,254); }
div.DivClassName
{
background-color: #AA5EFE;
}
.BgClassName
{
background-color: #AA5EFE;
}
</style>
border-color css
<style>
span { border-color: #AA5EFE; }
span { border-color: rgb(170,94,254); }
td.TdClassName
{
border-color: #AA5EFE;
}
.TagClassName
{
border-color: #AA5EFE;
}
</style>