COLOR #A37DA1

HEX: #A37DA1
RGB: (163,125,161)

Color info

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

RGB color model

#A37DA1 color RGB value is (163,125,161).

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

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 161 of 255 = 63%

163
125
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 161 = 449 (100%)
R 163 of 449 ~ 36.3%
G 125 of 449 ~ 27.84%
B 161 of 449 ~ 35.86%

%36.3
%27.84
%35.86

CMYK color model

#A37DA1 color CMYK value is (0,23,1,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,23,1,36)
C0M23Y1K36 
(0%,23%,1%,36%)
(0.00/0.23/0.01/0.36)	

CMYK percentages

%0
%23.31
%1.23
%36.08

Codes

Color #A37DA1 in popluar color models

A37DA1
RGB163125161
HSL303°17.12%56.47%
HSB/HSV303°23.31%63.92%
CMYK0.00%23.31%1.23%
36.08%

Color #A37DA1 in popluar number systems.

HEXA37DA1
Decimal163125161
Binary10100011111110110100001
Octal243175241

Shades and tints

Shades of #A37DA1

#A37DA1
(163,125,161)
#957293
(149,114,147)
#876785
(135,103,133)
#795C77
(121,92,119)
#6B5169
(107,81,105)
#5D465B
(93,70,91)
#4F3B4D
(79,59,77)
#41303F
(65,48,63)
#332531
(51,37,49)
#251A23
(37,26,35)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #A37DA1

#A37DA1
(163,125,161)
#AB88A9
(171,136,169)
#B393B1
(179,147,177)
#BB9EB9
(187,158,185)
#C3A9C1
(195,169,193)
#CBB4C9
(203,180,201)
#D3BFD1
(211,191,209)
#DBCAD9
(219,202,217)
#E3D5E1
(227,213,225)
#EBE0E9
(235,224,233)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37DA1; }

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

This text font color is #A37DA1.


Background Color

.myBgColor { background-color: #A37DA1; }

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

This div background color is #A37DA1.


Border color

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

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

This div border color is #A37DA1.


Opacity

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

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

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

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

This text has shadow with #A37DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37DA1 on black background.


Color preview on white background

This text has color #A37DA1 on white background.



Black color preview on #A37DA1 background

This text has black color on #A37DA1 background.


White color preview on #A37DA1 background

This text has white color on #A37DA1 background.