Shades of Medium Purple #AA5EFF
Tints of Medium Purple #AA5EFF
RGB
CMYK
RGB Variations
Color information
#AA5EFF (or 0xAA5EFF) is known color: Medium Purple. HEX triplet: AA, 5E and FF. RGB value is (170,94,255). Sum of RGB (Red+Green+Blue) = 170+94+255=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFF is #55A100. Grayscale: #868686. Windows color (decimal): -5611777 or 16735914. OLE color: 16735914.
HSL color Cylindrical-coordinate representation of color #AA5EFF: hue angle of 268.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5EFF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 94 | 255 | - |
| CMYK | 0.33 | 0.63 | 0 | 0 |
| HSL | 268.32º | 1% | 0.68% | - |
| HSV(B) | 268.32º | 0.63% | 1% | - |
| XYZ | 38.63 | 23.77 | 97.16 | - |
| YUV | 135.08 | 195.68 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 255 | 0.33 | 0.63 | 0 | 0 | 268.32 | 1 | 0.68 |
| Hex | AA | 5E | FF | 21 | 3F | 0 | 0 | 10C | 64 | 44 |
| Octal | 252 | 136 | 377 | 41 | 77 | 0 | 0 | 414 | 144 | 104 |
| Binary | 10101010 | 1011110 | 11111111 | 100001 | 111111 | 0 | 0 | 100001100 | 1100100 | 1000100 |
Color Harmonies of #AA5EFF
Complementary color
Monochromatic Colors of #AA5EFF
Black with #AA5EFF
Text Example
Text Example
White with #AA5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EFF; }
p { color: rgb(170,94,255); }
H1.HeaderClassName
{
color: #AA5EFF;
}
.AnyTagClassName
{
color: #AA5EFF;
}
</style>
background-color css
<style>
a { background-color: #AA5EFF; }
a { background-color: rgb(170,94,255); }
div.DivClassName
{
background-color: #AA5EFF;
}
.BgClassName
{
background-color: #AA5EFF;
}
</style>
border-color css
<style>
span { border-color: #AA5EFF; }
span { border-color: rgb(170,94,255); }
td.TdClassName
{
border-color: #AA5EFF;
}
.TagClassName
{
border-color: #AA5EFF;
}
</style>