COLOR #A37FA2

HEX: #A37FA2
RGB: (163,127,162)

Color info

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

RGB color model

#A37FA2 color RGB value is (163,127,162).

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

RGB channels and saturation

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

163
127
162

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 162 = 452 (100%)
R 163 of 452 ~ 36.06%
G 127 of 452 ~ 28.1%
B 162 of 452 ~ 35.84%

%36.06
%28.1
%35.84

CMYK color model

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

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

Codes

Color #A37FA2 in popluar color models

A37FA2
RGB163127162
HSL302°16.36%56.86%
HSB/HSV302°22.09%63.92%
CMYK0.00%22.09%0.61%
36.08%

Color #A37FA2 in popluar number systems.

HEXA37FA2
Decimal163127162
Binary10100011111111110100010
Octal243177242

Shades and tints

Shades of #A37FA2

#A37FA2
(163,127,162)
#957494
(149,116,148)
#876986
(135,105,134)
#795E78
(121,94,120)
#6B536A
(107,83,106)
#5D485C
(93,72,92)
#4F3D4E
(79,61,78)
#413240
(65,50,64)
#332732
(51,39,50)
#251C24
(37,28,36)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #A37FA2

#A37FA2
(163,127,162)
#AB8AAA
(171,138,170)
#B395B2
(179,149,178)
#BBA0BA
(187,160,186)
#C3ABC2
(195,171,194)
#CBB6CA
(203,182,202)
#D3C1D2
(211,193,210)
#DBCCDA
(219,204,218)
#E3D7E2
(227,215,226)
#EBE2EA
(235,226,234)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37FA2; }

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

This text font color is #A37FA2.


Background Color

.myBgColor { background-color: #A37FA2; }

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

This div background color is #A37FA2.


Border color

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

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

This div border color is #A37FA2.


Opacity

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

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

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

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

This text has shadow with #A37FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37FA2 on black background.


Color preview on white background

This text has color #A37FA2 on white background.



Black color preview on #A37FA2 background

This text has black color on #A37FA2 background.


White color preview on #A37FA2 background

This text has white color on #A37FA2 background.