Shades of Medium Purple #A980F6
Tints of Medium Purple #A980F6
RGB
CMYK
RGB Variations
Color information
#A980F6 (or 0xA980F6) is known color: Medium Purple. HEX triplet: A9, 80 and F6. RGB value is (169,128,246). Sum of RGB (Red+Green+Blue) = 169+128+246=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #A980F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980F6 is #567F09. Grayscale: #999999. Windows color (decimal): -5668618 or 16154793. OLE color: 16154793.
HSL color Cylindrical-coordinate representation of color #A980F6: hue angle of 260.85º degrees, saturation: 0.87, 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 #A980F6 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 128 | 246 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.04 |
| HSL | 260.85º | 0.87% | 0.73% | - |
| HSV(B) | 260.85º | 0.48% | 0.96% | - |
| XYZ | 40.72 | 30.53 | 90.94 | - |
| YUV | 153.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 246 | 0.31 | 0.48 | 0 | 0.04 | 260.85 | 0.87 | 0.73 |
| Hex | A9 | 80 | F6 | 1F | 30 | 0 | 4 | 105 | 57 | 49 |
| Octal | 251 | 200 | 366 | 37 | 60 | 0 | 4 | 405 | 127 | 111 |
| Binary | 10101001 | 10000000 | 11110110 | 11111 | 110000 | 0 | 100 | 100000101 | 1010111 | 1001001 |
Color Harmonies of #A980F6
Complementary color
Monochromatic Colors of #A980F6
Black with #A980F6
Text Example
Text Example
White with #A980F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980F6; }
p { color: rgb(169,128,246); }
H1.HeaderClassName
{
color: #A980F6;
}
.AnyTagClassName
{
color: #A980F6;
}
</style>
background-color css
<style>
a { background-color: #A980F6; }
a { background-color: rgb(169,128,246); }
div.DivClassName
{
background-color: #A980F6;
}
.BgClassName
{
background-color: #A980F6;
}
</style>
border-color css
<style>
span { border-color: #A980F6; }
span { border-color: rgb(169,128,246); }
td.TdClassName
{
border-color: #A980F6;
}
.TagClassName
{
border-color: #A980F6;
}
</style>