COLOR #A3729E

HEX: #A3729E RGB: (163,114,158)

Color info

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

RGB color model

#A3729E color RGB value is (163,114,158).

RGB: (163,114,158) (64%, 45%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 158 of 255 = 62%

163
114
158

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

Portions of RGB colors in percentages

R + G + B = 163 + 114 + 158 = 435 (100%)
R 163 of 435 ~ 37.47%
G 114 of 435 ~ 26.21%
B 158 of 435 ~ 36.32'%

%37.47
%26.21
%36.32

CMYK color model

#A3729E color CMYK value is (0,30,3,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 3.07%
  • key color value is 36.08%

CMYK: (0,30,3,36)
C0M30Y3K36 (0%, 30%, 3%, 36%)
(0.00 / 0.30 / 0.03 / 0.36)

CMYK percentages

%0
%30.06
%3.07
%36.08

Codes

Color #A3729E in popluar color models

A3 72 9E
RGB 163 114 158
HSL 306° 21.03% 54.31%
HSB/HSV 306° 30.06% 63.92%
CMYK 0.00% 30.06% 3.07%
36.08%

Color #A3729E in popluar number systems.

HEX A3 72 9E
Decimal 163 114 158
Binary 10100011 1110010 10011110
Octal 243 162 236

Shades and tints

Shades of #A3729E

#A3729E
(163,114,158)
#956890
(149,104,144)
#875E82
(135,94,130)
#795474
(121,84,116)
#6B4A66
(107,74,102)
#5D4058
(93,64,88)
#4F364A
(79,54,74)
#412C3C
(65,44,60)
#33222E
(51,34,46)
#251820
(37,24,32)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A3729E

#A3729E
(163,114,158)
#AB7EA6
(171,126,166)
#B38AAE
(179,138,174)
#BB96B6
(187,150,182)
#C3A2BE
(195,162,190)
#CBAEC6
(203,174,198)
#D3BACE
(211,186,206)
#DBC6D6
(219,198,214)
#E3D2DE
(227,210,222)
#EBDEE6
(235,222,230)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3729E color. Also use rgb(163,114,158) instead hex code.

Text Font Color

.myTextColor { color: #A3729E; }

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

This text font color is #A3729E.

Background Color

.myBgColor { background-color: #A3729E; }

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

This div background color is #A3729E.

Border color

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

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

This div border color is #A3729E.

Opacity

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

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

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

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

This text has shadow with #A3729E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3729E.

Preview

Color preview on black background

This text has color #A3729E on black background.


Color preview on white background

This text has color #A3729E on white background.


Black color preview on #A3729E background

This text has black color on #A3729E background.


White color preview on #A3729E background

This text has white color on #A3729E background.


Related colors

Complementary color

Complementary color for #hex is #5C8D61.


I love getcolorcode.com

Triadic colors

1 #9EA372 and #729EA3 with #A3729E are triadic colors.

2 #9E72A3 and #72A39E with #A3729E are triadic colors.