Shades of Medium Purple #AA84FA
Tints of Medium Purple #AA84FA
RGB
CMYK
RGB Variations
Color information
#AA84FA (or 0xAA84FA) is known color: Medium Purple. HEX triplet: AA, 84 and FA. RGB value is (170,132,250). Sum of RGB (Red+Green+Blue) = 170+132+250=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84FA is #557B05. Grayscale: #9C9C9C. Windows color (decimal): -5602054 or 16417962. OLE color: 16417962.
HSL color Cylindrical-coordinate representation of color #AA84FA: hue angle of 259.32º degrees, saturation: 0.92, 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 #AA84FA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 132 | 250 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 259.32º | 0.92% | 0.75% | - |
| HSV(B) | 259.32º | 0.47% | 0.98% | - |
| XYZ | 42.08 | 31.95 | 94.39 | - |
| YUV | 156.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 250 | 0.32 | 0.47 | 0 | 0.02 | 259.32 | 0.92 | 0.75 |
| Hex | AA | 84 | FA | 20 | 2F | 0 | 2 | 103 | 5C | 4B |
| Octal | 252 | 204 | 372 | 40 | 57 | 0 | 2 | 403 | 134 | 113 |
| Binary | 10101010 | 10000100 | 11111010 | 100000 | 101111 | 0 | 10 | 100000011 | 1011100 | 1001011 |
Color Harmonies of #AA84FA
Complementary color
Monochromatic Colors of #AA84FA
Black with #AA84FA
Text Example
Text Example
White with #AA84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84FA; }
p { color: rgb(170,132,250); }
H1.HeaderClassName
{
color: #AA84FA;
}
.AnyTagClassName
{
color: #AA84FA;
}
</style>
background-color css
<style>
a { background-color: #AA84FA; }
a { background-color: rgb(170,132,250); }
div.DivClassName
{
background-color: #AA84FA;
}
.BgClassName
{
background-color: #AA84FA;
}
</style>
border-color css
<style>
span { border-color: #AA84FA; }
span { border-color: rgb(170,132,250); }
td.TdClassName
{
border-color: #AA84FA;
}
.TagClassName
{
border-color: #AA84FA;
}
</style>