COLOR #A37CA5

HEX: #A37CA5 RGB: (163,124,165)

Color info

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

RGB color model

#A37CA5 color RGB value is (163,124,165).

RGB: (163,124,165) (64%, 49%, 65%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 165 of 255 = 65%

163
124
165

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

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 165 = 452 (100%)
R 163 of 452 ~ 36.06%
G 124 of 452 ~ 27.43%
B 165 of 452 ~ 36.5'%

%36.06
%27.43
%36.5

CMYK color model

#A37CA5 color CMYK value is (1,25,0,35).

  • cyan value is 1.21%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (1,25,0,35)
C1M25Y0K35 (1%, 25%, 0%, 35%)
(0.01 / 0.25 / 0.00 / 0.35)

CMYK percentages

%1.21
%24.85
%0
%35.29

Codes

Color #A37CA5 in popluar color models

A3 7C A5
RGB 163 124 165
HSL 297° 18.55% 56.67%
HSB/HSV 297° 24.85% 64.71%
CMYK 1.21% 24.85% 0.00%
35.29%

Color #A37CA5 in popluar number systems.

HEX A3 7C A5
Decimal 163 124 165
Binary 10100011 1111100 10100101
Octal 243 174 245

Shades and tints

Shades of #A37CA5

#A37CA5
(163,124,165)
#957196
(149,113,150)
#876687
(135,102,135)
#795B78
(121,91,120)
#6B5069
(107,80,105)
#5D455A
(93,69,90)
#4F3A4B
(79,58,75)
#412F3C
(65,47,60)
#33242D
(51,36,45)
#25191E
(37,25,30)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A37CA5

#A37CA5
(163,124,165)
#AB87AD
(171,135,173)
#B392B5
(179,146,181)
#BB9DBD
(187,157,189)
#C3A8C5
(195,168,197)
#CBB3CD
(203,179,205)
#D3BED5
(211,190,213)
#DBC9DD
(219,201,221)
#E3D4E5
(227,212,229)
#EBDFED
(235,223,237)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37CA5; }

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

This text font color is #A37CA5.

Background Color

.myBgColor { background-color: #A37CA5; }

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

This div background color is #A37CA5.

Border color

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

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

This div border color is #A37CA5.

Opacity

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

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

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

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

This text has shadow with #A37CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37CA5.

Preview

Color preview on black background

This text has color #A37CA5 on black background.


Color preview on white background

This text has color #A37CA5 on white background.


Black color preview on #A37CA5 background

This text has black color on #A37CA5 background.


White color preview on #A37CA5 background

This text has white color on #A37CA5 background.


Related colors

Complementary color

Complementary color for #hex is #5C835A.


I love getcolorcode.com

Triadic colors

1 #A5A37C and #7CA5A3 with #A37CA5 are triadic colors.

2 #A57CA3 and #7CA3A5 with #A37CA5 are triadic colors.