Shades of Medium Purple #AA84F1
Tints of Medium Purple #AA84F1
RGB
CMYK
RGB Variations
Color information
#AA84F1 (or 0xAA84F1) is known color: Medium Purple. HEX triplet: AA, 84 and F1. RGB value is (170,132,241). Sum of RGB (Red+Green+Blue) = 170+132+241=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA84F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84F1 is #557B0E. Grayscale: #9B9B9B. Windows color (decimal): -5602063 or 15828138. OLE color: 15828138.
HSL color Cylindrical-coordinate representation of color #AA84F1: hue angle of 260.92º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA84F1 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 132 | 241 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.05 |
| HSL | 260.92º | 0.8% | 0.73% | - |
| HSV(B) | 260.92º | 0.45% | 0.95% | - |
| XYZ | 40.71 | 31.4 | 87.13 | - |
| YUV | 155.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 241 | 0.29 | 0.45 | 0 | 0.05 | 260.92 | 0.8 | 0.73 |
| Hex | AA | 84 | F1 | 1D | 2D | 0 | 5 | 105 | 50 | 49 |
| Octal | 252 | 204 | 361 | 35 | 55 | 0 | 5 | 405 | 120 | 111 |
| Binary | 10101010 | 10000100 | 11110001 | 11101 | 101101 | 0 | 101 | 100000101 | 1010000 | 1001001 |
Color Harmonies of #AA84F1
Complementary color
Monochromatic Colors of #AA84F1
Black with #AA84F1
Text Example
Text Example
White with #AA84F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84F1; }
p { color: rgb(170,132,241); }
H1.HeaderClassName
{
color: #AA84F1;
}
.AnyTagClassName
{
color: #AA84F1;
}
</style>
background-color css
<style>
a { background-color: #AA84F1; }
a { background-color: rgb(170,132,241); }
div.DivClassName
{
background-color: #AA84F1;
}
.BgClassName
{
background-color: #AA84F1;
}
</style>
border-color css
<style>
span { border-color: #AA84F1; }
span { border-color: rgb(170,132,241); }
td.TdClassName
{
border-color: #AA84F1;
}
.TagClassName
{
border-color: #AA84F1;
}
</style>