Shades of Medium Purple #AA84FB
Tints of Medium Purple #AA84FB
RGB
CMYK
RGB Variations
Color information
#AA84FB (or 0xAA84FB) is known color: Medium Purple. HEX triplet: AA, 84 and FB. RGB value is (170,132,251). Sum of RGB (Red+Green+Blue) = 170+132+251=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA84FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84FB is #557B04. Grayscale: #9C9C9C. Windows color (decimal): -5602053 or 16483498. OLE color: 16483498.
HSL color Cylindrical-coordinate representation of color #AA84FB: hue angle of 259.16º degrees, saturation: 0.94, 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 #AA84FB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 132 | 251 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 259.16º | 0.94% | 0.75% | - |
| HSV(B) | 259.16º | 0.47% | 0.98% | - |
| XYZ | 42.24 | 32.01 | 95.22 | - |
| YUV | 156.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 251 | 0.32 | 0.47 | 0 | 0.02 | 259.16 | 0.94 | 0.75 |
| Hex | AA | 84 | FB | 20 | 2F | 0 | 2 | 103 | 5E | 4B |
| Octal | 252 | 204 | 373 | 40 | 57 | 0 | 2 | 403 | 136 | 113 |
| Binary | 10101010 | 10000100 | 11111011 | 100000 | 101111 | 0 | 10 | 100000011 | 1011110 | 1001011 |
Color Harmonies of #AA84FB
Complementary color
Monochromatic Colors of #AA84FB
Black with #AA84FB
Text Example
Text Example
White with #AA84FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84FB; }
p { color: rgb(170,132,251); }
H1.HeaderClassName
{
color: #AA84FB;
}
.AnyTagClassName
{
color: #AA84FB;
}
</style>
background-color css
<style>
a { background-color: #AA84FB; }
a { background-color: rgb(170,132,251); }
div.DivClassName
{
background-color: #AA84FB;
}
.BgClassName
{
background-color: #AA84FB;
}
</style>
border-color css
<style>
span { border-color: #AA84FB; }
span { border-color: rgb(170,132,251); }
td.TdClassName
{
border-color: #AA84FB;
}
.TagClassName
{
border-color: #AA84FB;
}
</style>