Shades of Medium Purple #AA60FE
Tints of Medium Purple #AA60FE
RGB
CMYK
RGB Variations
Color information
#AA60FE (or 0xAA60FE) is known color: Medium Purple. HEX triplet: AA, 60 and FE. RGB value is (170,96,254). Sum of RGB (Red+Green+Blue) = 170+96+254=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA60FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60FE is #559F01. Grayscale: #878787. Windows color (decimal): -5611266 or 16670890. OLE color: 16670890.
HSL color Cylindrical-coordinate representation of color #AA60FE: hue angle of 268.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA60FE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 96 | 254 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.00 |
| HSL | 268.1º | 0.99% | 0.69% | - |
| HSV(B) | 268.1º | 0.62% | 1% | - |
| XYZ | 38.65 | 24.07 | 96.37 | - |
| YUV | 136.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 254 | 0.33 | 0.62 | 0 | 0.00 | 268.1 | 0.99 | 0.69 |
| Hex | AA | 60 | FE | 21 | 3E | 0 | 0 | 10C | 63 | 45 |
| Octal | 252 | 140 | 376 | 41 | 76 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101010 | 1100000 | 11111110 | 100001 | 111110 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #AA60FE
Complementary color
Monochromatic Colors of #AA60FE
Black with #AA60FE
Text Example
Text Example
White with #AA60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60FE; }
p { color: rgb(170,96,254); }
H1.HeaderClassName
{
color: #AA60FE;
}
.AnyTagClassName
{
color: #AA60FE;
}
</style>
background-color css
<style>
a { background-color: #AA60FE; }
a { background-color: rgb(170,96,254); }
div.DivClassName
{
background-color: #AA60FE;
}
.BgClassName
{
background-color: #AA60FE;
}
</style>
border-color css
<style>
span { border-color: #AA60FE; }
span { border-color: rgb(170,96,254); }
td.TdClassName
{
border-color: #AA60FE;
}
.TagClassName
{
border-color: #AA60FE;
}
</style>