#A57BAE

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

Shades of East Side #A57BAE

Tints of East Side #A57BAE

Color information

#A57BAE (or 0xA57BAE) is unknown color: approx East Side. HEX triplet: A5, 7B and AE. RGB value is (165,123,174). Sum of RGB (Red+Green+Blue) = 165+123+174=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #A57BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57BAE is #5A8451. Grayscale: #8D8D8D. Windows color (decimal): -5932114 or 11434917. OLE color: 11434917.

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

Color convert

RGB165123174-
CMYK0.050.2900.32
HSL289.41º23.94%58.24%-
HSV(B)289.41º29.31%68.24%-
XYZ30.2425.2243.32-
YUV141.37146.41144.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=35.71%
G=26.62%
B=37.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651231740.050.2900.32289.4123.9458.24
HexA57BAE51D020121183a
Octal2451732565350404413072
Binary1010010111110111010111010111101010000010010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BAE; }

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

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

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

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

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

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

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

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