#A57FAE

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

Shades of East Side #A57FAE

Tints of East Side #A57FAE

Color information

#A57FAE (or 0xA57FAE) is unknown color: approx East Side. HEX triplet: A5, 7F and AE. RGB value is (165,127,174). Sum of RGB (Red+Green+Blue) = 165+127+174=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #A57FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57FAE is #5A8051. Grayscale: #8F8F8F. Windows color (decimal): -5931090 or 11435941. OLE color: 11435941.

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

Color convert

RGB165127174-
CMYK0.050.2700.32
HSL288.51º22.49%59.02%-
HSV(B)288.51º27.01%68.24%-
XYZ30.7526.2343.49-
YUV143.72145.09143.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=35.41%
G=27.25%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651271740.050.2700.32288.5122.4959.02
HexA57FAE51B020121163b
Octal2451772565330404412673
Binary1010010111111111010111010111011010000010010000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FAE; }

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

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

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

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

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

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

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

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