Shades of Medium Purple #AA6BEA
Tints of Medium Purple #AA6BEA
RGB
CMYK
RGB Variations
Color information
#AA6BEA (or 0xAA6BEA) is known color: Medium Purple. HEX triplet: AA, 6B and EA. RGB value is (170,107,234). Sum of RGB (Red+Green+Blue) = 170+107+234=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA6BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6BEA is #559415. Grayscale: #8B8B8B. Windows color (decimal): -5608470 or 15362986. OLE color: 15362986.
HSL color Cylindrical-coordinate representation of color #AA6BEA: hue angle of 269.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA6BEA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 107 | 234 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.08 |
| HSL | 269.76º | 0.75% | 0.67% | - |
| HSV(B) | 269.76º | 0.54% | 0.92% | - |
| XYZ | 36.69 | 25 | 80.73 | - |
| YUV | 140.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 234 | 0.27 | 0.54 | 0 | 0.08 | 269.76 | 0.75 | 0.67 |
| Hex | AA | 6B | EA | 1B | 36 | 0 | 8 | 10E | 4B | 43 |
| Octal | 252 | 153 | 352 | 33 | 66 | 0 | 10 | 416 | 113 | 103 |
| Binary | 10101010 | 1101011 | 11101010 | 11011 | 110110 | 0 | 1000 | 100001110 | 1001011 | 1000011 |
Color Harmonies of #AA6BEA
Complementary color
Monochromatic Colors of #AA6BEA
Black with #AA6BEA
Text Example
Text Example
White with #AA6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6BEA; }
p { color: rgb(170,107,234); }
H1.HeaderClassName
{
color: #AA6BEA;
}
.AnyTagClassName
{
color: #AA6BEA;
}
</style>
background-color css
<style>
a { background-color: #AA6BEA; }
a { background-color: rgb(170,107,234); }
div.DivClassName
{
background-color: #AA6BEA;
}
.BgClassName
{
background-color: #AA6BEA;
}
</style>
border-color css
<style>
span { border-color: #AA6BEA; }
span { border-color: rgb(170,107,234); }
td.TdClassName
{
border-color: #AA6BEA;
}
.TagClassName
{
border-color: #AA6BEA;
}
</style>