COLOR #A37CA2

HEX: #A37CA2 RGB: (163,124,162)

Color info

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

RGB color model

#A37CA2 color RGB value is (163,124,162).

RGB: (163,124,162) (64%, 49%, 64%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 162 of 255 = 64%

163
124
162

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

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 162 = 449 (100%)
R 163 of 449 ~ 36.3%
G 124 of 449 ~ 27.62%
B 162 of 449 ~ 36.08'%

%36.3
%27.62
%36.08

CMYK color model

#A37CA2 color CMYK value is (0,24,1,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 0.61%
  • key color value is 36.08%

CMYK: (0,24,1,36)
C0M24Y1K36 (0%, 24%, 1%, 36%)
(0.00 / 0.24 / 0.01 / 0.36)

CMYK percentages

%0
%23.93
%0.61
%36.08

Codes

Color #A37CA2 in popluar color models

A3 7C A2
RGB 163 124 162
HSL 302° 17.49% 56.27%
HSB/HSV 302° 23.93% 63.92%
CMYK 0.00% 23.93% 0.61%
36.08%

Color #A37CA2 in popluar number systems.

HEX A3 7C A2
Decimal 163 124 162
Binary 10100011 1111100 10100010
Octal 243 174 242

Shades and tints

Shades of #A37CA2

#A37CA2
(163,124,162)
#957194
(149,113,148)
#876686
(135,102,134)
#795B78
(121,91,120)
#6B506A
(107,80,106)
#5D455C
(93,69,92)
#4F3A4E
(79,58,78)
#412F40
(65,47,64)
#332432
(51,36,50)
#251924
(37,25,36)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #A37CA2

#A37CA2
(163,124,162)
#AB87AA
(171,135,170)
#B392B2
(179,146,178)
#BB9DBA
(187,157,186)
#C3A8C2
(195,168,194)
#CBB3CA
(203,179,202)
#D3BED2
(211,190,210)
#DBC9DA
(219,201,218)
#E3D4E2
(227,212,226)
#EBDFEA
(235,223,234)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37CA2; }

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

This text font color is #A37CA2.

Background Color

.myBgColor { background-color: #A37CA2; }

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

This div background color is #A37CA2.

Border color

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

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

This div border color is #A37CA2.

Opacity

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

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

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

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

This text has shadow with #A37CA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37CA2.

Preview

Color preview on black background

This text has color #A37CA2 on black background.


Color preview on white background

This text has color #A37CA2 on white background.


Black color preview on #A37CA2 background

This text has black color on #A37CA2 background.


White color preview on #A37CA2 background

This text has white color on #A37CA2 background.


Related colors

Complementary color

Complementary color for #hex is #5C835D.


I love getcolorcode.com

Triadic colors

1 #A2A37C and #7CA2A3 with #A37CA2 are triadic colors.

2 #A27CA3 and #7CA3A2 with #A37CA2 are triadic colors.