Shades of Medium Purple #AA60F9
Tints of Medium Purple #AA60F9
RGB
CMYK
RGB Variations
Color information
#AA60F9 (or 0xAA60F9) is known color: Medium Purple. HEX triplet: AA, 60 and F9. RGB value is (170,96,249). Sum of RGB (Red+Green+Blue) = 170+96+249=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA60F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60F9 is #559F06. Grayscale: #878787. Windows color (decimal): -5611271 or 16343210. OLE color: 16343210.
HSL color Cylindrical-coordinate representation of color #AA60F9: hue angle of 269.02º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA60F9 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 96 | 249 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.02 |
| HSL | 269.02º | 0.93% | 0.68% | - |
| HSV(B) | 269.02º | 0.61% | 0.98% | - |
| XYZ | 37.86 | 23.75 | 92.21 | - |
| YUV | 135.57 | 192.02 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 249 | 0.32 | 0.61 | 0 | 0.02 | 269.02 | 0.93 | 0.68 |
| Hex | AA | 60 | F9 | 20 | 3D | 0 | 2 | 10D | 5D | 44 |
| Octal | 252 | 140 | 371 | 40 | 75 | 0 | 2 | 415 | 135 | 104 |
| Binary | 10101010 | 1100000 | 11111001 | 100000 | 111101 | 0 | 10 | 100001101 | 1011101 | 1000100 |
Color Harmonies of #AA60F9
Complementary color
Monochromatic Colors of #AA60F9
Black with #AA60F9
Text Example
Text Example
White with #AA60F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60F9; }
p { color: rgb(170,96,249); }
H1.HeaderClassName
{
color: #AA60F9;
}
.AnyTagClassName
{
color: #AA60F9;
}
</style>
background-color css
<style>
a { background-color: #AA60F9; }
a { background-color: rgb(170,96,249); }
div.DivClassName
{
background-color: #AA60F9;
}
.BgClassName
{
background-color: #AA60F9;
}
</style>
border-color css
<style>
span { border-color: #AA60F9; }
span { border-color: rgb(170,96,249); }
td.TdClassName
{
border-color: #AA60F9;
}
.TagClassName
{
border-color: #AA60F9;
}
</style>