Shades of Medium Purple #AA6AFA
Tints of Medium Purple #AA6AFA
RGB
CMYK
RGB Variations
Color information
#AA6AFA (or 0xAA6AFA) is known color: Medium Purple. HEX triplet: AA, 6A and FA. RGB value is (170,106,250). Sum of RGB (Red+Green+Blue) = 170+106+250=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA6AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFA is #559505. Grayscale: #8D8D8D. Windows color (decimal): -5608710 or 16411306. OLE color: 16411306.
HSL color Cylindrical-coordinate representation of color #AA6AFA: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6AFA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 106 | 250 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.02 |
| HSL | 266.67º | 0.94% | 0.7% | - |
| HSV(B) | 266.67º | 0.58% | 0.98% | - |
| XYZ | 38.99 | 25.76 | 93.36 | - |
| YUV | 141.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 250 | 0.32 | 0.58 | 0 | 0.02 | 266.67 | 0.94 | 0.7 |
| Hex | AA | 6A | FA | 20 | 3A | 0 | 2 | 10B | 5E | 46 |
| Octal | 252 | 152 | 372 | 40 | 72 | 0 | 2 | 413 | 136 | 106 |
| Binary | 10101010 | 1101010 | 11111010 | 100000 | 111010 | 0 | 10 | 100001011 | 1011110 | 1000110 |
Color Harmonies of #AA6AFA
Complementary color
Monochromatic Colors of #AA6AFA
Black with #AA6AFA
Text Example
Text Example
White with #AA6AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AFA; }
p { color: rgb(170,106,250); }
H1.HeaderClassName
{
color: #AA6AFA;
}
.AnyTagClassName
{
color: #AA6AFA;
}
</style>
background-color css
<style>
a { background-color: #AA6AFA; }
a { background-color: rgb(170,106,250); }
div.DivClassName
{
background-color: #AA6AFA;
}
.BgClassName
{
background-color: #AA6AFA;
}
</style>
border-color css
<style>
span { border-color: #AA6AFA; }
span { border-color: rgb(170,106,250); }
td.TdClassName
{
border-color: #AA6AFA;
}
.TagClassName
{
border-color: #AA6AFA;
}
</style>