Shades of Medium Purple #AA7DF9
Tints of Medium Purple #AA7DF9
RGB
CMYK
RGB Variations
Color information
#AA7DF9 (or 0xAA7DF9) is known color: Medium Purple. HEX triplet: AA, 7D and F9. RGB value is (170,125,249). Sum of RGB (Red+Green+Blue) = 170+125+249=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA7DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7DF9 is #558206. Grayscale: #989898. Windows color (decimal): -5603847 or 16350634. OLE color: 16350634.
HSL color Cylindrical-coordinate representation of color #AA7DF9: hue angle of 261.77º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7DF9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 125 | 249 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.02 |
| HSL | 261.77º | 0.91% | 0.73% | - |
| HSV(B) | 261.77º | 0.5% | 0.98% | - |
| XYZ | 41.01 | 30.05 | 93.26 | - |
| YUV | 152.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 249 | 0.32 | 0.50 | 0 | 0.02 | 261.77 | 0.91 | 0.73 |
| Hex | AA | 7D | F9 | 20 | 32 | 0 | 2 | 106 | 5B | 49 |
| Octal | 252 | 175 | 371 | 40 | 62 | 0 | 2 | 406 | 133 | 111 |
| Binary | 10101010 | 1111101 | 11111001 | 100000 | 110010 | 0 | 10 | 100000110 | 1011011 | 1001001 |
Color Harmonies of #AA7DF9
Complementary color
Monochromatic Colors of #AA7DF9
Black with #AA7DF9
Text Example
Text Example
White with #AA7DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DF9; }
p { color: rgb(170,125,249); }
H1.HeaderClassName
{
color: #AA7DF9;
}
.AnyTagClassName
{
color: #AA7DF9;
}
</style>
background-color css
<style>
a { background-color: #AA7DF9; }
a { background-color: rgb(170,125,249); }
div.DivClassName
{
background-color: #AA7DF9;
}
.BgClassName
{
background-color: #AA7DF9;
}
</style>
border-color css
<style>
span { border-color: #AA7DF9; }
span { border-color: rgb(170,125,249); }
td.TdClassName
{
border-color: #AA7DF9;
}
.TagClassName
{
border-color: #AA7DF9;
}
</style>