COLOR #A37AAC

HEX: #A37AAC
RGB: (163,122,172)

Color info

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

RGB color model

#A37AAC color RGB value is (163,122,172).

  • red value is 163;
  • green value is 122;
  • blue value is 172.
RGB:
(163,122,172)
(64%,48%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 122 of 255 = 48%
B 172 of 255 = 67%

163
122
172

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

Portions of RGB colors in percentages

R + G + B =
163 + 122 + 172 = 457 (100%)
R 163 of 457 ~ 35.67%
G 122 of 457 ~ 26.7%
B 172 of 457 ~ 37.64%

%35.67
%26.7
%37.64

CMYK color model

#A37AAC color CMYK value is (5,29,0,33).

  • cyan value is 5.23%
  • magenta value is 29.07%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,29,0,33)
C5M29Y0K33 
(5%,29%,0%,33%)
(0.05/0.29/0.00/0.33)	

CMYK percentages

%5.23
%29.07
%0
%32.55

Codes

Color #A37AAC in popluar color models

A37AAC
RGB163122172
HSL289°23.15%57.65%
HSB/HSV289°29.07%67.45%
CMYK5.23%29.07%0.00%
32.55%

Color #A37AAC in popluar number systems.

HEXA37AAC
Decimal163122172
Binary10100011111101010101100
Octal243172254

Shades and tints

Shades of #A37AAC

#A37AAC
(163,122,172)
#956F9D
(149,111,157)
#87648E
(135,100,142)
#79597F
(121,89,127)
#6B4E70
(107,78,112)
#5D4361
(93,67,97)
#4F3852
(79,56,82)
#412D43
(65,45,67)
#332234
(51,34,52)
#251725
(37,23,37)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #A37AAC

#A37AAC
(163,122,172)
#AB86B3
(171,134,179)
#B392BA
(179,146,186)
#BB9EC1
(187,158,193)
#C3AAC8
(195,170,200)
#CBB6CF
(203,182,207)
#D3C2D6
(211,194,214)
#DBCEDD
(219,206,221)
#E3DAE4
(227,218,228)
#EBE6EB
(235,230,235)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37AAC; }

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

This text font color is #A37AAC.


Background Color

.myBgColor { background-color: #A37AAC; }

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

This div background color is #A37AAC.


Border color

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

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

This div border color is #A37AAC.


Opacity

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

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

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

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

This text has shadow with #A37AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37AAC on black background.


Color preview on white background

This text has color #A37AAC on white background.



Black color preview on #A37AAC background

This text has black color on #A37AAC background.


White color preview on #A37AAC background

This text has white color on #A37AAC background.