COLOR #A37EAC

HEX: #A37EAC RGB: (163,126,172)

Color info

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

RGB color model

#A37EAC color RGB value is (163,126,172).

RGB: (163,126,172) (64%, 49%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 172 of 255 = 67%

163
126
172

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

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 172 = 461 (100%)
R 163 of 461 ~ 35.36%
G 126 of 461 ~ 27.33%
B 172 of 461 ~ 37.31'%

%35.36
%27.33
%37.31

CMYK color model

#A37EAC color CMYK value is (5,27,0,33).

  • cyan value is 5.23%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (5,27,0,33) C5M27Y0K33 (5%,27%,0%,33%) (0.05/0.27/0.00/0.33) 

CMYK percentages

%5.23
%26.74
%0
%32.55

Codes

Color #A37EAC in popluar color models

A3 7E AC
RGB 163 126 172
HSL 288° 21.70% 58.43%
HSB/HSV 288° 26.74% 67.45%
CMYK 5.23% 26.74% 0.00%
32.55%

Color #A37EAC in popluar number systems.

HEX A3 7E AC
Decimal 163 126 172
Binary 10100011 1111110 10101100
Octal 243 176 254

Shades and tints

Shades of #A37EAC

#A37EAC
(163,126,172)
#95739D
(149,115,157)
#87688E
(135,104,142)
#795D7F
(121,93,127)
#6B5270
(107,82,112)
#5D4761
(93,71,97)
#4F3C52
(79,60,82)
#413143
(65,49,67)
#332634
(51,38,52)
#251B25
(37,27,37)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #A37EAC

#A37EAC
(163,126,172)
#AB89B3
(171,137,179)
#B394BA
(179,148,186)
#BB9FC1
(187,159,193)
#C3AAC8
(195,170,200)
#CBB5CF
(203,181,207)
#D3C0D6
(211,192,214)
#DBCBDD
(219,203,221)
#E3D6E4
(227,214,228)
#EBE1EB
(235,225,235)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EAC; }

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

This text font color is #A37EAC.

Background Color

.myBgColor { background-color: #A37EAC; }

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

This div background color is #A37EAC.

Border color

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

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

This div border color is #A37EAC.

Opacity

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

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

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

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

This text has shadow with #A37EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37EAC.

Preview

Color preview on black background

This text has color #A37EAC on black background.


Color preview on white background

This text has color #A37EAC on white background.


Black color preview on #A37EAC background

This text has black color on #A37EAC background.


White color preview on #A37EAC background

This text has white color on #A37EAC background.


Related colors

Complementary color

Complementary color for #hex is #5C8153.


I love getcolorcode.com

Triadic colors

1 #ACA37E and #7EACA3 with #A37EAC are triadic colors.

2 #AC7EA3 and #7EA3AC with #A37EAC are triadic colors.