#A57FEC

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

Shades of Medium Purple #A57FEC

Tints of Medium Purple #A57FEC

Color information

#A57FEC (or 0xA57FEC) is unknown color: approx Medium Purple. HEX triplet: A5, 7F and EC. RGB value is (165,127,236). Sum of RGB (Red+Green+Blue) = 165+127+236=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57FEC is #5A8013. Grayscale: #969696. Windows color (decimal): -5931028 or 15499173. OLE color: 15499173.

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

Color convert

RGB165127236-
CMYK0.300.4600.07
HSL260.92º74.15%71.18%-
HSV(B)260.92º46.19%92.55%-
XYZ38.2529.2382.98-
YUV150.79176.09138.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=31.25%
G=24.05%
B=44.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651272360.300.4600.07260.9274.1571.18
HexA57FEC1E2E071054a47
Octal245177354365607405112107
Binary1010010111111111110110011110101110011110000010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FEC; }

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

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

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

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

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

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

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

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