#A57EAE

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

Shades of East Side #A57EAE

Tints of East Side #A57EAE

Color information

#A57EAE (or 0xA57EAE) is unknown color: approx East Side. HEX triplet: A5, 7E and AE. RGB value is (165,126,174). Sum of RGB (Red+Green+Blue) = 165+126+174=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #A57EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57EAE is #5A8151. Grayscale: #8E8E8E. Windows color (decimal): -5931346 or 11435685. OLE color: 11435685.

HSL color Cylindrical-coordinate representation of color #A57EAE: hue angle of 288.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57EAE is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165126174-
CMYK0.050.2800.32
HSL288.75º22.86%58.82%-
HSV(B)288.75º27.59%68.24%-
XYZ30.6225.9843.44-
YUV143.13145.42143.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=35.48%
G=27.10%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651261740.050.2800.32288.7522.8658.82
HexA57EAE51C020121173b
Octal2451762565340404412773
Binary1010010111111101010111010111100010000010010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EAE; }

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

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

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

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

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

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

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

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