Shades of Medium Purple #AA6AFF
Tints of Medium Purple #AA6AFF
RGB
CMYK
RGB Variations
Color information
#AA6AFF (or 0xAA6AFF) is known color: Medium Purple. HEX triplet: AA, 6A and FF. RGB value is (170,106,255). Sum of RGB (Red+Green+Blue) = 170+106+255=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA6AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6AFF is #559500. Grayscale: #8D8D8D. Windows color (decimal): -5608705 or 16738986. OLE color: 16738986.
HSL color Cylindrical-coordinate representation of color #AA6AFF: hue angle of 265.77º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6AFF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 106 | 255 | - |
| CMYK | 0.33 | 0.58 | 0 | 0 |
| HSL | 265.77º | 1% | 0.71% | - |
| HSV(B) | 265.77º | 0.58% | 1% | - |
| XYZ | 39.78 | 26.07 | 97.54 | - |
| YUV | 142.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 255 | 0.33 | 0.58 | 0 | 0 | 265.77 | 1 | 0.71 |
| Hex | AA | 6A | FF | 21 | 3A | 0 | 0 | 10A | 64 | 47 |
| Octal | 252 | 152 | 377 | 41 | 72 | 0 | 0 | 412 | 144 | 107 |
| Binary | 10101010 | 1101010 | 11111111 | 100001 | 111010 | 0 | 0 | 100001010 | 1100100 | 1000111 |
Color Harmonies of #AA6AFF
Complementary color
Monochromatic Colors of #AA6AFF
Black with #AA6AFF
Text Example
Text Example
White with #AA6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6AFF; }
p { color: rgb(170,106,255); }
H1.HeaderClassName
{
color: #AA6AFF;
}
.AnyTagClassName
{
color: #AA6AFF;
}
</style>
background-color css
<style>
a { background-color: #AA6AFF; }
a { background-color: rgb(170,106,255); }
div.DivClassName
{
background-color: #AA6AFF;
}
.BgClassName
{
background-color: #AA6AFF;
}
</style>
border-color css
<style>
span { border-color: #AA6AFF; }
span { border-color: rgb(170,106,255); }
td.TdClassName
{
border-color: #AA6AFF;
}
.TagClassName
{
border-color: #AA6AFF;
}
</style>