#A57CB5

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

Shades of East Side #A57CB5

Tints of East Side #A57CB5

Color information

#A57CB5 (or 0xA57CB5) is unknown color: approx East Side. HEX triplet: A5, 7C and B5. RGB value is (165,124,181). Sum of RGB (Red+Green+Blue) = 165+124+181=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #A57CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57CB5 is #5A834A. Grayscale: #8E8E8E. Windows color (decimal): -5931851 or 11893925. OLE color: 11893925.

HSL color Cylindrical-coordinate representation of color #A57CB5: hue angle of 283.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57CB5 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165124181-
CMYK0.090.3100.29
HSL283.16º27.8%59.8%-
HSV(B)283.16º31.49%70.98%-
XYZ31.0725.7547.05-
YUV142.76149.58143.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=35.11%
G=26.38%
B=38.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651241810.090.3100.29283.1627.859.8
HexA57CB591F01D11b1c3c
Octal24517426511370354333474
Binary1010010111111001011010110011111101110110001101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CB5; }

 p { color: rgb(165,124,181); }

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

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

 a { background-color: rgb(165,124,181); }

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

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

 span { border-color: rgb(165,124,181); }

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