Shades of Medium Purple #AA6AF9
Tints of Medium Purple #AA6AF9
RGB
CMYK
RGB Variations
Color information
#AA6AF9 (or 0xAA6AF9) is known color: Medium Purple. HEX triplet: AA, 6A and F9. RGB value is (170,106,249). Sum of RGB (Red+Green+Blue) = 170+106+249=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA6AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AF9 is #559506. Grayscale: #8C8C8C. Windows color (decimal): -5608711 or 16345770. OLE color: 16345770.
HSL color Cylindrical-coordinate representation of color #AA6AF9: hue angle of 266.85º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA6AF9 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 106 | 249 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.02 |
| HSL | 266.85º | 0.92% | 0.7% | - |
| HSV(B) | 266.85º | 0.57% | 0.98% | - |
| XYZ | 38.83 | 25.69 | 92.54 | - |
| YUV | 141.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 249 | 0.32 | 0.57 | 0 | 0.02 | 266.85 | 0.92 | 0.7 |
| Hex | AA | 6A | F9 | 20 | 39 | 0 | 2 | 10B | 5C | 46 |
| Octal | 252 | 152 | 371 | 40 | 71 | 0 | 2 | 413 | 134 | 106 |
| Binary | 10101010 | 1101010 | 11111001 | 100000 | 111001 | 0 | 10 | 100001011 | 1011100 | 1000110 |
Color Harmonies of #AA6AF9
Complementary color
Monochromatic Colors of #AA6AF9
Black with #AA6AF9
Text Example
Text Example
White with #AA6AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AF9; }
p { color: rgb(170,106,249); }
H1.HeaderClassName
{
color: #AA6AF9;
}
.AnyTagClassName
{
color: #AA6AF9;
}
</style>
background-color css
<style>
a { background-color: #AA6AF9; }
a { background-color: rgb(170,106,249); }
div.DivClassName
{
background-color: #AA6AF9;
}
.BgClassName
{
background-color: #AA6AF9;
}
</style>
border-color css
<style>
span { border-color: #AA6AF9; }
span { border-color: rgb(170,106,249); }
td.TdClassName
{
border-color: #AA6AF9;
}
.TagClassName
{
border-color: #AA6AF9;
}
</style>