COLOR #A2729B

HEX: #A2729B RGB: (162,114,155)

Color info

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

RGB color model

#A2729B color RGB value is (162,114,155).

RGB: (162,114,155) (64%, 45%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 114 of 255 = 45%
B 155 of 255 = 61%

162
114
155

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

Portions of RGB colors in percentages

R + G + B = 162 + 114 + 155 = 431 (100%)
R 162 of 431 ~ 37.59%
G 114 of 431 ~ 26.45%
B 155 of 431 ~ 35.96'%

%37.59
%26.45
%35.96

CMYK color model

#A2729B color CMYK value is (0,30,4,36).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 4.32%
  • key color value is 36.47%
CMYK: (0,30,4,36) C0M30Y4K36 (0%,30%,4%,36%) (0.00/0.30/0.04/0.36) 

CMYK percentages

%0
%29.63
%4.32
%36.47

Codes

Color #A2729B in popluar color models

A2 72 9B
RGB 162 114 155
HSL 309° 20.51% 54.12%
HSB/HSV 309° 29.63% 63.53%
CMYK 0.00% 29.63% 4.32%
36.47%

Color #A2729B in popluar number systems.

HEX A2 72 9B
Decimal 162 114 155
Binary 10100010 1110010 10011011
Octal 242 162 233

Shades and tints

Shades of #A2729B

#A2729B
(162,114,155)
#94688D
(148,104,141)
#865E7F
(134,94,127)
#785471
(120,84,113)
#6A4A63
(106,74,99)
#5C4055
(92,64,85)
#4E3647
(78,54,71)
#402C39
(64,44,57)
#32222B
(50,34,43)
#24181D
(36,24,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #A2729B

#A2729B
(162,114,155)
#AA7EA4
(170,126,164)
#B28AAD
(178,138,173)
#BA96B6
(186,150,182)
#C2A2BF
(194,162,191)
#CAAEC8
(202,174,200)
#D2BAD1
(210,186,209)
#DAC6DA
(218,198,218)
#E2D2E3
(226,210,227)
#EADEEC
(234,222,236)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2729B color. Also use rgb(162,114,155) instead hex code.

Text Font Color

.myTextColor { color: #A2729B; }

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

This text font color is #A2729B.

Background Color

.myBgColor { background-color: #A2729B; }

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

This div background color is #A2729B.

Border color

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

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

This div border color is #A2729B.

Opacity

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

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

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

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

This text has shadow with #A2729B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2729B.

Preview

Color preview on black background

This text has color #A2729B on black background.


Color preview on white background

This text has color #A2729B on white background.


Black color preview on #A2729B background

This text has black color on #A2729B background.


White color preview on #A2729B background

This text has white color on #A2729B background.


Related colors

Complementary color

Complementary color for #hex is #5D8D64.


I love getcolorcode.com

Triadic colors

1 #9BA272 and #729BA2 with #A2729B are triadic colors.

2 #9B72A2 and #72A29B with #A2729B are triadic colors.