#A37EBF

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

Shades of East Side #A37EBF

Tints of East Side #A37EBF

Color information

#A37EBF (or 0xA37EBF) is unknown color: approx East Side. HEX triplet: A3, 7E and BF. RGB value is (163,126,191). Sum of RGB (Red+Green+Blue) = 163+126+191=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #A37EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EBF is #5C8140. Grayscale: #909090. Windows color (decimal): -6062401 or 12549795. OLE color: 12549795.

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

Color convert

RGB163126191-
CMYK0.150.3400.25
HSL274.15º33.68%62.16%-
HSV(B)274.15º34.03%74.9%-
XYZ31.9726.4752.71-
YUV144.47154.26141.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 191 (75% from 255) = 39.79%
R=33.96%
G=26.25%
B=39.79%

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
Decimal1631261910.150.3400.25274.1533.6862.16
HexA37EBFF22019112223e
Octal24317627717420314224276
Binary101000111111110101111111111100010011001100010010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EBF; }

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

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

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

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

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

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

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

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