Shades of Medium Purple #AA7CF9
Tints of Medium Purple #AA7CF9
RGB
CMYK
RGB Variations
Color information
#AA7CF9 (or 0xAA7CF9) is known color: Medium Purple. HEX triplet: AA, 7C and F9. RGB value is (170,124,249). Sum of RGB (Red+Green+Blue) = 170+124+249=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CF9 is #558306. Grayscale: #979797. Windows color (decimal): -5604103 or 16350378. OLE color: 16350378.
HSL color Cylindrical-coordinate representation of color #AA7CF9: hue angle of 262.08º 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 #AA7CF9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 124 | 249 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.02 |
| HSL | 262.08º | 0.91% | 0.73% | - |
| HSV(B) | 262.08º | 0.5% | 0.98% | - |
| XYZ | 40.88 | 29.8 | 93.22 | - |
| YUV | 152 | 182.74 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 249 | 0.32 | 0.50 | 0 | 0.02 | 262.08 | 0.91 | 0.73 |
| Hex | AA | 7C | F9 | 20 | 32 | 0 | 2 | 106 | 5B | 49 |
| Octal | 252 | 174 | 371 | 40 | 62 | 0 | 2 | 406 | 133 | 111 |
| Binary | 10101010 | 1111100 | 11111001 | 100000 | 110010 | 0 | 10 | 100000110 | 1011011 | 1001001 |
Color Harmonies of #AA7CF9
Complementary color
Monochromatic Colors of #AA7CF9
Black with #AA7CF9
Text Example
Text Example
White with #AA7CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CF9; }
p { color: rgb(170,124,249); }
H1.HeaderClassName
{
color: #AA7CF9;
}
.AnyTagClassName
{
color: #AA7CF9;
}
</style>
background-color css
<style>
a { background-color: #AA7CF9; }
a { background-color: rgb(170,124,249); }
div.DivClassName
{
background-color: #AA7CF9;
}
.BgClassName
{
background-color: #AA7CF9;
}
</style>
border-color css
<style>
span { border-color: #AA7CF9; }
span { border-color: rgb(170,124,249); }
td.TdClassName
{
border-color: #AA7CF9;
}
.TagClassName
{
border-color: #AA7CF9;
}
</style>