Shades of Medium Purple #AA5EF0
Tints of Medium Purple #AA5EF0
RGB
CMYK
RGB Variations
Color information
#AA5EF0 (or 0xAA5EF0) is known color: Medium Purple. HEX triplet: AA, 5E and F0. RGB value is (170,94,240). Sum of RGB (Red+Green+Blue) = 170+94+240=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA5EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EF0 is #55A10F. Grayscale: #848484. Windows color (decimal): -5611792 or 15752874. OLE color: 15752874.
HSL color Cylindrical-coordinate representation of color #AA5EF0: hue angle of 271.23º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5EF0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 94 | 240 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.06 |
| HSL | 271.23º | 0.83% | 0.65% | - |
| HSV(B) | 271.23º | 0.61% | 0.94% | - |
| XYZ | 36.31 | 22.84 | 84.93 | - |
| YUV | 133.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 240 | 0.29 | 0.61 | 0 | 0.06 | 271.23 | 0.83 | 0.65 |
| Hex | AA | 5E | F0 | 1D | 3D | 0 | 6 | 10F | 53 | 41 |
| Octal | 252 | 136 | 360 | 35 | 75 | 0 | 6 | 417 | 123 | 101 |
| Binary | 10101010 | 1011110 | 11110000 | 11101 | 111101 | 0 | 110 | 100001111 | 1010011 | 1000001 |
Color Harmonies of #AA5EF0
Complementary color
Monochromatic Colors of #AA5EF0
Black with #AA5EF0
Text Example
Text Example
White with #AA5EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EF0; }
p { color: rgb(170,94,240); }
H1.HeaderClassName
{
color: #AA5EF0;
}
.AnyTagClassName
{
color: #AA5EF0;
}
</style>
background-color css
<style>
a { background-color: #AA5EF0; }
a { background-color: rgb(170,94,240); }
div.DivClassName
{
background-color: #AA5EF0;
}
.BgClassName
{
background-color: #AA5EF0;
}
</style>
border-color css
<style>
span { border-color: #AA5EF0; }
span { border-color: rgb(170,94,240); }
td.TdClassName
{
border-color: #AA5EF0;
}
.TagClassName
{
border-color: #AA5EF0;
}
</style>