#A980E8

Color #A980E8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A980E8

Tints of Medium Purple #A980E8

Color information

#A980E8 (or 0xA980E8) is unknown color: approx 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

RGB169128232-
CMYK0.270.4500.09
HSL263.65º69.33%70.59%-
HSV(B)263.65º44.83%90.98%-
XYZ38.6529.780.04-
YUV152.12173.08140.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=31.95%
G=24.20%
B=43.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691282320.270.4500.09263.6569.3370.59
HexA980E81B2D091084547
Octal2512003503355011410105107
Binary101010011000000011101000110111011010100110000100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>