COLOR #A37EA0

HEX: #A37EA0
RGB: (163,126,160)

Color info

#A37EA0 contains red, green and blue colors in about the same proportion. Web safe color of #A37EA0 is #996699 (or #969).

RGB color model

#A37EA0 color RGB value is (163,126,160).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 160 of 255 = 63%

163
126
160

R + G + B ~ 59%. #A37EA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 160 = 449 (100%)
R 163 of 449 ~ 36.3%
G 126 of 449 ~ 28.06%
B 160 of 449 ~ 35.63%

%36.3
%28.06
%35.63

CMYK color model

#A37EA0 color CMYK value is (0,23,2,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 1.84%
  • key color value is 36.08%
CMYK:
(0,23,2,36)
C0M23Y2K36 
(0%,23%,2%,36%)
(0.00/0.23/0.02/0.36)	

CMYK percentages

%0
%22.7
%1.84
%36.08

Codes

Color #A37EA0 in popluar color models

A37EA0
RGB163126160
HSL305°16.74%56.67%
HSB/HSV305°22.70%63.92%
CMYK0.00%22.70%1.84%
36.08%

Color #A37EA0 in popluar number systems.

HEXA37EA0
Decimal163126160
Binary10100011111111010100000
Octal243176240

Shades and tints

Shades of #A37EA0

#A37EA0
(163,126,160)
#957392
(149,115,146)
#876884
(135,104,132)
#795D76
(121,93,118)
#6B5268
(107,82,104)
#5D475A
(93,71,90)
#4F3C4C
(79,60,76)
#41313E
(65,49,62)
#332630
(51,38,48)
#251B22
(37,27,34)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #A37EA0

#A37EA0
(163,126,160)
#AB89A8
(171,137,168)
#B394B0
(179,148,176)
#BB9FB8
(187,159,184)
#C3AAC0
(195,170,192)
#CBB5C8
(203,181,200)
#D3C0D0
(211,192,208)
#DBCBD8
(219,203,216)
#E3D6E0
(227,214,224)
#EBE1E8
(235,225,232)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EA0; }

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

This text font color is #A37EA0.


Background Color

.myBgColor { background-color: #A37EA0; }

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

This div background color is #A37EA0.


Border color

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

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

This div border color is #A37EA0.


Opacity

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

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

Text with #A37EA0 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 #A37EA0;}

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

This text has shadow with #A37EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37EA0 on black background.


Color preview on white background

This text has color #A37EA0 on white background.



Black color preview on #A37EA0 background

This text has black color on #A37EA0 background.


White color preview on #A37EA0 background

This text has white color on #A37EA0 background.