COLOR #A37EA7

HEX: #A37EA7
RGB: (163,126,167)

Color info

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

RGB color model

#A37EA7 color RGB value is (163,126,167).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 167 of 255 = 65%

163
126
167

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 167 = 456 (100%)
R 163 of 456 ~ 35.75%
G 126 of 456 ~ 27.63%
B 167 of 456 ~ 36.62%

%35.75
%27.63
%36.62

CMYK color model

#A37EA7 color CMYK value is (2,25,0,35).

  • cyan value is 2.40%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,25,0,35)
C2M25Y0K35 
(2%,25%,0%,35%)
(0.02/0.25/0.00/0.35)	

CMYK percentages

%2.4
%24.55
%0
%34.51

Codes

Color #A37EA7 in popluar color models

A37EA7
RGB163126167
HSL294°18.89%57.45%
HSB/HSV294°24.55%65.49%
CMYK2.40%24.55%0.00%
34.51%

Color #A37EA7 in popluar number systems.

HEXA37EA7
Decimal163126167
Binary10100011111111010100111
Octal243176247

Shades and tints

Shades of #A37EA7

#A37EA7
(163,126,167)
#957398
(149,115,152)
#876889
(135,104,137)
#795D7A
(121,93,122)
#6B526B
(107,82,107)
#5D475C
(93,71,92)
#4F3C4D
(79,60,77)
#41313E
(65,49,62)
#33262F
(51,38,47)
#251B20
(37,27,32)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #A37EA7

#A37EA7
(163,126,167)
#AB89AF
(171,137,175)
#B394B7
(179,148,183)
#BB9FBF
(187,159,191)
#C3AAC7
(195,170,199)
#CBB5CF
(203,181,207)
#D3C0D7
(211,192,215)
#DBCBDF
(219,203,223)
#E3D6E7
(227,214,231)
#EBE1EF
(235,225,239)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EA7; }

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

This text font color is #A37EA7.


Background Color

.myBgColor { background-color: #A37EA7; }

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

This div background color is #A37EA7.


Border color

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

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

This div border color is #A37EA7.


Opacity

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

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

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

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

This text has shadow with #A37EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37EA7 on black background.


Color preview on white background

This text has color #A37EA7 on white background.



Black color preview on #A37EA7 background

This text has black color on #A37EA7 background.


White color preview on #A37EA7 background

This text has white color on #A37EA7 background.