Shades of Medium Purple #AA59FF
Tints of Medium Purple #AA59FF
RGB
CMYK
RGB Variations
Color information
#AA59FF (or 0xAA59FF) is known color: Medium Purple. HEX triplet: AA, 59 and FF. RGB value is (170,89,255). Sum of RGB (Red+Green+Blue) = 170+89+255=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59FF is #55A600. Grayscale: #838383. Windows color (decimal): -5613057 or 16734634. OLE color: 16734634.
HSL color Cylindrical-coordinate representation of color #AA59FF: hue angle of 269.28º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA59FF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 89 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 269.28º | 1% | 0.67% | - |
| HSV(B) | 269.28º | 0.65% | 1% | - |
| XYZ | 38.2 | 22.91 | 97.02 | - |
| YUV | 132.14 | 197.34 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 255 | 0.33 | 0.65 | 0 | 0 | 269.28 | 1 | 0.67 |
| Hex | AA | 59 | FF | 21 | 41 | 0 | 0 | 10D | 64 | 43 |
| Octal | 252 | 131 | 377 | 41 | 101 | 0 | 0 | 415 | 144 | 103 |
| Binary | 10101010 | 1011001 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001101 | 1100100 | 1000011 |
Color Harmonies of #AA59FF
Complementary color
Monochromatic Colors of #AA59FF
Black with #AA59FF
Text Example
Text Example
White with #AA59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59FF; }
p { color: rgb(170,89,255); }
H1.HeaderClassName
{
color: #AA59FF;
}
.AnyTagClassName
{
color: #AA59FF;
}
</style>
background-color css
<style>
a { background-color: #AA59FF; }
a { background-color: rgb(170,89,255); }
div.DivClassName
{
background-color: #AA59FF;
}
.BgClassName
{
background-color: #AA59FF;
}
</style>
border-color css
<style>
span { border-color: #AA59FF; }
span { border-color: rgb(170,89,255); }
td.TdClassName
{
border-color: #AA59FF;
}
.TagClassName
{
border-color: #AA59FF;
}
</style>