Shades of Medium Purple #AA6CEE
Tints of Medium Purple #AA6CEE
RGB
CMYK
RGB Variations
Color information
#AA6CEE (or 0xAA6CEE) is known color: Medium Purple. HEX triplet: AA, 6C and EE. RGB value is (170,108,238). Sum of RGB (Red+Green+Blue) = 170+108+238=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA6CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CEE is #559311. Grayscale: #8C8C8C. Windows color (decimal): -5608210 or 15625386. OLE color: 15625386.
HSL color Cylindrical-coordinate representation of color #AA6CEE: hue angle of 268.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA6CEE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 108 | 238 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.07 |
| HSL | 268.62º | 0.79% | 0.68% | - |
| HSV(B) | 268.62º | 0.55% | 0.93% | - |
| XYZ | 37.37 | 25.44 | 83.83 | - |
| YUV | 141.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 238 | 0.29 | 0.55 | 0 | 0.07 | 268.62 | 0.79 | 0.68 |
| Hex | AA | 6C | EE | 1D | 37 | 0 | 7 | 10D | 4F | 44 |
| Octal | 252 | 154 | 356 | 35 | 67 | 0 | 7 | 415 | 117 | 104 |
| Binary | 10101010 | 1101100 | 11101110 | 11101 | 110111 | 0 | 111 | 100001101 | 1001111 | 1000100 |
Color Harmonies of #AA6CEE
Complementary color
Monochromatic Colors of #AA6CEE
Black with #AA6CEE
Text Example
Text Example
White with #AA6CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CEE; }
p { color: rgb(170,108,238); }
H1.HeaderClassName
{
color: #AA6CEE;
}
.AnyTagClassName
{
color: #AA6CEE;
}
</style>
background-color css
<style>
a { background-color: #AA6CEE; }
a { background-color: rgb(170,108,238); }
div.DivClassName
{
background-color: #AA6CEE;
}
.BgClassName
{
background-color: #AA6CEE;
}
</style>
border-color css
<style>
span { border-color: #AA6CEE; }
span { border-color: rgb(170,108,238); }
td.TdClassName
{
border-color: #AA6CEE;
}
.TagClassName
{
border-color: #AA6CEE;
}
</style>