Shades of Medium Purple #AA86FB
Tints of Medium Purple #AA86FB
RGB
CMYK
RGB Variations
Color information
#AA86FB (or 0xAA86FB) is known color: Medium Purple. HEX triplet: AA, 86 and FB. RGB value is (170,134,251). Sum of RGB (Red+Green+Blue) = 170+134+251=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA86FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86FB is #557904. Grayscale: #9D9D9D. Windows color (decimal): -5601541 or 16484010. OLE color: 16484010.
HSL color Cylindrical-coordinate representation of color #AA86FB: hue angle of 258.46º 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 #AA86FB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 134 | 251 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 258.46º | 0.94% | 0.75% | - |
| HSV(B) | 258.46º | 0.47% | 0.98% | - |
| XYZ | 42.52 | 32.56 | 95.31 | - |
| YUV | 158.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 251 | 0.32 | 0.47 | 0 | 0.02 | 258.46 | 0.94 | 0.75 |
| Hex | AA | 86 | FB | 20 | 2F | 0 | 2 | 102 | 5E | 4B |
| Octal | 252 | 206 | 373 | 40 | 57 | 0 | 2 | 402 | 136 | 113 |
| Binary | 10101010 | 10000110 | 11111011 | 100000 | 101111 | 0 | 10 | 100000010 | 1011110 | 1001011 |
Color Harmonies of #AA86FB
Complementary color
Monochromatic Colors of #AA86FB
Black with #AA86FB
Text Example
Text Example
White with #AA86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA86FB; }
p { color: rgb(170,134,251); }
H1.HeaderClassName
{
color: #AA86FB;
}
.AnyTagClassName
{
color: #AA86FB;
}
</style>
background-color css
<style>
a { background-color: #AA86FB; }
a { background-color: rgb(170,134,251); }
div.DivClassName
{
background-color: #AA86FB;
}
.BgClassName
{
background-color: #AA86FB;
}
</style>
border-color css
<style>
span { border-color: #AA86FB; }
span { border-color: rgb(170,134,251); }
td.TdClassName
{
border-color: #AA86FB;
}
.TagClassName
{
border-color: #AA86FB;
}
</style>