Shades of Medium Purple #AA7EFB
Tints of Medium Purple #AA7EFB
RGB
CMYK
RGB Variations
Color information
#AA7EFB (or 0xAA7EFB) is known color: Medium Purple. HEX triplet: AA, 7E and FB. RGB value is (170,126,251). Sum of RGB (Red+Green+Blue) = 170+126+251=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EFB is #558104. Grayscale: #989898. Windows color (decimal): -5603589 or 16481962. OLE color: 16481962.
HSL color Cylindrical-coordinate representation of color #AA7EFB: hue angle of 261.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7EFB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 126 | 251 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.02 |
| HSL | 261.12º | 0.94% | 0.74% | - |
| HSV(B) | 261.12º | 0.5% | 0.98% | - |
| XYZ | 41.45 | 30.43 | 94.96 | - |
| YUV | 153.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 251 | 0.32 | 0.50 | 0 | 0.02 | 261.12 | 0.94 | 0.74 |
| Hex | AA | 7E | FB | 20 | 32 | 0 | 2 | 105 | 5E | 4A |
| Octal | 252 | 176 | 373 | 40 | 62 | 0 | 2 | 405 | 136 | 112 |
| Binary | 10101010 | 1111110 | 11111011 | 100000 | 110010 | 0 | 10 | 100000101 | 1011110 | 1001010 |
Color Harmonies of #AA7EFB
Complementary color
Monochromatic Colors of #AA7EFB
Black with #AA7EFB
Text Example
Text Example
White with #AA7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EFB; }
p { color: rgb(170,126,251); }
H1.HeaderClassName
{
color: #AA7EFB;
}
.AnyTagClassName
{
color: #AA7EFB;
}
</style>
background-color css
<style>
a { background-color: #AA7EFB; }
a { background-color: rgb(170,126,251); }
div.DivClassName
{
background-color: #AA7EFB;
}
.BgClassName
{
background-color: #AA7EFB;
}
</style>
border-color css
<style>
span { border-color: #AA7EFB; }
span { border-color: rgb(170,126,251); }
td.TdClassName
{
border-color: #AA7EFB;
}
.TagClassName
{
border-color: #AA7EFB;
}
</style>