Shades of Medium Purple #AA60F7
Tints of Medium Purple #AA60F7
RGB
CMYK
RGB Variations
Color information
#AA60F7 (or 0xAA60F7) is known color: Medium Purple. HEX triplet: AA, 60 and F7. RGB value is (170,96,247). Sum of RGB (Red+Green+Blue) = 170+96+247=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA60F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60F7 is #559F08. Grayscale: #868686. Windows color (decimal): -5611273 or 16212138. OLE color: 16212138.
HSL color Cylindrical-coordinate representation of color #AA60F7: hue angle of 269.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA60F7 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 96 | 247 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.03 |
| HSL | 269.4º | 0.9% | 0.67% | - |
| HSV(B) | 269.4º | 0.61% | 0.97% | - |
| XYZ | 37.55 | 23.63 | 90.58 | - |
| YUV | 135.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 247 | 0.31 | 0.61 | 0 | 0.03 | 269.4 | 0.9 | 0.67 |
| Hex | AA | 60 | F7 | 1F | 3D | 0 | 3 | 10D | 5A | 43 |
| Octal | 252 | 140 | 367 | 37 | 75 | 0 | 3 | 415 | 132 | 103 |
| Binary | 10101010 | 1100000 | 11110111 | 11111 | 111101 | 0 | 11 | 100001101 | 1011010 | 1000011 |
Color Harmonies of #AA60F7
Complementary color
Monochromatic Colors of #AA60F7
Black with #AA60F7
Text Example
Text Example
White with #AA60F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60F7; }
p { color: rgb(170,96,247); }
H1.HeaderClassName
{
color: #AA60F7;
}
.AnyTagClassName
{
color: #AA60F7;
}
</style>
background-color css
<style>
a { background-color: #AA60F7; }
a { background-color: rgb(170,96,247); }
div.DivClassName
{
background-color: #AA60F7;
}
.BgClassName
{
background-color: #AA60F7;
}
</style>
border-color css
<style>
span { border-color: #AA60F7; }
span { border-color: rgb(170,96,247); }
td.TdClassName
{
border-color: #AA60F7;
}
.TagClassName
{
border-color: #AA60F7;
}
</style>