Shades of Medium Purple #AA60EF
Tints of Medium Purple #AA60EF
RGB
CMYK
RGB Variations
Color information
#AA60EF (or 0xAA60EF) is known color: Medium Purple. HEX triplet: AA, 60 and EF. RGB value is (170,96,239). Sum of RGB (Red+Green+Blue) = 170+96+239=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA60EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60EF is #559F10. Grayscale: #858585. Windows color (decimal): -5611281 or 15687850. OLE color: 15687850.
HSL color Cylindrical-coordinate representation of color #AA60EF: hue angle of 271.05º degrees, saturation: 0.82, 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 #AA60EF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 96 | 239 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.06 |
| HSL | 271.05º | 0.82% | 0.66% | - |
| HSV(B) | 271.05º | 0.6% | 0.94% | - |
| XYZ | 36.34 | 23.14 | 84.21 | - |
| YUV | 134.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 239 | 0.29 | 0.60 | 0 | 0.06 | 271.05 | 0.82 | 0.66 |
| Hex | AA | 60 | EF | 1D | 3C | 0 | 6 | 10F | 52 | 42 |
| Octal | 252 | 140 | 357 | 35 | 74 | 0 | 6 | 417 | 122 | 102 |
| Binary | 10101010 | 1100000 | 11101111 | 11101 | 111100 | 0 | 110 | 100001111 | 1010010 | 1000010 |
Color Harmonies of #AA60EF
Complementary color
Monochromatic Colors of #AA60EF
Black with #AA60EF
Text Example
Text Example
White with #AA60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60EF; }
p { color: rgb(170,96,239); }
H1.HeaderClassName
{
color: #AA60EF;
}
.AnyTagClassName
{
color: #AA60EF;
}
</style>
background-color css
<style>
a { background-color: #AA60EF; }
a { background-color: rgb(170,96,239); }
div.DivClassName
{
background-color: #AA60EF;
}
.BgClassName
{
background-color: #AA60EF;
}
</style>
border-color css
<style>
span { border-color: #AA60EF; }
span { border-color: rgb(170,96,239); }
td.TdClassName
{
border-color: #AA60EF;
}
.TagClassName
{
border-color: #AA60EF;
}
</style>