Shades of Medium Purple #AA6EF0
Tints of Medium Purple #AA6EF0
RGB
CMYK
RGB Variations
Color information
#AA6EF0 (or 0xAA6EF0) is known color: Medium Purple. HEX triplet: AA, 6E and F0. RGB value is (170,110,240). Sum of RGB (Red+Green+Blue) = 170+110+240=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA6EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6EF0 is #55910F. Grayscale: #8E8E8E. Windows color (decimal): -5607696 or 15756970. OLE color: 15756970.
HSL color Cylindrical-coordinate representation of color #AA6EF0: hue angle of 267.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6EF0 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 110 | 240 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.06 |
| HSL | 267.69º | 0.81% | 0.69% | - |
| HSV(B) | 267.69º | 0.54% | 0.94% | - |
| XYZ | 37.88 | 25.99 | 85.46 | - |
| YUV | 142.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 240 | 0.29 | 0.54 | 0 | 0.06 | 267.69 | 0.81 | 0.69 |
| Hex | AA | 6E | F0 | 1D | 36 | 0 | 6 | 10C | 51 | 45 |
| Octal | 252 | 156 | 360 | 35 | 66 | 0 | 6 | 414 | 121 | 105 |
| Binary | 10101010 | 1101110 | 11110000 | 11101 | 110110 | 0 | 110 | 100001100 | 1010001 | 1000101 |
Color Harmonies of #AA6EF0
Complementary color
Monochromatic Colors of #AA6EF0
Black with #AA6EF0
Text Example
Text Example
White with #AA6EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EF0; }
p { color: rgb(170,110,240); }
H1.HeaderClassName
{
color: #AA6EF0;
}
.AnyTagClassName
{
color: #AA6EF0;
}
</style>
background-color css
<style>
a { background-color: #AA6EF0; }
a { background-color: rgb(170,110,240); }
div.DivClassName
{
background-color: #AA6EF0;
}
.BgClassName
{
background-color: #AA6EF0;
}
</style>
border-color css
<style>
span { border-color: #AA6EF0; }
span { border-color: rgb(170,110,240); }
td.TdClassName
{
border-color: #AA6EF0;
}
.TagClassName
{
border-color: #AA6EF0;
}
</style>