#a37ec4

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

Shades of East Side #A37EC4

Tints of East Side #A37EC4

Color information

#A37EC4 (or 0xA37EC4) is unknown color: approx East Side. HEX triplet: A3, 7E and C4. RGB value is (163,126,196). Sum of RGB (Red+Green+Blue) = 163+126+196=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #A37EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EC4 is #5C813B. Grayscale: #909090. Windows color (decimal): -6062396 or 12877475. OLE color: 12877475.

HSL color Cylindrical-coordinate representation of color #A37EC4: hue angle of 271.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37EC4 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163126196-
CMYK0.170.3600.23
HSL271.71º37.23%63.14%-
HSV(B)271.71º35.71%76.86%-
XYZ32.5326.6955.66-
YUV145.04156.76140.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=33.61%
G=25.98%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631261960.170.3600.23271.7137.2363.14
HexA37EC41124017110253f
Octal24317630421440274204577
Binary1010001111111101100010010001100100010111100010000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37ec4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37ec4; }

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

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

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

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

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

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

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

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