Shades of Medium Purple #AA59F5
Tints of Medium Purple #AA59F5
RGB
CMYK
RGB Variations
Color information
#AA59F5 (or 0xAA59F5) is known color: Medium Purple. HEX triplet: AA, 59 and F5. RGB value is (170,89,245). Sum of RGB (Red+Green+Blue) = 170+89+245=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA59F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59F5 is #55A60A. Grayscale: #828282. Windows color (decimal): -5613067 or 16079274. OLE color: 16079274.
HSL color Cylindrical-coordinate representation of color #AA59F5: hue angle of 271.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA59F5 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 89 | 245 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.04 |
| HSL | 271.15º | 0.89% | 0.65% | - |
| HSV(B) | 271.15º | 0.64% | 0.96% | - |
| XYZ | 36.63 | 22.28 | 88.76 | - |
| YUV | 131 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 245 | 0.31 | 0.64 | 0 | 0.04 | 271.15 | 0.89 | 0.65 |
| Hex | AA | 59 | F5 | 1F | 40 | 0 | 4 | 10F | 59 | 41 |
| Octal | 252 | 131 | 365 | 37 | 100 | 0 | 4 | 417 | 131 | 101 |
| Binary | 10101010 | 1011001 | 11110101 | 11111 | 1000000 | 0 | 100 | 100001111 | 1011001 | 1000001 |
Color Harmonies of #AA59F5
Complementary color
Monochromatic Colors of #AA59F5
Black with #AA59F5
Text Example
Text Example
White with #AA59F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59F5; }
p { color: rgb(170,89,245); }
H1.HeaderClassName
{
color: #AA59F5;
}
.AnyTagClassName
{
color: #AA59F5;
}
</style>
background-color css
<style>
a { background-color: #AA59F5; }
a { background-color: rgb(170,89,245); }
div.DivClassName
{
background-color: #AA59F5;
}
.BgClassName
{
background-color: #AA59F5;
}
</style>
border-color css
<style>
span { border-color: #AA59F5; }
span { border-color: rgb(170,89,245); }
td.TdClassName
{
border-color: #AA59F5;
}
.TagClassName
{
border-color: #AA59F5;
}
</style>