#A57EC1

Color #A57EC1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A57EC1

Tints of East Side #A57EC1

Color information

#A57EC1 (or 0xA57EC1) is unknown color: approx East Side. HEX triplet: A5, 7E and C1. RGB value is (165,126,193). Sum of RGB (Red+Green+Blue) = 165+126+193=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #A57EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EC1 is #5A813E. Grayscale: #919191. Windows color (decimal): -5931327 or 12680869. OLE color: 12680869.

HSL color Cylindrical-coordinate representation of color #A57EC1: hue angle of 274.93º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A57EC1 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165126193-
CMYK0.150.3500.24
HSL274.93º35.08%62.55%-
HSV(B)274.93º34.72%75.69%-
XYZ32.626.7753.9-
YUV145.3154.92142.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=34.09%
G=26.03%
B=39.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651261930.150.3500.24274.9335.0862.55
HexA57EC1F23018113233f
Octal24517630117430304234377
Binary101001011111110110000011111100011011000100010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EC1; }

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

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

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

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

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

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

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

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