COLOR #A37DA2

HEX: #A37DA2
RGB: (163,125,162)

Color info

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

RGB color model

#A37DA2 color RGB value is (163,125,162).

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

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 162 of 255 = 64%

163
125
162

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 162 = 450 (100%)
R 163 of 450 ~ 36.22%
G 125 of 450 ~ 27.78%
B 162 of 450 ~ 36%

%36.22
%27.78
%36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 0.61%
  • 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
%0.61
%36.08

Codes

Color #A37DA2 in popluar color models

A37DA2
RGB163125162
HSL302°17.12%56.47%
HSB/HSV302°23.31%63.92%
CMYK0.00%23.31%0.61%
36.08%

Color #A37DA2 in popluar number systems.

HEXA37DA2
Decimal163125162
Binary10100011111110110100010
Octal243175242

Shades and tints

Shades of #A37DA2

#A37DA2
(163,125,162)
#957294
(149,114,148)
#876786
(135,103,134)
#795C78
(121,92,120)
#6B516A
(107,81,106)
#5D465C
(93,70,92)
#4F3B4E
(79,59,78)
#413040
(65,48,64)
#332532
(51,37,50)
#251A24
(37,26,36)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A37DA2

#A37DA2
(163,125,162)
#AB88AA
(171,136,170)
#B393B2
(179,147,178)
#BB9EBA
(187,158,186)
#C3A9C2
(195,169,194)
#CBB4CA
(203,180,202)
#D3BFD2
(211,191,210)
#DBCADA
(219,202,218)
#E3D5E2
(227,213,226)
#EBE0EA
(235,224,234)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37DA2; }

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

This text font color is #A37DA2.


Background Color

.myBgColor { background-color: #A37DA2; }

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

This div background color is #A37DA2.


Border color

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

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

This div border color is #A37DA2.


Opacity

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

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

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

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

This text has shadow with #A37DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37DA2 on black background.


Color preview on white background

This text has color #A37DA2 on white background.



Black color preview on #A37DA2 background

This text has black color on #A37DA2 background.


White color preview on #A37DA2 background

This text has white color on #A37DA2 background.