Shades of Medium Purple #AA5EFB
Tints of Medium Purple #AA5EFB
RGB
CMYK
RGB Variations
Color information
#AA5EFB (or 0xAA5EFB) is known color: Medium Purple. HEX triplet: AA, 5E and FB. RGB value is (170,94,251). Sum of RGB (Red+Green+Blue) = 170+94+251=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA5EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFB is #55A104. Grayscale: #868686. Windows color (decimal): -5611781 or 16473770. OLE color: 16473770.
HSL color Cylindrical-coordinate representation of color #AA5EFB: hue angle of 269.04º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5EFB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 94 | 251 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.02 |
| HSL | 269.04º | 0.95% | 0.68% | - |
| HSV(B) | 269.04º | 0.63% | 0.98% | - |
| XYZ | 37.99 | 23.52 | 93.8 | - |
| YUV | 134.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 251 | 0.32 | 0.63 | 0 | 0.02 | 269.04 | 0.95 | 0.68 |
| Hex | AA | 5E | FB | 20 | 3F | 0 | 2 | 10D | 5F | 44 |
| Octal | 252 | 136 | 373 | 40 | 77 | 0 | 2 | 415 | 137 | 104 |
| Binary | 10101010 | 1011110 | 11111011 | 100000 | 111111 | 0 | 10 | 100001101 | 1011111 | 1000100 |
Color Harmonies of #AA5EFB
Complementary color
Monochromatic Colors of #AA5EFB
Black with #AA5EFB
Text Example
Text Example
White with #AA5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EFB; }
p { color: rgb(170,94,251); }
H1.HeaderClassName
{
color: #AA5EFB;
}
.AnyTagClassName
{
color: #AA5EFB;
}
</style>
background-color css
<style>
a { background-color: #AA5EFB; }
a { background-color: rgb(170,94,251); }
div.DivClassName
{
background-color: #AA5EFB;
}
.BgClassName
{
background-color: #AA5EFB;
}
</style>
border-color css
<style>
span { border-color: #AA5EFB; }
span { border-color: rgb(170,94,251); }
td.TdClassName
{
border-color: #AA5EFB;
}
.TagClassName
{
border-color: #AA5EFB;
}
</style>