COLOR #A1729D

HEX: #A1729D
RGB: (161,114,157)

Color info

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

RGB color model

#A1729D color RGB value is (161,114,157).

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

RGB channels and saturation

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

161
114
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 114 + 157 = 432 (100%)
R 161 of 432 ~ 37.27%
G 114 of 432 ~ 26.39%
B 157 of 432 ~ 36.34%

%37.27
%26.39
%36.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 2.48%
  • 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
%2.48
%36.86

Codes

Color #A1729D in popluar color models

A1729D
RGB161114157
HSL305°20.00%53.92%
HSB/HSV305°29.19%63.14%
CMYK0.00%29.19%2.48%
36.86%

Color #A1729D in popluar number systems.

HEXA1729D
Decimal161114157
Binary10100001111001010011101
Octal241162235

Shades and tints

Shades of #A1729D

#A1729D
(161,114,157)
#93688F
(147,104,143)
#855E81
(133,94,129)
#775473
(119,84,115)
#694A65
(105,74,101)
#5B4057
(91,64,87)
#4D3649
(77,54,73)
#3F2C3B
(63,44,59)
#31222D
(49,34,45)
#23181F
(35,24,31)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #A1729D

#A1729D
(161,114,157)
#A97EA5
(169,126,165)
#B18AAD
(177,138,173)
#B996B5
(185,150,181)
#C1A2BD
(193,162,189)
#C9AEC5
(201,174,197)
#D1BACD
(209,186,205)
#D9C6D5
(217,198,213)
#E1D2DD
(225,210,221)
#E9DEE5
(233,222,229)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1729D; }

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

This text font color is #A1729D.


Background Color

.myBgColor { background-color: #A1729D; }

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

This div background color is #A1729D.


Border color

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

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

This div border color is #A1729D.


Opacity

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

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

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

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

This text has shadow with #A1729D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1729D on black background.


Color preview on white background

This text has color #A1729D on white background.



Black color preview on #A1729D background

This text has black color on #A1729D background.


White color preview on #A1729D background

This text has white color on #A1729D background.