Shades of Medium Purple #AA6DFA
Tints of Medium Purple #AA6DFA
RGB
CMYK
RGB Variations
Color information
#AA6DFA (or 0xAA6DFA) is known color: Medium Purple. HEX triplet: AA, 6D and FA. RGB value is (170,109,250). Sum of RGB (Red+Green+Blue) = 170+109+250=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA6DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DFA is #559205. Grayscale: #8E8E8E. Windows color (decimal): -5607942 or 16412074. OLE color: 16412074.
HSL color Cylindrical-coordinate representation of color #AA6DFA: hue angle of 265.96º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6DFA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 109 | 250 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.02 |
| HSL | 265.96º | 0.93% | 0.7% | - |
| HSV(B) | 265.96º | 0.56% | 0.98% | - |
| XYZ | 39.3 | 26.39 | 93.46 | - |
| YUV | 143.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 250 | 0.32 | 0.56 | 0 | 0.02 | 265.96 | 0.93 | 0.7 |
| Hex | AA | 6D | FA | 20 | 38 | 0 | 2 | 10A | 5D | 46 |
| Octal | 252 | 155 | 372 | 40 | 70 | 0 | 2 | 412 | 135 | 106 |
| Binary | 10101010 | 1101101 | 11111010 | 100000 | 111000 | 0 | 10 | 100001010 | 1011101 | 1000110 |
Color Harmonies of #AA6DFA
Complementary color
Monochromatic Colors of #AA6DFA
Black with #AA6DFA
Text Example
Text Example
White with #AA6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DFA; }
p { color: rgb(170,109,250); }
H1.HeaderClassName
{
color: #AA6DFA;
}
.AnyTagClassName
{
color: #AA6DFA;
}
</style>
background-color css
<style>
a { background-color: #AA6DFA; }
a { background-color: rgb(170,109,250); }
div.DivClassName
{
background-color: #AA6DFA;
}
.BgClassName
{
background-color: #AA6DFA;
}
</style>
border-color css
<style>
span { border-color: #AA6DFA; }
span { border-color: rgb(170,109,250); }
td.TdClassName
{
border-color: #AA6DFA;
}
.TagClassName
{
border-color: #AA6DFA;
}
</style>