Shades of Medium Purple #AA80FB
Tints of Medium Purple #AA80FB
RGB
CMYK
RGB Variations
Color information
#AA80FB (or 0xAA80FB) is known color: Medium Purple. HEX triplet: AA, 80 and FB. RGB value is (170,128,251). Sum of RGB (Red+Green+Blue) = 170+128+251=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FB is #557F04. Grayscale: #9A9A9A. Windows color (decimal): -5603077 or 16482474. OLE color: 16482474.
HSL color Cylindrical-coordinate representation of color #AA80FB: hue angle of 260.49º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA80FB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 128 | 251 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.02 |
| HSL | 260.49º | 0.94% | 0.74% | - |
| HSV(B) | 260.49º | 0.49% | 0.98% | - |
| XYZ | 41.71 | 30.95 | 95.04 | - |
| YUV | 154.58 | 182.41 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 251 | 0.32 | 0.49 | 0 | 0.02 | 260.49 | 0.94 | 0.74 |
| Hex | AA | 80 | FB | 20 | 31 | 0 | 2 | 104 | 5E | 4A |
| Octal | 252 | 200 | 373 | 40 | 61 | 0 | 2 | 404 | 136 | 112 |
| Binary | 10101010 | 10000000 | 11111011 | 100000 | 110001 | 0 | 10 | 100000100 | 1011110 | 1001010 |
Color Harmonies of #AA80FB
Complementary color
Monochromatic Colors of #AA80FB
Black with #AA80FB
Text Example
Text Example
White with #AA80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80FB; }
p { color: rgb(170,128,251); }
H1.HeaderClassName
{
color: #AA80FB;
}
.AnyTagClassName
{
color: #AA80FB;
}
</style>
background-color css
<style>
a { background-color: #AA80FB; }
a { background-color: rgb(170,128,251); }
div.DivClassName
{
background-color: #AA80FB;
}
.BgClassName
{
background-color: #AA80FB;
}
</style>
border-color css
<style>
span { border-color: #AA80FB; }
span { border-color: rgb(170,128,251); }
td.TdClassName
{
border-color: #AA80FB;
}
.TagClassName
{
border-color: #AA80FB;
}
</style>