Shades of Medium Purple #AA7FFA
Tints of Medium Purple #AA7FFA
RGB
CMYK
RGB Variations
Color information
#AA7FFA (or 0xAA7FFA) is known color: Medium Purple. HEX triplet: AA, 7F and FA. RGB value is (170,127,250). Sum of RGB (Red+Green+Blue) = 170+127+250=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFA is #558005. Grayscale: #999999. Windows color (decimal): -5603334 or 16416682. OLE color: 16416682.
HSL color Cylindrical-coordinate representation of color #AA7FFA: hue angle of 260.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7FFA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 127 | 250 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.02 |
| HSL | 260.98º | 0.92% | 0.74% | - |
| HSV(B) | 260.98º | 0.49% | 0.98% | - |
| XYZ | 41.42 | 30.63 | 94.17 | - |
| YUV | 153.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 250 | 0.32 | 0.49 | 0 | 0.02 | 260.98 | 0.92 | 0.74 |
| Hex | AA | 7F | FA | 20 | 31 | 0 | 2 | 105 | 5C | 4A |
| Octal | 252 | 177 | 372 | 40 | 61 | 0 | 2 | 405 | 134 | 112 |
| Binary | 10101010 | 1111111 | 11111010 | 100000 | 110001 | 0 | 10 | 100000101 | 1011100 | 1001010 |
Color Harmonies of #AA7FFA
Complementary color
Monochromatic Colors of #AA7FFA
Black with #AA7FFA
Text Example
Text Example
White with #AA7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FFA; }
p { color: rgb(170,127,250); }
H1.HeaderClassName
{
color: #AA7FFA;
}
.AnyTagClassName
{
color: #AA7FFA;
}
</style>
background-color css
<style>
a { background-color: #AA7FFA; }
a { background-color: rgb(170,127,250); }
div.DivClassName
{
background-color: #AA7FFA;
}
.BgClassName
{
background-color: #AA7FFA;
}
</style>
border-color css
<style>
span { border-color: #AA7FFA; }
span { border-color: rgb(170,127,250); }
td.TdClassName
{
border-color: #AA7FFA;
}
.TagClassName
{
border-color: #AA7FFA;
}
</style>