Shades of Medium Purple #AA84F9
Tints of Medium Purple #AA84F9
RGB
CMYK
RGB Variations
Color information
#AA84F9 (or 0xAA84F9) is known color: Medium Purple. HEX triplet: AA, 84 and F9. RGB value is (170,132,249). Sum of RGB (Red+Green+Blue) = 170+132+249=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA84F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84F9 is #557B06. Grayscale: #9C9C9C. Windows color (decimal): -5602055 or 16352426. OLE color: 16352426.
HSL color Cylindrical-coordinate representation of color #AA84F9: hue angle of 259.49º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA84F9 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 132 | 249 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 259.49º | 0.91% | 0.75% | - |
| HSV(B) | 259.49º | 0.47% | 0.98% | - |
| XYZ | 41.93 | 31.89 | 93.57 | - |
| YUV | 156.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 249 | 0.32 | 0.47 | 0 | 0.02 | 259.49 | 0.91 | 0.75 |
| Hex | AA | 84 | F9 | 20 | 2F | 0 | 2 | 103 | 5B | 4B |
| Octal | 252 | 204 | 371 | 40 | 57 | 0 | 2 | 403 | 133 | 113 |
| Binary | 10101010 | 10000100 | 11111001 | 100000 | 101111 | 0 | 10 | 100000011 | 1011011 | 1001011 |
Color Harmonies of #AA84F9
Complementary color
Monochromatic Colors of #AA84F9
Black with #AA84F9
Text Example
Text Example
White with #AA84F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84F9; }
p { color: rgb(170,132,249); }
H1.HeaderClassName
{
color: #AA84F9;
}
.AnyTagClassName
{
color: #AA84F9;
}
</style>
background-color css
<style>
a { background-color: #AA84F9; }
a { background-color: rgb(170,132,249); }
div.DivClassName
{
background-color: #AA84F9;
}
.BgClassName
{
background-color: #AA84F9;
}
</style>
border-color css
<style>
span { border-color: #AA84F9; }
span { border-color: rgb(170,132,249); }
td.TdClassName
{
border-color: #AA84F9;
}
.TagClassName
{
border-color: #AA84F9;
}
</style>