Shades of Medium Purple #A980EF
Tints of Medium Purple #A980EF
RGB
CMYK
RGB Variations
Color information
#A980EF (or 0xA980EF) is known color: Medium Purple. HEX triplet: A9, 80 and EF. RGB value is (169,128,239). Sum of RGB (Red+Green+Blue) = 169+128+239=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #A980EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980EF is #567F10. Grayscale: #989898. Windows color (decimal): -5668625 or 15696041. OLE color: 15696041.
HSL color Cylindrical-coordinate representation of color #A980EF: hue angle of 262.16º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A980EF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 128 | 239 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.06 |
| HSL | 262.16º | 0.78% | 0.72% | - |
| HSV(B) | 262.16º | 0.46% | 0.94% | - |
| XYZ | 39.66 | 30.11 | 85.38 | - |
| YUV | 152.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 239 | 0.29 | 0.46 | 0 | 0.06 | 262.16 | 0.78 | 0.72 |
| Hex | A9 | 80 | EF | 1D | 2E | 0 | 6 | 106 | 4E | 48 |
| Octal | 251 | 200 | 357 | 35 | 56 | 0 | 6 | 406 | 116 | 110 |
| Binary | 10101001 | 10000000 | 11101111 | 11101 | 101110 | 0 | 110 | 100000110 | 1001110 | 1001000 |
Color Harmonies of #A980EF
Complementary color
Monochromatic Colors of #A980EF
Black with #A980EF
Text Example
Text Example
White with #A980EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980EF; }
p { color: rgb(169,128,239); }
H1.HeaderClassName
{
color: #A980EF;
}
.AnyTagClassName
{
color: #A980EF;
}
</style>
background-color css
<style>
a { background-color: #A980EF; }
a { background-color: rgb(169,128,239); }
div.DivClassName
{
background-color: #A980EF;
}
.BgClassName
{
background-color: #A980EF;
}
</style>
border-color css
<style>
span { border-color: #A980EF; }
span { border-color: rgb(169,128,239); }
td.TdClassName
{
border-color: #A980EF;
}
.TagClassName
{
border-color: #A980EF;
}
</style>