#A37EBA

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

Shades of East Side #A37EBA

Tints of East Side #A37EBA

Color information

#A37EBA (or 0xA37EBA) is unknown color: approx East Side. HEX triplet: A3, 7E and BA. RGB value is (163,126,186). Sum of RGB (Red+Green+Blue) = 163+126+186=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EBA is #5C8145. Grayscale: #8F8F8F. Windows color (decimal): -6062406 or 12222115. OLE color: 12222115.

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

Color convert

RGB163126186-
CMYK0.120.3200.27
HSL277º30.3%61.18%-
HSV(B)277º32.26%72.94%-
XYZ31.4326.2549.87-
YUV143.9151.76141.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=34.32%
G=26.53%
B=39.16%

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
Decimal1631261860.120.3200.2727730.361.18
HexA37EBAC2001B1151e3d
Octal24317627214400334253675
Binary10100011111111010111010110010000001101110001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EBA; }

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

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

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

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

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

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

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

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