#A980EB

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

Shades of Medium Purple #A980EB

Tints of Medium Purple #A980EB

Color information

#A980EB (or 0xA980EB) is unknown color: approx Medium Purple. HEX triplet: A9, 80 and EB. RGB value is (169,128,235). Sum of RGB (Red+Green+Blue) = 169+128+235=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #A980EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980EB is #567F14. Grayscale: #989898. Windows color (decimal): -5668629 or 15433897. OLE color: 15433897.

HSL color Cylindrical-coordinate representation of color #A980EB: hue angle of 262.99º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A980EB is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169128235-
CMYK0.280.4600.08
HSL262.99º72.79%71.18%-
HSV(B)262.99º45.53%92.16%-
XYZ39.0829.8782.3-
YUV152.46174.58139.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 235 (92.19% from 255) = 44.17%
R=31.77%
G=24.06%
B=44.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691282350.280.4600.08262.9972.7971.18
HexA980EB1C2E081074947
Octal2512003533456010407111107
Binary101010011000000011101011111001011100100010000011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980EB; }

 p { color: rgb(169,128,235); }

 H1.HeaderClassName
 {
   color: #A980EB;
 }
 .AnyTagClassName
 {
   color: #A980EB;
 }
</style>
background-color css

<style>
 a { background-color: #A980EB; }

 a { background-color: rgb(169,128,235); }

 div.DivClassName
 {
   background-color: #A980EB;
 }
 .BgClassName
 {
   background-color: #A980EB;
 }
</style>
border-color css

<style>
 span { border-color: #A980EB; }

 span { border-color: rgb(169,128,235); }

 td.TdClassName
 {
   border-color: #A980EB;
 }
 .TagClassName
 {
   border-color: #A980EB;
 }
</style>