#A980F8

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

Shades of Medium Purple #A980F8

Tints of Medium Purple #A980F8

Color information

#A980F8 (or 0xA980F8) is unknown color: approx Medium Purple. HEX triplet: A9, 80 and F8. RGB value is (169,128,248). Sum of RGB (Red+Green+Blue) = 169+128+248=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #A980F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A980F8 is #567F07. Grayscale: #999999. Windows color (decimal): -5668616 or 16285865. OLE color: 16285865.

HSL color Cylindrical-coordinate representation of color #A980F8: hue angle of 260.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A980F8 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169128248-
CMYK0.320.4800.03
HSL260.5º89.55%73.73%-
HSV(B)260.5º48.39%97.25%-
XYZ41.0230.6592.56-
YUV153.94181.08138.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=31.01%
G=23.49%
B=45.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691282480.320.4800.03260.589.5573.73
HexA980F82030031045a4a
Octal251200370406003404132112
Binary10101001100000001111100010000011000001110000010010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980F8; }

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

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

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

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

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

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

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

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