#A480E9

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

Shades of Medium Purple #A480E9

Tints of Medium Purple #A480E9

Color information

#A480E9 (or 0xA480E9) is unknown color: approx Medium Purple. HEX triplet: A4, 80 and E9. RGB value is (164,128,233). Sum of RGB (Red+Green+Blue) = 164+128+233=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #A480E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A480E9 is #5B7F16. Grayscale: #969696. Windows color (decimal): -5996311 or 15302820. OLE color: 15302820.

HSL color Cylindrical-coordinate representation of color #A480E9: hue angle of 260.57º degrees, saturation: 0.7, 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 #A480E9 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164128233-
CMYK0.300.4500.09
HSL260.57º70.47%70.78%-
HSV(B)260.57º45.06%91.37%-
XYZ37.7429.2180.74-
YUV150.73174.43137.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=31.24%
G=24.38%
B=44.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641282330.300.4500.09260.5770.4770.78
HexA480E91E2D091054647
Octal2442003513655011405106107
Binary101001001000000011101001111101011010100110000010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480E9; }

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

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

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

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

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

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

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

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