Shades of Medium Purple #A980E8
Tints of Medium Purple #A980E8
RGB
CMYK
RGB Variations
Color information
#A980E8 (or 0xA980E8) is known color: Medium Purple. HEX triplet: A9, 80 and E8. RGB value is (169,128,232). Sum of RGB (Red+Green+Blue) = 169+128+232=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #A980E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980E8 is #567F17. Grayscale: #979797. Windows color (decimal): -5668632 or 15237289. OLE color: 15237289.
HSL color Cylindrical-coordinate representation of color #A980E8: hue angle of 263.65º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A980E8 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 128 | 232 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.09 |
| HSL | 263.65º | 0.69% | 0.71% | - |
| HSV(B) | 263.65º | 0.45% | 0.91% | - |
| XYZ | 38.65 | 29.7 | 80.04 | - |
| YUV | 152.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 232 | 0.27 | 0.45 | 0 | 0.09 | 263.65 | 0.69 | 0.71 |
| Hex | A9 | 80 | E8 | 1B | 2D | 0 | 9 | 108 | 45 | 47 |
| Octal | 251 | 200 | 350 | 33 | 55 | 0 | 11 | 410 | 105 | 107 |
| Binary | 10101001 | 10000000 | 11101000 | 11011 | 101101 | 0 | 1001 | 100001000 | 1000101 | 1000111 |
Color Harmonies of #A980E8
Complementary color
Monochromatic Colors of #A980E8
Black with #A980E8
Text Example
Text Example
White with #A980E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A980E8; }
p { color: rgb(169,128,232); }
H1.HeaderClassName
{
color: #A980E8;
}
.AnyTagClassName
{
color: #A980E8;
}
</style>
background-color css
<style>
a { background-color: #A980E8; }
a { background-color: rgb(169,128,232); }
div.DivClassName
{
background-color: #A980E8;
}
.BgClassName
{
background-color: #A980E8;
}
</style>
border-color css
<style>
span { border-color: #A980E8; }
span { border-color: rgb(169,128,232); }
td.TdClassName
{
border-color: #A980E8;
}
.TagClassName
{
border-color: #A980E8;
}
</style>