COLOR #A37FAD

HEX: #A37FAD
RGB: (163,127,173)

Color info

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

RGB color model

#A37FAD color RGB value is (163,127,173).

  • red value is 163;
  • green value is 127;
  • blue value is 173.
RGB:
(163,127,173)
(64%,50%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 173 of 255 = 68%

163
127
173

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 173 = 463 (100%)
R 163 of 463 ~ 35.21%
G 127 of 463 ~ 27.43%
B 173 of 463 ~ 37.37%

%35.21
%27.43
%37.37

CMYK color model

#A37FAD color CMYK value is (6,27,0,32).

  • cyan value is 5.78%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,27,0,32)
C6M27Y0K32 
(6%,27%,0%,32%)
(0.06/0.27/0.00/0.32)	

CMYK percentages

%5.78
%26.59
%0
%32.16

Codes

Color #A37FAD in popluar color models

A37FAD
RGB163127173
HSL287°21.90%58.82%
HSB/HSV287°26.59%67.84%
CMYK5.78%26.59%0.00%
32.16%

Color #A37FAD in popluar number systems.

HEXA37FAD
Decimal163127173
Binary10100011111111110101101
Octal243177255

Shades and tints

Shades of #A37FAD

#A37FAD
(163,127,173)
#95749E
(149,116,158)
#87698F
(135,105,143)
#795E80
(121,94,128)
#6B5371
(107,83,113)
#5D4862
(93,72,98)
#4F3D53
(79,61,83)
#413244
(65,50,68)
#332735
(51,39,53)
#251C26
(37,28,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A37FAD

#A37FAD
(163,127,173)
#AB8AB4
(171,138,180)
#B395BB
(179,149,187)
#BBA0C2
(187,160,194)
#C3ABC9
(195,171,201)
#CBB6D0
(203,182,208)
#D3C1D7
(211,193,215)
#DBCCDE
(219,204,222)
#E3D7E5
(227,215,229)
#EBE2EC
(235,226,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37FAD color. Also use rgb(163,127,173) instead hex code.

Text Font Color

.myTextColor { color: #A37FAD; }

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

This text font color is #A37FAD.


Background Color

.myBgColor { background-color: #A37FAD; }

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

This div background color is #A37FAD.


Border color

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

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

This div border color is #A37FAD.


Opacity

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

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

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

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

This text has shadow with #A37FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37FAD on black background.


Color preview on white background

This text has color #A37FAD on white background.



Black color preview on #A37FAD background

This text has black color on #A37FAD background.


White color preview on #A37FAD background

This text has white color on #A37FAD background.