Shades of Medium Purple #AA6BEC
Tints of Medium Purple #AA6BEC
RGB
CMYK
RGB Variations
Color information
#AA6BEC (or 0xAA6BEC) is known color: Medium Purple. HEX triplet: AA, 6B and EC. RGB value is (170,107,236). Sum of RGB (Red+Green+Blue) = 170+107+236=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA6BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BEC is #559413. Grayscale: #8C8C8C. Windows color (decimal): -5608468 or 15494058. OLE color: 15494058.
HSL color Cylindrical-coordinate representation of color #AA6BEC: hue angle of 269.3º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA6BEC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 107 | 236 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.07 |
| HSL | 269.3º | 0.77% | 0.67% | - |
| HSV(B) | 269.3º | 0.55% | 0.93% | - |
| XYZ | 36.98 | 25.12 | 82.26 | - |
| YUV | 140.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 236 | 0.28 | 0.55 | 0 | 0.07 | 269.3 | 0.77 | 0.67 |
| Hex | AA | 6B | EC | 1C | 37 | 0 | 7 | 10D | 4D | 43 |
| Octal | 252 | 153 | 354 | 34 | 67 | 0 | 7 | 415 | 115 | 103 |
| Binary | 10101010 | 1101011 | 11101100 | 11100 | 110111 | 0 | 111 | 100001101 | 1001101 | 1000011 |
Color Harmonies of #AA6BEC
Complementary color
Monochromatic Colors of #AA6BEC
Black with #AA6BEC
Text Example
Text Example
White with #AA6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BEC; }
p { color: rgb(170,107,236); }
H1.HeaderClassName
{
color: #AA6BEC;
}
.AnyTagClassName
{
color: #AA6BEC;
}
</style>
background-color css
<style>
a { background-color: #AA6BEC; }
a { background-color: rgb(170,107,236); }
div.DivClassName
{
background-color: #AA6BEC;
}
.BgClassName
{
background-color: #AA6BEC;
}
</style>
border-color css
<style>
span { border-color: #AA6BEC; }
span { border-color: rgb(170,107,236); }
td.TdClassName
{
border-color: #AA6BEC;
}
.TagClassName
{
border-color: #AA6BEC;
}
</style>