Shades of Medium Purple #AA5EFC
Tints of Medium Purple #AA5EFC
RGB
CMYK
RGB Variations
Color information
#AA5EFC (or 0xAA5EFC) is known color: Medium Purple. HEX triplet: AA, 5E and FC. RGB value is (170,94,252). Sum of RGB (Red+Green+Blue) = 170+94+252=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA5EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFC is #55A103. Grayscale: #868686. Windows color (decimal): -5611780 or 16539306. OLE color: 16539306.
HSL color Cylindrical-coordinate representation of color #AA5EFC: hue angle of 268.86º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5EFC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 94 | 252 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.01 |
| HSL | 268.86º | 0.96% | 0.68% | - |
| HSV(B) | 268.86º | 0.63% | 0.99% | - |
| XYZ | 38.15 | 23.58 | 94.64 | - |
| YUV | 134.74 | 194.18 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 252 | 0.33 | 0.63 | 0 | 0.01 | 268.86 | 0.96 | 0.68 |
| Hex | AA | 5E | FC | 21 | 3F | 0 | 1 | 10D | 60 | 44 |
| Octal | 252 | 136 | 374 | 41 | 77 | 0 | 1 | 415 | 140 | 104 |
| Binary | 10101010 | 1011110 | 11111100 | 100001 | 111111 | 0 | 1 | 100001101 | 1100000 | 1000100 |
Color Harmonies of #AA5EFC
Complementary color
Monochromatic Colors of #AA5EFC
Black with #AA5EFC
Text Example
Text Example
White with #AA5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EFC; }
p { color: rgb(170,94,252); }
H1.HeaderClassName
{
color: #AA5EFC;
}
.AnyTagClassName
{
color: #AA5EFC;
}
</style>
background-color css
<style>
a { background-color: #AA5EFC; }
a { background-color: rgb(170,94,252); }
div.DivClassName
{
background-color: #AA5EFC;
}
.BgClassName
{
background-color: #AA5EFC;
}
</style>
border-color css
<style>
span { border-color: #AA5EFC; }
span { border-color: rgb(170,94,252); }
td.TdClassName
{
border-color: #AA5EFC;
}
.TagClassName
{
border-color: #AA5EFC;
}
</style>