#A37FBF

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

Shades of East Side #A37FBF

Tints of East Side #A37FBF

Color information

#A37FBF (or 0xA37FBF) is unknown color: approx East Side. HEX triplet: A3, 7F and BF. RGB value is (163,127,191). Sum of RGB (Red+Green+Blue) = 163+127+191=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #A37FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FBF is #5C8040. Grayscale: #909090. Windows color (decimal): -6062145 or 12550051. OLE color: 12550051.

HSL color Cylindrical-coordinate representation of color #A37FBF: hue angle of 273.75º 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 #A37FBF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163127191-
CMYK0.150.3400.25
HSL273.75º33.33%62.35%-
HSV(B)273.75º33.51%74.9%-
XYZ32.126.7352.76-
YUV145.06153.93140.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 191 (75% from 255) = 39.71%
R=33.89%
G=26.40%
B=39.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631271910.150.3400.25273.7533.3362.35
HexA37FBFF22019112213e
Octal24317727717420314224176
Binary101000111111111101111111111100010011001100010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FBF; }

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

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

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

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

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

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

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

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