Shades of Medium Purple #AA60FA
Tints of Medium Purple #AA60FA
RGB
CMYK
RGB Variations
Color information
#AA60FA (or 0xAA60FA) is known color: Medium Purple. HEX triplet: AA, 60 and FA. RGB value is (170,96,250). Sum of RGB (Red+Green+Blue) = 170+96+250=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60FA is #559F05. Grayscale: #878787. Windows color (decimal): -5611270 or 16408746. OLE color: 16408746.
HSL color Cylindrical-coordinate representation of color #AA60FA: hue angle of 268.83º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA60FA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 96 | 250 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.02 |
| HSL | 268.83º | 0.94% | 0.68% | - |
| HSV(B) | 268.83º | 0.62% | 0.98% | - |
| XYZ | 38.02 | 23.81 | 93.04 | - |
| YUV | 135.68 | 192.52 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 250 | 0.32 | 0.62 | 0 | 0.02 | 268.83 | 0.94 | 0.68 |
| Hex | AA | 60 | FA | 20 | 3E | 0 | 2 | 10D | 5E | 44 |
| Octal | 252 | 140 | 372 | 40 | 76 | 0 | 2 | 415 | 136 | 104 |
| Binary | 10101010 | 1100000 | 11111010 | 100000 | 111110 | 0 | 10 | 100001101 | 1011110 | 1000100 |
Color Harmonies of #AA60FA
Complementary color
Monochromatic Colors of #AA60FA
Black with #AA60FA
Text Example
Text Example
White with #AA60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60FA; }
p { color: rgb(170,96,250); }
H1.HeaderClassName
{
color: #AA60FA;
}
.AnyTagClassName
{
color: #AA60FA;
}
</style>
background-color css
<style>
a { background-color: #AA60FA; }
a { background-color: rgb(170,96,250); }
div.DivClassName
{
background-color: #AA60FA;
}
.BgClassName
{
background-color: #AA60FA;
}
</style>
border-color css
<style>
span { border-color: #AA60FA; }
span { border-color: rgb(170,96,250); }
td.TdClassName
{
border-color: #AA60FA;
}
.TagClassName
{
border-color: #AA60FA;
}
</style>