Shades of Medium Purple #AA80FA
Tints of Medium Purple #AA80FA
RGB
CMYK
RGB Variations
Color information
#AA80FA (or 0xAA80FA) is known color: Medium Purple. HEX triplet: AA, 80 and FA. RGB value is (170,128,250). Sum of RGB (Red+Green+Blue) = 170+128+250=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FA is #557F05. Grayscale: #9A9A9A. Windows color (decimal): -5603078 or 16416938. OLE color: 16416938.
HSL color Cylindrical-coordinate representation of color #AA80FA: hue angle of 260.66º degrees, saturation: 0.92, 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 #AA80FA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 128 | 250 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.02 |
| HSL | 260.66º | 0.92% | 0.74% | - |
| HSV(B) | 260.66º | 0.49% | 0.98% | - |
| XYZ | 41.55 | 30.89 | 94.21 | - |
| YUV | 154.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 250 | 0.32 | 0.49 | 0 | 0.02 | 260.66 | 0.92 | 0.74 |
| Hex | AA | 80 | FA | 20 | 31 | 0 | 2 | 105 | 5C | 4A |
| Octal | 252 | 200 | 372 | 40 | 61 | 0 | 2 | 405 | 134 | 112 |
| Binary | 10101010 | 10000000 | 11111010 | 100000 | 110001 | 0 | 10 | 100000101 | 1011100 | 1001010 |
Color Harmonies of #AA80FA
Complementary color
Monochromatic Colors of #AA80FA
Black with #AA80FA
Text Example
Text Example
White with #AA80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80FA; }
p { color: rgb(170,128,250); }
H1.HeaderClassName
{
color: #AA80FA;
}
.AnyTagClassName
{
color: #AA80FA;
}
</style>
background-color css
<style>
a { background-color: #AA80FA; }
a { background-color: rgb(170,128,250); }
div.DivClassName
{
background-color: #AA80FA;
}
.BgClassName
{
background-color: #AA80FA;
}
</style>
border-color css
<style>
span { border-color: #AA80FA; }
span { border-color: rgb(170,128,250); }
td.TdClassName
{
border-color: #AA80FA;
}
.TagClassName
{
border-color: #AA80FA;
}
</style>