Shades of Medium Purple #AA6CEA
Tints of Medium Purple #AA6CEA
RGB
CMYK
RGB Variations
Color information
#AA6CEA (or 0xAA6CEA) is known color: Medium Purple. HEX triplet: AA, 6C and EA. RGB value is (170,108,234). Sum of RGB (Red+Green+Blue) = 170+108+234=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA6CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6CEA is #559315. Grayscale: #8C8C8C. Windows color (decimal): -5608214 or 15363242. OLE color: 15363242.
HSL color Cylindrical-coordinate representation of color #AA6CEA: hue angle of 269.52º 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 #AA6CEA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 108 | 234 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.08 |
| HSL | 269.52º | 0.75% | 0.67% | - |
| HSV(B) | 269.52º | 0.54% | 0.92% | - |
| XYZ | 36.79 | 25.21 | 80.77 | - |
| YUV | 140.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 234 | 0.27 | 0.54 | 0 | 0.08 | 269.52 | 0.75 | 0.67 |
| Hex | AA | 6C | EA | 1B | 36 | 0 | 8 | 10E | 4B | 43 |
| Octal | 252 | 154 | 352 | 33 | 66 | 0 | 10 | 416 | 113 | 103 |
| Binary | 10101010 | 1101100 | 11101010 | 11011 | 110110 | 0 | 1000 | 100001110 | 1001011 | 1000011 |
Color Harmonies of #AA6CEA
Complementary color
Monochromatic Colors of #AA6CEA
Black with #AA6CEA
Text Example
Text Example
White with #AA6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6CEA; }
p { color: rgb(170,108,234); }
H1.HeaderClassName
{
color: #AA6CEA;
}
.AnyTagClassName
{
color: #AA6CEA;
}
</style>
background-color css
<style>
a { background-color: #AA6CEA; }
a { background-color: rgb(170,108,234); }
div.DivClassName
{
background-color: #AA6CEA;
}
.BgClassName
{
background-color: #AA6CEA;
}
</style>
border-color css
<style>
span { border-color: #AA6CEA; }
span { border-color: rgb(170,108,234); }
td.TdClassName
{
border-color: #AA6CEA;
}
.TagClassName
{
border-color: #AA6CEA;
}
</style>