COLOR #A37FA1

HEX: #A37FA1 RGB: (163,127,161)

Color info

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

RGB color model

#A37FA1 color RGB value is (163,127,161).

RGB: (163,127,161) (64%, 50%, 63%)

RGB channels and saturation

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

163
127
161

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

Portions of RGB colors in percentages

R + G + B = 163 + 127 + 161 = 451 (100%)
R 163 of 451 ~ 36.14%
G 127 of 451 ~ 28.16%
B 161 of 451 ~ 35.7'%

%36.14
%28.16
%35.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 1.23%
  • key color value is 36.08%

CMYK: (0,22,1,36)
C0M22Y1K36 (0%, 22%, 1%, 36%)
(0.00 / 0.22 / 0.01 / 0.36)

CMYK percentages

%0
%22.09
%1.23
%36.08

Codes

Color #A37FA1 in popluar color models

A3 7F A1
RGB 163 127 161
HSL 303° 16.36% 56.86%
HSB/HSV 303° 22.09% 63.92%
CMYK 0.00% 22.09% 1.23%
36.08%

Color #A37FA1 in popluar number systems.

HEX A3 7F A1
Decimal 163 127 161
Binary 10100011 1111111 10100001
Octal 243 177 241

Shades and tints

Shades of #A37FA1

#A37FA1
(163,127,161)
#957493
(149,116,147)
#876985
(135,105,133)
#795E77
(121,94,119)
#6B5369
(107,83,105)
#5D485B
(93,72,91)
#4F3D4D
(79,61,77)
#41323F
(65,50,63)
#332731
(51,39,49)
#251C23
(37,28,35)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A37FA1

#A37FA1
(163,127,161)
#AB8AA9
(171,138,169)
#B395B1
(179,149,177)
#BBA0B9
(187,160,185)
#C3ABC1
(195,171,193)
#CBB6C9
(203,182,201)
#D3C1D1
(211,193,209)
#DBCCD9
(219,204,217)
#E3D7E1
(227,215,225)
#EBE2E9
(235,226,233)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37FA1; }

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

This text font color is #A37FA1.

Background Color

.myBgColor { background-color: #A37FA1; }

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

This div background color is #A37FA1.

Border color

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

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

This div border color is #A37FA1.

Opacity

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

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

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

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

This text has shadow with #A37FA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37FA1.

Preview

Color preview on black background

This text has color #A37FA1 on black background.


Color preview on white background

This text has color #A37FA1 on white background.


Black color preview on #A37FA1 background

This text has black color on #A37FA1 background.


White color preview on #A37FA1 background

This text has white color on #A37FA1 background.


Related colors

Complementary color

Complementary color for #hex is #5C805E.


I love getcolorcode.com

Triadic colors

1 #A1A37F and #7FA1A3 with #A37FA1 are triadic colors.

2 #A17FA3 and #7FA3A1 with #A37FA1 are triadic colors.