COLOR #A37D9A

HEX: #A37D9A
RGB: (163,125,154)

Color info

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

RGB color model

#A37D9A color RGB value is (163,125,154).

  • red value is 163;
  • green value is 125;
  • blue value is 154.
RGB:
(163,125,154)
(64%,49%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 154 of 255 = 60%

163
125
154

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 154 = 442 (100%)
R 163 of 442 ~ 36.88%
G 125 of 442 ~ 28.28%
B 154 of 442 ~ 34.84%

%36.88
%28.28
%34.84

CMYK color model

#A37D9A color CMYK value is (0,23,6,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(0,23,6,36)
C0M23Y6K36 
(0%,23%,6%,36%)
(0.00/0.23/0.06/0.36)	

CMYK percentages

%0
%23.31
%5.52
%36.08

Codes

Color #A37D9A in popluar color models

A37D9A
RGB163125154
HSL314°17.12%56.47%
HSB/HSV314°23.31%63.92%
CMYK0.00%23.31%5.52%
36.08%

Color #A37D9A in popluar number systems.

HEXA37D9A
Decimal163125154
Binary10100011111110110011010
Octal243175232

Shades and tints

Shades of #A37D9A

#A37D9A
(163,125,154)
#95728C
(149,114,140)
#87677E
(135,103,126)
#795C70
(121,92,112)
#6B5162
(107,81,98)
#5D4654
(93,70,84)
#4F3B46
(79,59,70)
#413038
(65,48,56)
#33252A
(51,37,42)
#251A1C
(37,26,28)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #A37D9A

#A37D9A
(163,125,154)
#AB88A3
(171,136,163)
#B393AC
(179,147,172)
#BB9EB5
(187,158,181)
#C3A9BE
(195,169,190)
#CBB4C7
(203,180,199)
#D3BFD0
(211,191,208)
#DBCAD9
(219,202,217)
#E3D5E2
(227,213,226)
#EBE0EB
(235,224,235)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37D9A color. Also use rgb(163,125,154) instead hex code.

Text Font Color

.myTextColor { color: #A37D9A; }

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

This text font color is #A37D9A.


Background Color

.myBgColor { background-color: #A37D9A; }

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

This div background color is #A37D9A.


Border color

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

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

This div border color is #A37D9A.


Opacity

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

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

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

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

This text has shadow with #A37D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D9A on black background.


Color preview on white background

This text has color #A37D9A on white background.



Black color preview on #A37D9A background

This text has black color on #A37D9A background.


White color preview on #A37D9A background

This text has white color on #A37D9A background.