Shades of Medium Purple #AA7DFA
Tints of Medium Purple #AA7DFA
RGB
CMYK
RGB Variations
Color information
#AA7DFA (or 0xAA7DFA) is known color: Medium Purple. HEX triplet: AA, 7D and FA. RGB value is (170,125,250). Sum of RGB (Red+Green+Blue) = 170+125+250=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DFA is #558205. Grayscale: #989898. Windows color (decimal): -5603846 or 16416170. OLE color: 16416170.
HSL color Cylindrical-coordinate representation of color #AA7DFA: hue angle of 261.6º degrees, saturation: 0.93, 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 #AA7DFA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 125 | 250 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.02 |
| HSL | 261.6º | 0.93% | 0.74% | - |
| HSV(B) | 261.6º | 0.5% | 0.98% | - |
| XYZ | 41.17 | 30.12 | 94.09 | - |
| YUV | 152.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 250 | 0.32 | 0.50 | 0 | 0.02 | 261.6 | 0.93 | 0.74 |
| Hex | AA | 7D | FA | 20 | 32 | 0 | 2 | 106 | 5D | 4A |
| Octal | 252 | 175 | 372 | 40 | 62 | 0 | 2 | 406 | 135 | 112 |
| Binary | 10101010 | 1111101 | 11111010 | 100000 | 110010 | 0 | 10 | 100000110 | 1011101 | 1001010 |
Color Harmonies of #AA7DFA
Complementary color
Monochromatic Colors of #AA7DFA
Black with #AA7DFA
Text Example
Text Example
White with #AA7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DFA; }
p { color: rgb(170,125,250); }
H1.HeaderClassName
{
color: #AA7DFA;
}
.AnyTagClassName
{
color: #AA7DFA;
}
</style>
background-color css
<style>
a { background-color: #AA7DFA; }
a { background-color: rgb(170,125,250); }
div.DivClassName
{
background-color: #AA7DFA;
}
.BgClassName
{
background-color: #AA7DFA;
}
</style>
border-color css
<style>
span { border-color: #AA7DFA; }
span { border-color: rgb(170,125,250); }
td.TdClassName
{
border-color: #AA7DFA;
}
.TagClassName
{
border-color: #AA7DFA;
}
</style>