Shades of Medium Purple #AA6DEC
Tints of Medium Purple #AA6DEC
RGB
CMYK
RGB Variations
Color information
#AA6DEC (or 0xAA6DEC) is known color: Medium Purple. HEX triplet: AA, 6D and EC. RGB value is (170,109,236). Sum of RGB (Red+Green+Blue) = 170+109+236=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA6DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DEC is #559213. Grayscale: #8D8D8D. Windows color (decimal): -5607956 or 15494570. OLE color: 15494570.
HSL color Cylindrical-coordinate representation of color #AA6DEC: hue angle of 268.82º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6DEC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 109 | 236 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.07 |
| HSL | 268.82º | 0.77% | 0.68% | - |
| HSV(B) | 268.82º | 0.54% | 0.93% | - |
| XYZ | 37.19 | 25.54 | 82.33 | - |
| YUV | 141.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 236 | 0.28 | 0.54 | 0 | 0.07 | 268.82 | 0.77 | 0.68 |
| Hex | AA | 6D | EC | 1C | 36 | 0 | 7 | 10D | 4D | 44 |
| Octal | 252 | 155 | 354 | 34 | 66 | 0 | 7 | 415 | 115 | 104 |
| Binary | 10101010 | 1101101 | 11101100 | 11100 | 110110 | 0 | 111 | 100001101 | 1001101 | 1000100 |
Color Harmonies of #AA6DEC
Complementary color
Monochromatic Colors of #AA6DEC
Black with #AA6DEC
Text Example
Text Example
White with #AA6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DEC; }
p { color: rgb(170,109,236); }
H1.HeaderClassName
{
color: #AA6DEC;
}
.AnyTagClassName
{
color: #AA6DEC;
}
</style>
background-color css
<style>
a { background-color: #AA6DEC; }
a { background-color: rgb(170,109,236); }
div.DivClassName
{
background-color: #AA6DEC;
}
.BgClassName
{
background-color: #AA6DEC;
}
</style>
border-color css
<style>
span { border-color: #AA6DEC; }
span { border-color: rgb(170,109,236); }
td.TdClassName
{
border-color: #AA6DEC;
}
.TagClassName
{
border-color: #AA6DEC;
}
</style>