Shades of Medium Purple #AA56FB
Tints of Medium Purple #AA56FB
RGB
CMYK
RGB Variations
Color information
#AA56FB (or 0xAA56FB) is known color: Medium Purple. HEX triplet: AA, 56 and FB. RGB value is (170,86,251). Sum of RGB (Red+Green+Blue) = 170+86+251=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA56FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56FB is #55A904. Grayscale: #818181. Windows color (decimal): -5613829 or 16471722. OLE color: 16471722.
HSL color Cylindrical-coordinate representation of color #AA56FB: hue angle of 270.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA56FB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 86 | 251 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 270.55º | 0.95% | 0.66% | - |
| HSV(B) | 270.55º | 0.66% | 0.98% | - |
| XYZ | 37.32 | 22.17 | 93.58 | - |
| YUV | 129.93 | 196.33 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 251 | 0.32 | 0.66 | 0 | 0.02 | 270.55 | 0.95 | 0.66 |
| Hex | AA | 56 | FB | 20 | 42 | 0 | 2 | 10F | 5F | 42 |
| Octal | 252 | 126 | 373 | 40 | 102 | 0 | 2 | 417 | 137 | 102 |
| Binary | 10101010 | 1010110 | 11111011 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011111 | 1000010 |
Color Harmonies of #AA56FB
Complementary color
Monochromatic Colors of #AA56FB
Black with #AA56FB
Text Example
Text Example
White with #AA56FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56FB; }
p { color: rgb(170,86,251); }
H1.HeaderClassName
{
color: #AA56FB;
}
.AnyTagClassName
{
color: #AA56FB;
}
</style>
background-color css
<style>
a { background-color: #AA56FB; }
a { background-color: rgb(170,86,251); }
div.DivClassName
{
background-color: #AA56FB;
}
.BgClassName
{
background-color: #AA56FB;
}
</style>
border-color css
<style>
span { border-color: #AA56FB; }
span { border-color: rgb(170,86,251); }
td.TdClassName
{
border-color: #AA56FB;
}
.TagClassName
{
border-color: #AA56FB;
}
</style>