Shades of Medium Purple #AA6DF9
Tints of Medium Purple #AA6DF9
RGB
CMYK
RGB Variations
Color information
#AA6DF9 (or 0xAA6DF9) is known color: Medium Purple. HEX triplet: AA, 6D and F9. RGB value is (170,109,249). Sum of RGB (Red+Green+Blue) = 170+109+249=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA6DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA6DF9 is #559206. Grayscale: #8E8E8E. Windows color (decimal): -5607943 or 16346538. OLE color: 16346538.
HSL color Cylindrical-coordinate representation of color #AA6DF9: hue angle of 266.14º degrees, saturation: 0.92, 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 #AA6DF9 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 109 | 249 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.02 |
| HSL | 266.14º | 0.92% | 0.7% | - |
| HSV(B) | 266.14º | 0.56% | 0.98% | - |
| XYZ | 39.15 | 26.32 | 92.64 | - |
| YUV | 143.2 | 187.71 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 249 | 0.32 | 0.56 | 0 | 0.02 | 266.14 | 0.92 | 0.7 |
| Hex | AA | 6D | F9 | 20 | 38 | 0 | 2 | 10A | 5C | 46 |
| Octal | 252 | 155 | 371 | 40 | 70 | 0 | 2 | 412 | 134 | 106 |
| Binary | 10101010 | 1101101 | 11111001 | 100000 | 111000 | 0 | 10 | 100001010 | 1011100 | 1000110 |
Color Harmonies of #AA6DF9
Complementary color
Monochromatic Colors of #AA6DF9
Black with #AA6DF9
Text Example
Text Example
White with #AA6DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6DF9; }
p { color: rgb(170,109,249); }
H1.HeaderClassName
{
color: #AA6DF9;
}
.AnyTagClassName
{
color: #AA6DF9;
}
</style>
background-color css
<style>
a { background-color: #AA6DF9; }
a { background-color: rgb(170,109,249); }
div.DivClassName
{
background-color: #AA6DF9;
}
.BgClassName
{
background-color: #AA6DF9;
}
</style>
border-color css
<style>
span { border-color: #AA6DF9; }
span { border-color: rgb(170,109,249); }
td.TdClassName
{
border-color: #AA6DF9;
}
.TagClassName
{
border-color: #AA6DF9;
}
</style>