Shades of Medium Purple #AA7BEE
Tints of Medium Purple #AA7BEE
RGB
CMYK
RGB Variations
Color information
#AA7BEE (or 0xAA7BEE) is known color: Medium Purple. HEX triplet: AA, 7B and EE. RGB value is (170,123,238). Sum of RGB (Red+Green+Blue) = 170+123+238=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BEE is #558411. Grayscale: #959595. Windows color (decimal): -5604370 or 15629226. OLE color: 15629226.
HSL color Cylindrical-coordinate representation of color #AA7BEE: hue angle of 264.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7BEE is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 123 | 238 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.07 |
| HSL | 264.52º | 0.77% | 0.71% | - |
| HSV(B) | 264.52º | 0.48% | 0.93% | - |
| XYZ | 39.09 | 28.89 | 84.4 | - |
| YUV | 150.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 238 | 0.29 | 0.48 | 0 | 0.07 | 264.52 | 0.77 | 0.71 |
| Hex | AA | 7B | EE | 1D | 30 | 0 | 7 | 109 | 4D | 47 |
| Octal | 252 | 173 | 356 | 35 | 60 | 0 | 7 | 411 | 115 | 107 |
| Binary | 10101010 | 1111011 | 11101110 | 11101 | 110000 | 0 | 111 | 100001001 | 1001101 | 1000111 |
Color Harmonies of #AA7BEE
Complementary color
Monochromatic Colors of #AA7BEE
Black with #AA7BEE
Text Example
Text Example
White with #AA7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BEE; }
p { color: rgb(170,123,238); }
H1.HeaderClassName
{
color: #AA7BEE;
}
.AnyTagClassName
{
color: #AA7BEE;
}
</style>
background-color css
<style>
a { background-color: #AA7BEE; }
a { background-color: rgb(170,123,238); }
div.DivClassName
{
background-color: #AA7BEE;
}
.BgClassName
{
background-color: #AA7BEE;
}
</style>
border-color css
<style>
span { border-color: #AA7BEE; }
span { border-color: rgb(170,123,238); }
td.TdClassName
{
border-color: #AA7BEE;
}
.TagClassName
{
border-color: #AA7BEE;
}
</style>