Shades of Medium Purple #AA60F0
Tints of Medium Purple #AA60F0
RGB
CMYK
RGB Variations
Color information
#AA60F0 (or 0xAA60F0) is known color: Medium Purple. HEX triplet: AA, 60 and F0. RGB value is (170,96,240). Sum of RGB (Red+Green+Blue) = 170+96+240=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA60F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60F0 is #559F0F. Grayscale: #868686. Windows color (decimal): -5611280 or 15753386. OLE color: 15753386.
HSL color Cylindrical-coordinate representation of color #AA60F0: hue angle of 270.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA60F0 is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 96 | 240 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.06 |
| HSL | 270.83º | 0.83% | 0.66% | - |
| HSV(B) | 270.83º | 0.6% | 0.94% | - |
| XYZ | 36.49 | 23.2 | 84.99 | - |
| YUV | 134.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 240 | 0.29 | 0.6 | 0 | 0.06 | 270.83 | 0.83 | 0.66 |
| Hex | AA | 60 | F0 | 1D | 3C | 0 | 6 | 10F | 53 | 42 |
| Octal | 252 | 140 | 360 | 35 | 74 | 0 | 6 | 417 | 123 | 102 |
| Binary | 10101010 | 1100000 | 11110000 | 11101 | 111100 | 0 | 110 | 100001111 | 1010011 | 1000010 |
Color Harmonies of #AA60F0
Complementary color
Monochromatic Colors of #AA60F0
Black with #AA60F0
Text Example
Text Example
White with #AA60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60F0; }
p { color: rgb(170,96,240); }
H1.HeaderClassName
{
color: #AA60F0;
}
.AnyTagClassName
{
color: #AA60F0;
}
</style>
background-color css
<style>
a { background-color: #AA60F0; }
a { background-color: rgb(170,96,240); }
div.DivClassName
{
background-color: #AA60F0;
}
.BgClassName
{
background-color: #AA60F0;
}
</style>
border-color css
<style>
span { border-color: #AA60F0; }
span { border-color: rgb(170,96,240); }
td.TdClassName
{
border-color: #AA60F0;
}
.TagClassName
{
border-color: #AA60F0;
}
</style>