COLOR #A37CA0

HEX: #A37CA0 RGB: (163,124,160)

Color info

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

RGB color model

#A37CA0 color RGB value is (163,124,160).

RGB: (163,124,160) (64%, 49%, 63%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 160 of 255 = 63%

163
124
160

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

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 160 = 447 (100%)
R 163 of 447 ~ 36.47%
G 124 of 447 ~ 27.74%
B 160 of 447 ~ 35.79'%

%36.47
%27.74
%35.79

CMYK color model

#A37CA0 color CMYK value is (0,24,2,36).

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

CMYK: (0,24,2,36)
C0M24Y2K36 (0%, 24%, 2%, 36%)
(0.00 / 0.24 / 0.02 / 0.36)

CMYK percentages

%0
%23.93
%1.84
%36.08

Codes

Color #A37CA0 in popluar color models

A3 7C A0
RGB 163 124 160
HSL 305° 17.49% 56.27%
HSB/HSV 305° 23.93% 63.92%
CMYK 0.00% 23.93% 1.84%
36.08%

Color #A37CA0 in popluar number systems.

HEX A3 7C A0
Decimal 163 124 160
Binary 10100011 1111100 10100000
Octal 243 174 240

Shades and tints

Shades of #A37CA0

#A37CA0
(163,124,160)
#957192
(149,113,146)
#876684
(135,102,132)
#795B76
(121,91,118)
#6B5068
(107,80,104)
#5D455A
(93,69,90)
#4F3A4C
(79,58,76)
#412F3E
(65,47,62)
#332430
(51,36,48)
#251922
(37,25,34)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #A37CA0

#A37CA0
(163,124,160)
#AB87A8
(171,135,168)
#B392B0
(179,146,176)
#BB9DB8
(187,157,184)
#C3A8C0
(195,168,192)
#CBB3C8
(203,179,200)
#D3BED0
(211,190,208)
#DBC9D8
(219,201,216)
#E3D4E0
(227,212,224)
#EBDFE8
(235,223,232)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37CA0; }

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

This text font color is #A37CA0.

Background Color

.myBgColor { background-color: #A37CA0; }

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

This div background color is #A37CA0.

Border color

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

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

This div border color is #A37CA0.

Opacity

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

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

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

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

This text has shadow with #A37CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37CA0.

Preview

Color preview on black background

This text has color #A37CA0 on black background.


Color preview on white background

This text has color #A37CA0 on white background.


Black color preview on #A37CA0 background

This text has black color on #A37CA0 background.


White color preview on #A37CA0 background

This text has white color on #A37CA0 background.


Related colors

Complementary color

Complementary color for #hex is #5C835F.


I love getcolorcode.com

Triadic colors

1 #A0A37C and #7CA0A3 with #A37CA0 are triadic colors.

2 #A07CA3 and #7CA3A0 with #A37CA0 are triadic colors.