#A57FBB

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

Shades of East Side #A57FBB

Tints of East Side #A57FBB

Color information

#A57FBB (or 0xA57FBB) is unknown color: approx East Side. HEX triplet: A5, 7F and BB. RGB value is (165,127,187). Sum of RGB (Red+Green+Blue) = 165+127+187=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #A57FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FBB is #5A8044. Grayscale: #919191. Windows color (decimal): -5931077 or 12287909. OLE color: 12287909.

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

Color convert

RGB165127187-
CMYK0.120.3200.27
HSL278º30.61%61.57%-
HSV(B)278º32.09%73.33%-
XYZ32.0826.7750.49-
YUV145.2151.59142.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=34.45%
G=26.51%
B=39.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651271870.120.3200.2727830.6161.57
HexA57FBBC2001B1161f3e
Octal24517727314400334263776
Binary10100101111111110111011110010000001101110001011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FBB; }

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

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

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

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

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

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

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

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