#A57FBE

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

Shades of East Side #A57FBE

Tints of East Side #A57FBE

Color information

#A57FBE (or 0xA57FBE) is unknown color: approx East Side. HEX triplet: A5, 7F and BE. RGB value is (165,127,190). Sum of RGB (Red+Green+Blue) = 165+127+190=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #A57FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FBE is #5A8041. Grayscale: #919191. Windows color (decimal): -5931074 or 12484517. OLE color: 12484517.

HSL color Cylindrical-coordinate representation of color #A57FBE: hue angle of 276.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57FBE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165127190-
CMYK0.130.3300.25
HSL276.19º32.64%62.16%-
HSV(B)276.19º33.16%74.51%-
XYZ32.426.952.2-
YUV145.54153.09141.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=34.23%
G=26.35%
B=39.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651271900.130.3300.25276.1932.6462.16
HexA57FBED21019114213e
Octal24517727615410314244176
Binary101001011111111101111101101100001011001100010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FBE; }

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

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

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

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

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

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

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

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