#a57eec

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

Shades of Medium Purple #A57EEC

Tints of Medium Purple #A57EEC

Color information

#A57EEC (or 0xA57EEC) is unknown color: approx Medium Purple. HEX triplet: A5, 7E and EC. RGB value is (165,126,236). Sum of RGB (Red+Green+Blue) = 165+126+236=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A57EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EEC is #5A8113. Grayscale: #959595. Windows color (decimal): -5931284 or 15498917. OLE color: 15498917.

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

Color convert

RGB165126236-
CMYK0.300.4700.07
HSL261.27º74.32%70.98%-
HSV(B)261.27º46.61%92.55%-
XYZ38.1228.9882.94-
YUV150.2176.42138.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=31.31%
G=23.91%
B=44.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651262360.300.4700.07261.2774.3270.98
HexA57EEC1E2F071054a47
Octal245176354365707405112107
Binary1010010111111101110110011110101111011110000010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a57eec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a57eec; }

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

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

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

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

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

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

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

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