COLOR #A1729E

HEX: #A1729E
RGB: (161,114,158)

Color info

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

RGB color model

#A1729E color RGB value is (161,114,158).

  • red value is 161;
  • green value is 114;
  • blue value is 158.
RGB:
(161,114,158)
(63%,45%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 114 of 255 = 45%
B 158 of 255 = 62%

161
114
158

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

Portions of RGB colors in percentages

R + G + B =
161 + 114 + 158 = 433 (100%)
R 161 of 433 ~ 37.18%
G 114 of 433 ~ 26.33%
B 158 of 433 ~ 36.49%

%37.18
%26.33
%36.49

CMYK color model

#A1729E color CMYK value is (0,29,2,37).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 1.86%
  • key color value is 36.86%
CMYK:
(0,29,2,37)
C0M29Y2K37 
(0%,29%,2%,37%)
(0.00/0.29/0.02/0.37)	

CMYK percentages

%0
%29.19
%1.86
%36.86

Codes

Color #A1729E in popluar color models

A1729E
RGB161114158
HSL304°20.00%53.92%
HSB/HSV304°29.19%63.14%
CMYK0.00%29.19%1.86%
36.86%

Color #A1729E in popluar number systems.

HEXA1729E
Decimal161114158
Binary10100001111001010011110
Octal241162236

Shades and tints

Shades of #A1729E

#A1729E
(161,114,158)
#936890
(147,104,144)
#855E82
(133,94,130)
#775474
(119,84,116)
#694A66
(105,74,102)
#5B4058
(91,64,88)
#4D364A
(77,54,74)
#3F2C3C
(63,44,60)
#31222E
(49,34,46)
#231820
(35,24,32)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #A1729E

#A1729E
(161,114,158)
#A97EA6
(169,126,166)
#B18AAE
(177,138,174)
#B996B6
(185,150,182)
#C1A2BE
(193,162,190)
#C9AEC6
(201,174,198)
#D1BACE
(209,186,206)
#D9C6D6
(217,198,214)
#E1D2DE
(225,210,222)
#E9DEE6
(233,222,230)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1729E; }

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

This text font color is #A1729E.


Background Color

.myBgColor { background-color: #A1729E; }

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

This div background color is #A1729E.


Border color

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

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

This div border color is #A1729E.


Opacity

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

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

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

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

This text has shadow with #A1729E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1729E on black background.


Color preview on white background

This text has color #A1729E on white background.



Black color preview on #A1729E background

This text has black color on #A1729E background.


White color preview on #A1729E background

This text has white color on #A1729E background.