#A480F0

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

Shades of Medium Purple #A480F0

Tints of Medium Purple #A480F0

Color information

#A480F0 (or 0xA480F0) is unknown color: approx Medium Purple. HEX triplet: A4, 80 and F0. RGB value is (164,128,240). Sum of RGB (Red+Green+Blue) = 164+128+240=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A480F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480F0 is #5B7F0F. Grayscale: #979797. Windows color (decimal): -5996304 or 15761572. OLE color: 15761572.

HSL color Cylindrical-coordinate representation of color #A480F0: hue angle of 259.29º 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 #A480F0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164128240-
CMYK0.320.4700.06
HSL259.29º78.87%72.16%-
HSV(B)259.29º46.67%94.12%-
XYZ38.7629.6286.11-
YUV151.53177.93136.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=30.83%
G=24.06%
B=45.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1641282400.320.4700.06259.2978.8772.16
HexA480F0202F061034f48
Octal244200360405706403117110
Binary101001001000000011110000100000101111011010000001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480F0; }

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

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

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

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

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

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

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

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