COLOR #A37EB1

HEX: #A37EB1
RGB: (163,126,177)

Color info

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

RGB color model

#A37EB1 color RGB value is (163,126,177).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 177 of 255 = 69%

163
126
177

R + G + B ~ 61%. #A37EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 177 = 466 (100%)
R 163 of 466 ~ 34.98%
G 126 of 466 ~ 27.04%
B 177 of 466 ~ 37.98%

%34.98
%27.04
%37.98

CMYK color model

#A37EB1 color CMYK value is (8,29,0,31).

  • cyan value is 7.91%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,29,0,31)
C8M29Y0K31 
(8%,29%,0%,31%)
(0.08/0.29/0.00/0.31)	

CMYK percentages

%7.91
%28.81
%0
%30.59

Codes

Color #A37EB1 in popluar color models

A37EB1
RGB163126177
HSL284°24.64%59.41%
HSB/HSV284°28.81%69.41%
CMYK7.91%28.81%0.00%
30.59%

Color #A37EB1 in popluar number systems.

HEXA37EB1
Decimal163126177
Binary10100011111111010110001
Octal243176261

Shades and tints

Shades of #A37EB1

#A37EB1
(163,126,177)
#9573A1
(149,115,161)
#876891
(135,104,145)
#795D81
(121,93,129)
#6B5271
(107,82,113)
#5D4761
(93,71,97)
#4F3C51
(79,60,81)
#413141
(65,49,65)
#332631
(51,38,49)
#251B21
(37,27,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #A37EB1

#A37EB1
(163,126,177)
#AB89B8
(171,137,184)
#B394BF
(179,148,191)
#BB9FC6
(187,159,198)
#C3AACD
(195,170,205)
#CBB5D4
(203,181,212)
#D3C0DB
(211,192,219)
#DBCBE2
(219,203,226)
#E3D6E9
(227,214,233)
#EBE1F0
(235,225,240)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EB1; }

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

This text font color is #A37EB1.


Background Color

.myBgColor { background-color: #A37EB1; }

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

This div background color is #A37EB1.


Border color

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

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

This div border color is #A37EB1.


Opacity

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

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

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

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

This text has shadow with #A37EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37EB1 on black background.


Color preview on white background

This text has color #A37EB1 on white background.



Black color preview on #A37EB1 background

This text has black color on #A37EB1 background.


White color preview on #A37EB1 background

This text has white color on #A37EB1 background.