Shades of Medium Purple #AA80FD
Tints of Medium Purple #AA80FD
RGB
CMYK
RGB Variations
Color information
#AA80FD (or 0xAA80FD) is known color: Medium Purple. HEX triplet: AA, 80 and FD. RGB value is (170,128,253). Sum of RGB (Red+Green+Blue) = 170+128+253=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FD is #557F02. Grayscale: #9A9A9A. Windows color (decimal): -5603075 or 16613546. OLE color: 16613546.
HSL color Cylindrical-coordinate representation of color #AA80FD: hue angle of 260.16º degrees, saturation: 0.97, 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 #AA80FD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 128 | 253 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.01 |
| HSL | 260.16º | 0.97% | 0.75% | - |
| HSV(B) | 260.16º | 0.49% | 0.99% | - |
| XYZ | 42.03 | 31.08 | 96.71 | - |
| YUV | 154.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 253 | 0.33 | 0.49 | 0 | 0.01 | 260.16 | 0.97 | 0.75 |
| Hex | AA | 80 | FD | 21 | 31 | 0 | 1 | 104 | 61 | 4B |
| Octal | 252 | 200 | 375 | 41 | 61 | 0 | 1 | 404 | 141 | 113 |
| Binary | 10101010 | 10000000 | 11111101 | 100001 | 110001 | 0 | 1 | 100000100 | 1100001 | 1001011 |
Color Harmonies of #AA80FD
Complementary color
Monochromatic Colors of #AA80FD
Black with #AA80FD
Text Example
Text Example
White with #AA80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80FD; }
p { color: rgb(170,128,253); }
H1.HeaderClassName
{
color: #AA80FD;
}
.AnyTagClassName
{
color: #AA80FD;
}
</style>
background-color css
<style>
a { background-color: #AA80FD; }
a { background-color: rgb(170,128,253); }
div.DivClassName
{
background-color: #AA80FD;
}
.BgClassName
{
background-color: #AA80FD;
}
</style>
border-color css
<style>
span { border-color: #AA80FD; }
span { border-color: rgb(170,128,253); }
td.TdClassName
{
border-color: #AA80FD;
}
.TagClassName
{
border-color: #AA80FD;
}
</style>