COLOR #A37FA3

HEX: #A37FA3
RGB: (163,127,163)

Color info

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

RGB color model

#A37FA3 color RGB value is (163,127,163).

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

RGB channels and saturation

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

163
127
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 163 = 453 (100%)
R 163 of 453 ~ 35.98%
G 127 of 453 ~ 28.04%
B 163 of 453 ~ 35.98%

%35.98
%28.04
%35.98

CMYK color model

#A37FA3 color CMYK value is (0,22,0,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,22,0,36)
C0M22Y0K36 
(0%,22%,0%,36%)
(0.00/0.22/0.00/0.36)	

CMYK percentages

%0
%22.09
%0
%36.08

Codes

Color #A37FA3 in popluar color models

A37FA3
RGB163127163
HSL300°16.36%56.86%
HSB/HSV300°22.09%63.92%
CMYK0.00%22.09%0.00%
36.08%

Color #A37FA3 in popluar number systems.

HEXA37FA3
Decimal163127163
Binary10100011111111110100011
Octal243177243

Shades and tints

Shades of #A37FA3

#A37FA3
(163,127,163)
#957495
(149,116,149)
#876987
(135,105,135)
#795E79
(121,94,121)
#6B536B
(107,83,107)
#5D485D
(93,72,93)
#4F3D4F
(79,61,79)
#413241
(65,50,65)
#332733
(51,39,51)
#251C25
(37,28,37)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A37FA3

#A37FA3
(163,127,163)
#AB8AAB
(171,138,171)
#B395B3
(179,149,179)
#BBA0BB
(187,160,187)
#C3ABC3
(195,171,195)
#CBB6CB
(203,182,203)
#D3C1D3
(211,193,211)
#DBCCDB
(219,204,219)
#E3D7E3
(227,215,227)
#EBE2EB
(235,226,235)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37FA3; }

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

This text font color is #A37FA3.


Background Color

.myBgColor { background-color: #A37FA3; }

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

This div background color is #A37FA3.


Border color

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

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

This div border color is #A37FA3.


Opacity

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

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

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

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

This text has shadow with #A37FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37FA3 on black background.


Color preview on white background

This text has color #A37FA3 on white background.



Black color preview on #A37FA3 background

This text has black color on #A37FA3 background.


White color preview on #A37FA3 background

This text has white color on #A37FA3 background.