#A57CB2

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

Shades of East Side #A57CB2

Tints of East Side #A57CB2

Color information

#A57CB2 (or 0xA57CB2) is unknown color: approx East Side. HEX triplet: A5, 7C and B2. RGB value is (165,124,178). Sum of RGB (Red+Green+Blue) = 165+124+178=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #A57CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CB2 is #5A834D. Grayscale: #8E8E8E. Windows color (decimal): -5931854 or 11697317. OLE color: 11697317.

HSL color Cylindrical-coordinate representation of color #A57CB2: hue angle of 285.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57CB2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165124178-
CMYK0.070.3000.30
HSL285.56º25.96%59.22%-
HSV(B)285.56º30.34%69.8%-
XYZ30.7625.6345.45-
YUV142.42148.08144.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=35.33%
G=26.55%
B=38.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651241780.070.3000.30285.5625.9659.22
HexA57CB271E01E11e1a3b
Octal2451742627360364363273
Binary101001011111100101100101111111001111010001111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57CB2; }

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

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

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

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

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

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

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

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