#A57FBF

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

Shades of East Side #A57FBF

Tints of East Side #A57FBF

Color information

#A57FBF (or 0xA57FBF) is unknown color: approx East Side. HEX triplet: A5, 7F and BF. RGB value is (165,127,191). Sum of RGB (Red+Green+Blue) = 165+127+191=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #A57FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57FBF is #5A8040. Grayscale: #919191. Windows color (decimal): -5931073 or 12550053. OLE color: 12550053.

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

Color convert

RGB165127191-
CMYK0.140.3400.25
HSL275.62º33.33%62.35%-
HSV(B)275.62º33.51%74.9%-
XYZ32.5126.9452.78-
YUV145.66153.59141.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 191 (75% from 255) = 39.54%
R=34.16%
G=26.29%
B=39.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651271910.140.3400.25275.6233.3362.35
HexA57FBFE22019114213e
Octal24517727716420314244176
Binary101001011111111101111111110100010011001100010100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57FBF; }

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

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

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

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

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

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

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

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