Shades of Medium Purple #AA5AFF
Tints of Medium Purple #AA5AFF
RGB
CMYK
RGB Variations
Color information
#AA5AFF (or 0xAA5AFF) is known color: Medium Purple. HEX triplet: AA, 5A and FF. RGB value is (170,90,255). Sum of RGB (Red+Green+Blue) = 170+90+255=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFF is #55A500. Grayscale: #848484. Windows color (decimal): -5612801 or 16734890. OLE color: 16734890.
HSL color Cylindrical-coordinate representation of color #AA5AFF: hue angle of 269.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA5AFF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 90 | 255 | - |
| CMYK | 0.33 | 0.65 | 0 | 0 |
| HSL | 269.09º | 1% | 0.68% | - |
| HSV(B) | 269.09º | 0.65% | 1% | - |
| XYZ | 38.28 | 23.08 | 97.04 | - |
| YUV | 132.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 255 | 0.33 | 0.65 | 0 | 0 | 269.09 | 1 | 0.68 |
| Hex | AA | 5A | FF | 21 | 41 | 0 | 0 | 10D | 64 | 44 |
| Octal | 252 | 132 | 377 | 41 | 101 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101010 | 1011010 | 11111111 | 100001 | 1000001 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AA5AFF
Complementary color
Monochromatic Colors of #AA5AFF
Black with #AA5AFF
Text Example
Text Example
White with #AA5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AFF; }
p { color: rgb(170,90,255); }
H1.HeaderClassName
{
color: #AA5AFF;
}
.AnyTagClassName
{
color: #AA5AFF;
}
</style>
background-color css
<style>
a { background-color: #AA5AFF; }
a { background-color: rgb(170,90,255); }
div.DivClassName
{
background-color: #AA5AFF;
}
.BgClassName
{
background-color: #AA5AFF;
}
</style>
border-color css
<style>
span { border-color: #AA5AFF; }
span { border-color: rgb(170,90,255); }
td.TdClassName
{
border-color: #AA5AFF;
}
.TagClassName
{
border-color: #AA5AFF;
}
</style>