Shades of Medium Purple #AA6EE3
Tints of Medium Purple #AA6EE3
RGB
CMYK
RGB Variations
Color information
#AA6EE3 (or 0xAA6EE3) is known color: Medium Purple. HEX triplet: AA, 6E and E3. RGB value is (170,110,227). Sum of RGB (Red+Green+Blue) = 170+110+227=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA6EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EE3 is #55911C. Grayscale: #8C8C8C. Windows color (decimal): -5607709 or 14905002. OLE color: 14905002.
HSL color Cylindrical-coordinate representation of color #AA6EE3: hue angle of 270.77º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6EE3 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 110 | 227 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.11 |
| HSL | 270.77º | 0.68% | 0.66% | - |
| HSV(B) | 270.77º | 0.52% | 0.89% | - |
| XYZ | 36.02 | 25.24 | 75.65 | - |
| YUV | 141.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 110 | 227 | 0.25 | 0.52 | 0 | 0.11 | 270.77 | 0.68 | 0.66 |
| Hex | AA | 6E | E3 | 19 | 34 | 0 | B | 10F | 44 | 42 |
| Octal | 252 | 156 | 343 | 31 | 64 | 0 | 13 | 417 | 104 | 102 |
| Binary | 10101010 | 1101110 | 11100011 | 11001 | 110100 | 0 | 1011 | 100001111 | 1000100 | 1000010 |
Color Harmonies of #AA6EE3
Complementary color
Monochromatic Colors of #AA6EE3
Black with #AA6EE3
Text Example
Text Example
White with #AA6EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6EE3; }
p { color: rgb(170,110,227); }
H1.HeaderClassName
{
color: #AA6EE3;
}
.AnyTagClassName
{
color: #AA6EE3;
}
</style>
background-color css
<style>
a { background-color: #AA6EE3; }
a { background-color: rgb(170,110,227); }
div.DivClassName
{
background-color: #AA6EE3;
}
.BgClassName
{
background-color: #AA6EE3;
}
</style>
border-color css
<style>
span { border-color: #AA6EE3; }
span { border-color: rgb(170,110,227); }
td.TdClassName
{
border-color: #AA6EE3;
}
.TagClassName
{
border-color: #AA6EE3;
}
</style>