#A57EC2

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

Shades of East Side #A57EC2

Tints of East Side #A57EC2

Color information

#A57EC2 (or 0xA57EC2) is unknown color: approx East Side. HEX triplet: A5, 7E and C2. RGB value is (165,126,194). Sum of RGB (Red+Green+Blue) = 165+126+194=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #A57EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EC2 is #5A813D. Grayscale: #919191. Windows color (decimal): -5931326 or 12746405. OLE color: 12746405.

HSL color Cylindrical-coordinate representation of color #A57EC2: hue angle of 274.41º degrees, saturation: 0.36, 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 #A57EC2 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165126194-
CMYK0.150.3500.24
HSL274.41º35.79%62.75%-
HSV(B)274.41º35.05%76.08%-
XYZ32.7226.8254.49-
YUV145.41155.42141.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 194 (76.17% from 255) = 40%
R=34.02%
G=25.98%
B=40%

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
Decimal1651261940.150.3500.24274.4135.7962.75
HexA57EC2F23018112243f
Octal24517630217430304224477
Binary101001011111110110000101111100011011000100010010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EC2; }

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

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

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

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

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

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

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

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