COLOR #A37EC4

HEX: #A37EC4
RGB: (163,126,196)

Color info

#A37EC4 contains mainly red and blue colors. Web safe color of #A37EC4 is #9966CC (or #96C).

RGB color model

#A37EC4 color RGB value is (163,126,196).

  • red value is 163;
  • green value is 126;
  • blue value is 196.
RGB:
(163,126,196)
(64%,49%,77%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 196 of 255 = 77%

163
126
196

R + G + B ~ 63%. #A37EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 196 = 485 (100%)
R 163 of 485 ~ 33.61%
G 126 of 485 ~ 25.98%
B 196 of 485 ~ 40.41%

%33.61
%25.98
%40.41

CMYK color model

#A37EC4 color CMYK value is (17,36,0,23).

  • cyan value is 16.84%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(17,36,0,23)
C17M36Y0K23 
(17%,36%,0%,23%)
(0.17/0.36/0.00/0.23)	

CMYK percentages

%16.84
%35.71
%0
%23.14

Codes

Color #A37EC4 in popluar color models

A37EC4
RGB163126196
HSL272°37.23%63.14%
HSB/HSV272°35.71%76.86%
CMYK16.84%35.71%0.00%
23.14%

Color #A37EC4 in popluar number systems.

HEXA37EC4
Decimal163126196
Binary10100011111111011000100
Octal243176304

Shades and tints

Shades of #A37EC4

#A37EC4
(163,126,196)
#9573B3
(149,115,179)
#8768A2
(135,104,162)
#795D91
(121,93,145)
#6B5280
(107,82,128)
#5D476F
(93,71,111)
#4F3C5E
(79,60,94)
#41314D
(65,49,77)
#33263C
(51,38,60)
#251B2B
(37,27,43)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #A37EC4

#A37EC4
(163,126,196)
#AB89C9
(171,137,201)
#B394CE
(179,148,206)
#BB9FD3
(187,159,211)
#C3AAD8
(195,170,216)
#CBB5DD
(203,181,221)
#D3C0E2
(211,192,226)
#DBCBE7
(219,203,231)
#E3D6EC
(227,214,236)
#EBE1F1
(235,225,241)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37EC4 color. Also use rgb(163,126,196) instead hex code.

Text Font Color

.myTextColor { color: #A37EC4; }

<p style="color:#A37EC4">This sample text font color is #A37EC4.</p>

This text font color is #A37EC4.


Background Color

.myBgColor { background-color: #A37EC4; }

<div style="background-color:#A37EC4">Inner text</div>

This div background color is #A37EC4.


Border color

.myBorderColor { border: 1px solid #A37EC4; }

<div style="border:3px solid #A37EC4">Div</div>

This div border color is #A37EC4.


Opacity

.myOpacity80 { color: #A37EC4; opacity: 0.8; }

<p style="color:#A37EC4;opacity:0.8;">80%</p>

Text with #A37EC4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A37EC4;}

<p style="text-shadow: 3px 3px 1px #A37EC4">Text here.</p>

This text has shadow with #A37EC4 color.

.textShadow {text-shadow: 3px 3px 1px #A37EC4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A37EC4, 5px 5px 20px red">Text here.</p>

This text has shadow with #A37EC4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37EC4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A37EC4, Direction=45, Strength=4)">Text</p>

This text has shadow with #A37EC4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A37EC4;
  -webkit-box-shadow:	1px 1px 3px 2px #A37EC4;
  box-shadow:		1px 1px 3px 2px #A37EC4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37EC4;
-webkit-box-shadow: 1px 1px 3px 2px #A37EC4;
box-shadow:1px 1px 3px 2px #A37EC4;">
Div content here</div>
This div box has shadow with color #A37EC4.

Preview

Color preview on black background

This text has color #A37EC4 on black background.


Color preview on white background

This text has color #A37EC4 on white background.



Black color preview on #A37EC4 background

This text has black color on #A37EC4 background.


White color preview on #A37EC4 background

This text has white color on #A37EC4 background.