#A579EC

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

Shades of Medium Purple #A579EC

Tints of Medium Purple #A579EC

Color information

#A579EC (or 0xA579EC) is unknown color: approx Medium Purple. HEX triplet: A5, 79 and EC. RGB value is (165,121,236). Sum of RGB (Red+Green+Blue) = 165+121+236=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #A579EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A579EC is #5A8613. Grayscale: #929292. Windows color (decimal): -5932564 or 15497637. OLE color: 15497637.

HSL color Cylindrical-coordinate representation of color #A579EC: hue angle of 262.96º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A579EC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165121236-
CMYK0.300.4900.07
HSL262.96º75.16%70%-
HSV(B)262.96º48.73%92.55%-
XYZ37.4927.7382.73-
YUV147.27178.08140.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=31.61%
G=23.18%
B=45.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651212360.300.4900.07262.9675.1670
HexA579EC1E31071074b46
Octal245171354366107407113106
Binary1010010111110011110110011110110001011110000011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579EC; }

 p { color: rgb(165,121,236); }

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

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

 a { background-color: rgb(165,121,236); }

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

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

 span { border-color: rgb(165,121,236); }

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