Shades of Medium Purple #AA7BEC
Tints of Medium Purple #AA7BEC
RGB
CMYK
RGB Variations
Color information
#AA7BEC (or 0xAA7BEC) is known color: Medium Purple. HEX triplet: AA, 7B and EC. RGB value is (170,123,236). Sum of RGB (Red+Green+Blue) = 170+123+236=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7BEC is #558413. Grayscale: #959595. Windows color (decimal): -5604372 or 15498154. OLE color: 15498154.
HSL color Cylindrical-coordinate representation of color #AA7BEC: hue angle of 264.96º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7BEC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 123 | 236 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.07 |
| HSL | 264.96º | 0.75% | 0.7% | - |
| HSV(B) | 264.96º | 0.48% | 0.93% | - |
| XYZ | 38.8 | 28.77 | 82.86 | - |
| YUV | 149.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 236 | 0.28 | 0.48 | 0 | 0.07 | 264.96 | 0.75 | 0.7 |
| Hex | AA | 7B | EC | 1C | 30 | 0 | 7 | 109 | 4B | 46 |
| Octal | 252 | 173 | 354 | 34 | 60 | 0 | 7 | 411 | 113 | 106 |
| Binary | 10101010 | 1111011 | 11101100 | 11100 | 110000 | 0 | 111 | 100001001 | 1001011 | 1000110 |
Color Harmonies of #AA7BEC
Complementary color
Monochromatic Colors of #AA7BEC
Black with #AA7BEC
Text Example
Text Example
White with #AA7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BEC; }
p { color: rgb(170,123,236); }
H1.HeaderClassName
{
color: #AA7BEC;
}
.AnyTagClassName
{
color: #AA7BEC;
}
</style>
background-color css
<style>
a { background-color: #AA7BEC; }
a { background-color: rgb(170,123,236); }
div.DivClassName
{
background-color: #AA7BEC;
}
.BgClassName
{
background-color: #AA7BEC;
}
</style>
border-color css
<style>
span { border-color: #AA7BEC; }
span { border-color: rgb(170,123,236); }
td.TdClassName
{
border-color: #AA7BEC;
}
.TagClassName
{
border-color: #AA7BEC;
}
</style>