COLOR #A37FA4

HEX: #A37FA4
RGB: (163,127,164)

Color info

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

RGB color model

#A37FA4 color RGB value is (163,127,164).

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

RGB channels and saturation

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

163
127
164

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 164 = 454 (100%)
R 163 of 454 ~ 35.9%
G 127 of 454 ~ 27.97%
B 164 of 454 ~ 36.12%

%35.9
%27.97
%36.12

CMYK color model

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

  • cyan value is 0.61%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,23,0,36)
C1M23Y0K36 
(1%,23%,0%,36%)
(0.01/0.23/0.00/0.36)	

CMYK percentages

%0.61
%22.56
%0
%35.69

Codes

Color #A37FA4 in popluar color models

A37FA4
RGB163127164
HSL298°16.89%57.06%
HSB/HSV298°22.56%64.31%
CMYK0.61%22.56%0.00%
35.69%

Color #A37FA4 in popluar number systems.

HEXA37FA4
Decimal163127164
Binary10100011111111110100100
Octal243177244

Shades and tints

Shades of #A37FA4

#A37FA4
(163,127,164)
#957496
(149,116,150)
#876988
(135,105,136)
#795E7A
(121,94,122)
#6B536C
(107,83,108)
#5D485E
(93,72,94)
#4F3D50
(79,61,80)
#413242
(65,50,66)
#332734
(51,39,52)
#251C26
(37,28,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #A37FA4

#A37FA4
(163,127,164)
#AB8AAC
(171,138,172)
#B395B4
(179,149,180)
#BBA0BC
(187,160,188)
#C3ABC4
(195,171,196)
#CBB6CC
(203,182,204)
#D3C1D4
(211,193,212)
#DBCCDC
(219,204,220)
#E3D7E4
(227,215,228)
#EBE2EC
(235,226,236)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37FA4; }

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

This text font color is #A37FA4.


Background Color

.myBgColor { background-color: #A37FA4; }

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

This div background color is #A37FA4.


Border color

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

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

This div border color is #A37FA4.


Opacity

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

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

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

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

This text has shadow with #A37FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37FA4 on black background.


Color preview on white background

This text has color #A37FA4 on white background.



Black color preview on #A37FA4 background

This text has black color on #A37FA4 background.


White color preview on #A37FA4 background

This text has white color on #A37FA4 background.