Shades of Medium Purple #AA80FC
Tints of Medium Purple #AA80FC
RGB
CMYK
RGB Variations
Color information
#AA80FC (or 0xAA80FC) is known color: Medium Purple. HEX triplet: AA, 80 and FC. RGB value is (170,128,252). Sum of RGB (Red+Green+Blue) = 170+128+252=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FC is #557F03. Grayscale: #9A9A9A. Windows color (decimal): -5603076 or 16548010. OLE color: 16548010.
HSL color Cylindrical-coordinate representation of color #AA80FC: hue angle of 260.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA80FC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 128 | 252 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.01 |
| HSL | 260.32º | 0.95% | 0.75% | - |
| HSV(B) | 260.32º | 0.49% | 0.99% | - |
| XYZ | 41.87 | 31.01 | 95.87 | - |
| YUV | 154.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 252 | 0.33 | 0.49 | 0 | 0.01 | 260.32 | 0.95 | 0.75 |
| Hex | AA | 80 | FC | 21 | 31 | 0 | 1 | 104 | 5F | 4B |
| Octal | 252 | 200 | 374 | 41 | 61 | 0 | 1 | 404 | 137 | 113 |
| Binary | 10101010 | 10000000 | 11111100 | 100001 | 110001 | 0 | 1 | 100000100 | 1011111 | 1001011 |
Color Harmonies of #AA80FC
Complementary color
Monochromatic Colors of #AA80FC
Black with #AA80FC
Text Example
Text Example
White with #AA80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80FC; }
p { color: rgb(170,128,252); }
H1.HeaderClassName
{
color: #AA80FC;
}
.AnyTagClassName
{
color: #AA80FC;
}
</style>
background-color css
<style>
a { background-color: #AA80FC; }
a { background-color: rgb(170,128,252); }
div.DivClassName
{
background-color: #AA80FC;
}
.BgClassName
{
background-color: #AA80FC;
}
</style>
border-color css
<style>
span { border-color: #AA80FC; }
span { border-color: rgb(170,128,252); }
td.TdClassName
{
border-color: #AA80FC;
}
.TagClassName
{
border-color: #AA80FC;
}
</style>