#A980F0

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

Shades of Medium Purple #A980F0

Tints of Medium Purple #A980F0

Color information

#A980F0 (or 0xA980F0) is unknown color: approx Medium Purple. HEX triplet: A9, 80 and F0. RGB value is (169,128,240). Sum of RGB (Red+Green+Blue) = 169+128+240=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A980F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980F0 is #567F0F. Grayscale: #989898. Windows color (decimal): -5668624 or 15761577. OLE color: 15761577.

HSL color Cylindrical-coordinate representation of color #A980F0: hue angle of 261.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A980F0 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169128240-
CMYK0.300.4700.06
HSL261.96º78.87%72.16%-
HSV(B)261.96º46.67%94.12%-
XYZ39.8130.1686.16-
YUV153.03177.08139.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=31.47%
G=23.84%
B=44.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691282400.300.4700.06261.9678.8772.16
HexA980F01E2F061064f48
Octal251200360365706406117110
Binary10101001100000001111000011110101111011010000011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980F0; }

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

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

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

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

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

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

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

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