Shades of Medium Purple #AA80F5
Tints of Medium Purple #AA80F5
RGB
CMYK
RGB Variations
Color information
#AA80F5 (or 0xAA80F5) is known color: Medium Purple. HEX triplet: AA, 80 and F5. RGB value is (170,128,245). Sum of RGB (Red+Green+Blue) = 170+128+245=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA80F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80F5 is #557F0A. Grayscale: #999999. Windows color (decimal): -5603083 or 16089258. OLE color: 16089258.
HSL color Cylindrical-coordinate representation of color #AA80F5: hue angle of 261.54º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA80F5 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 128 | 245 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.04 |
| HSL | 261.54º | 0.85% | 0.73% | - |
| HSV(B) | 261.54º | 0.48% | 0.96% | - |
| XYZ | 40.78 | 30.58 | 90.14 | - |
| YUV | 153.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 245 | 0.31 | 0.48 | 0 | 0.04 | 261.54 | 0.85 | 0.73 |
| Hex | AA | 80 | F5 | 1F | 30 | 0 | 4 | 106 | 55 | 49 |
| Octal | 252 | 200 | 365 | 37 | 60 | 0 | 4 | 406 | 125 | 111 |
| Binary | 10101010 | 10000000 | 11110101 | 11111 | 110000 | 0 | 100 | 100000110 | 1010101 | 1001001 |
Color Harmonies of #AA80F5
Complementary color
Monochromatic Colors of #AA80F5
Black with #AA80F5
Text Example
Text Example
White with #AA80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80F5; }
p { color: rgb(170,128,245); }
H1.HeaderClassName
{
color: #AA80F5;
}
.AnyTagClassName
{
color: #AA80F5;
}
</style>
background-color css
<style>
a { background-color: #AA80F5; }
a { background-color: rgb(170,128,245); }
div.DivClassName
{
background-color: #AA80F5;
}
.BgClassName
{
background-color: #AA80F5;
}
</style>
border-color css
<style>
span { border-color: #AA80F5; }
span { border-color: rgb(170,128,245); }
td.TdClassName
{
border-color: #AA80F5;
}
.TagClassName
{
border-color: #AA80F5;
}
</style>