Shades of Medium Purple #AA80F1
Tints of Medium Purple #AA80F1
RGB
CMYK
RGB Variations
Color information
#AA80F1 (or 0xAA80F1) is known color: Medium Purple. HEX triplet: AA, 80 and F1. RGB value is (170,128,241). Sum of RGB (Red+Green+Blue) = 170+128+241=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80F1 is #557F0E. Grayscale: #999999. Windows color (decimal): -5603087 or 15827114. OLE color: 15827114.
HSL color Cylindrical-coordinate representation of color #AA80F1: hue angle of 262.3º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA80F1 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 128 | 241 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.05 |
| HSL | 262.3º | 0.8% | 0.72% | - |
| HSV(B) | 262.3º | 0.47% | 0.95% | - |
| XYZ | 40.17 | 30.34 | 86.96 | - |
| YUV | 153.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 241 | 0.29 | 0.47 | 0 | 0.05 | 262.3 | 0.8 | 0.72 |
| Hex | AA | 80 | F1 | 1D | 2F | 0 | 5 | 106 | 50 | 48 |
| Octal | 252 | 200 | 361 | 35 | 57 | 0 | 5 | 406 | 120 | 110 |
| Binary | 10101010 | 10000000 | 11110001 | 11101 | 101111 | 0 | 101 | 100000110 | 1010000 | 1001000 |
Color Harmonies of #AA80F1
Complementary color
Monochromatic Colors of #AA80F1
Black with #AA80F1
Text Example
Text Example
White with #AA80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80F1; }
p { color: rgb(170,128,241); }
H1.HeaderClassName
{
color: #AA80F1;
}
.AnyTagClassName
{
color: #AA80F1;
}
</style>
background-color css
<style>
a { background-color: #AA80F1; }
a { background-color: rgb(170,128,241); }
div.DivClassName
{
background-color: #AA80F1;
}
.BgClassName
{
background-color: #AA80F1;
}
</style>
border-color css
<style>
span { border-color: #AA80F1; }
span { border-color: rgb(170,128,241); }
td.TdClassName
{
border-color: #AA80F1;
}
.TagClassName
{
border-color: #AA80F1;
}
</style>