COLOR #A37EAB

HEX: #A37EAB
RGB: (163,126,171)

Color info

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

RGB color model

#A37EAB color RGB value is (163,126,171).

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

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 171 of 255 = 67%

163
126
171

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 171 = 460 (100%)
R 163 of 460 ~ 35.43%
G 126 of 460 ~ 27.39%
B 171 of 460 ~ 37.17%

%35.43
%27.39
%37.17

CMYK color model

#A37EAB color CMYK value is (5,26,0,33).

  • cyan value is 4.68%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(5,26,0,33)
C5M26Y0K33 
(5%,26%,0%,33%)
(0.05/0.26/0.00/0.33)	

CMYK percentages

%4.68
%26.32
%0
%32.94

Codes

Color #A37EAB in popluar color models

A37EAB
RGB163126171
HSL289°21.13%58.24%
HSB/HSV289°26.32%67.06%
CMYK4.68%26.32%0.00%
32.94%

Color #A37EAB in popluar number systems.

HEXA37EAB
Decimal163126171
Binary10100011111111010101011
Octal243176253

Shades and tints

Shades of #A37EAB

#A37EAB
(163,126,171)
#95739C
(149,115,156)
#87688D
(135,104,141)
#795D7E
(121,93,126)
#6B526F
(107,82,111)
#5D4760
(93,71,96)
#4F3C51
(79,60,81)
#413142
(65,49,66)
#332633
(51,38,51)
#251B24
(37,27,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #A37EAB

#A37EAB
(163,126,171)
#AB89B2
(171,137,178)
#B394B9
(179,148,185)
#BB9FC0
(187,159,192)
#C3AAC7
(195,170,199)
#CBB5CE
(203,181,206)
#D3C0D5
(211,192,213)
#DBCBDC
(219,203,220)
#E3D6E3
(227,214,227)
#EBE1EA
(235,225,234)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EAB; }

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

This text font color is #A37EAB.


Background Color

.myBgColor { background-color: #A37EAB; }

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

This div background color is #A37EAB.


Border color

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

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

This div border color is #A37EAB.


Opacity

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

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

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

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

This text has shadow with #A37EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37EAB on black background.


Color preview on white background

This text has color #A37EAB on white background.



Black color preview on #A37EAB background

This text has black color on #A37EAB background.


White color preview on #A37EAB background

This text has white color on #A37EAB background.