Shades of Medium Purple #AA60FB
Tints of Medium Purple #AA60FB
RGB
CMYK
RGB Variations
Color information
#AA60FB (or 0xAA60FB) is known color: Medium Purple. HEX triplet: AA, 60 and FB. RGB value is (170,96,251). Sum of RGB (Red+Green+Blue) = 170+96+251=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA60FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60FB is #559F04. Grayscale: #878787. Windows color (decimal): -5611269 or 16474282. OLE color: 16474282.
HSL color Cylindrical-coordinate representation of color #AA60FB: hue angle of 268.65º degrees, saturation: 0.95, 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 #AA60FB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 96 | 251 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.02 |
| HSL | 268.65º | 0.95% | 0.68% | - |
| HSV(B) | 268.65º | 0.62% | 0.98% | - |
| XYZ | 38.17 | 23.88 | 93.86 | - |
| YUV | 135.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 251 | 0.32 | 0.62 | 0 | 0.02 | 268.65 | 0.95 | 0.68 |
| Hex | AA | 60 | FB | 20 | 3E | 0 | 2 | 10D | 5F | 44 |
| Octal | 252 | 140 | 373 | 40 | 76 | 0 | 2 | 415 | 137 | 104 |
| Binary | 10101010 | 1100000 | 11111011 | 100000 | 111110 | 0 | 10 | 100001101 | 1011111 | 1000100 |
Color Harmonies of #AA60FB
Complementary color
Monochromatic Colors of #AA60FB
Black with #AA60FB
Text Example
Text Example
White with #AA60FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60FB; }
p { color: rgb(170,96,251); }
H1.HeaderClassName
{
color: #AA60FB;
}
.AnyTagClassName
{
color: #AA60FB;
}
</style>
background-color css
<style>
a { background-color: #AA60FB; }
a { background-color: rgb(170,96,251); }
div.DivClassName
{
background-color: #AA60FB;
}
.BgClassName
{
background-color: #AA60FB;
}
</style>
border-color css
<style>
span { border-color: #AA60FB; }
span { border-color: rgb(170,96,251); }
td.TdClassName
{
border-color: #AA60FB;
}
.TagClassName
{
border-color: #AA60FB;
}
</style>