Shades of Medium Purple #AA6FEE
Tints of Medium Purple #AA6FEE
RGB
CMYK
RGB Variations
Color information
#AA6FEE (or 0xAA6FEE) is known color: Medium Purple. HEX triplet: AA, 6F and EE. RGB value is (170,111,238). Sum of RGB (Red+Green+Blue) = 170+111+238=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA6FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6FEE is #559011. Grayscale: #8E8E8E. Windows color (decimal): -5607442 or 15626154. OLE color: 15626154.
HSL color Cylindrical-coordinate representation of color #AA6FEE: hue angle of 267.87º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6FEE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 111 | 238 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.07 |
| HSL | 267.87º | 0.79% | 0.68% | - |
| HSV(B) | 267.87º | 0.53% | 0.93% | - |
| XYZ | 37.69 | 26.09 | 83.94 | - |
| YUV | 143.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 238 | 0.29 | 0.53 | 0 | 0.07 | 267.87 | 0.79 | 0.68 |
| Hex | AA | 6F | EE | 1D | 35 | 0 | 7 | 10C | 4F | 44 |
| Octal | 252 | 157 | 356 | 35 | 65 | 0 | 7 | 414 | 117 | 104 |
| Binary | 10101010 | 1101111 | 11101110 | 11101 | 110101 | 0 | 111 | 100001100 | 1001111 | 1000100 |
Color Harmonies of #AA6FEE
Complementary color
Monochromatic Colors of #AA6FEE
Black with #AA6FEE
Text Example
Text Example
White with #AA6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6FEE; }
p { color: rgb(170,111,238); }
H1.HeaderClassName
{
color: #AA6FEE;
}
.AnyTagClassName
{
color: #AA6FEE;
}
</style>
background-color css
<style>
a { background-color: #AA6FEE; }
a { background-color: rgb(170,111,238); }
div.DivClassName
{
background-color: #AA6FEE;
}
.BgClassName
{
background-color: #AA6FEE;
}
</style>
border-color css
<style>
span { border-color: #AA6FEE; }
span { border-color: rgb(170,111,238); }
td.TdClassName
{
border-color: #AA6FEE;
}
.TagClassName
{
border-color: #AA6FEE;
}
</style>