#A57EBA

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

Shades of East Side #A57EBA

Tints of East Side #A57EBA

Color information

#A57EBA (or 0xA57EBA) is unknown color: approx East Side. HEX triplet: A5, 7E and BA. RGB value is (165,126,186). Sum of RGB (Red+Green+Blue) = 165+126+186=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A57EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57EBA is #5A8145. Grayscale: #909090. Windows color (decimal): -5931334 or 12222117. OLE color: 12222117.

HSL color Cylindrical-coordinate representation of color #A57EBA: hue angle of 279º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57EBA is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165126186-
CMYK0.110.3200.27
HSL279º30.3%61.18%-
HSV(B)279º32.26%72.94%-
XYZ31.8426.4749.88-
YUV144.5151.42142.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=34.59%
G=26.42%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651261860.110.3200.2727930.361.18
HexA57EBAB2001B1171e3d
Octal24517627213400334273675
Binary10100101111111010111010101110000001101110001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57EBA; }

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

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

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

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

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

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

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

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