COLOR #A0729D

HEX: #A0729D RGB: (160,114,157)

Color info

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

RGB color model

#A0729D color RGB value is (160,114,157).

RGB: (160,114,157) (63%, 45%, 62%)

RGB channels and saturation

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

160
114
157

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

Portions of RGB colors in percentages

R + G + B = 160 + 114 + 157 = 431 (100%)
R 160 of 431 ~ 37.12%
G 114 of 431 ~ 26.45%
B 157 of 431 ~ 36.43'%

%37.12
%26.45
%36.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (0,29,2,37)
C0M29Y2K37 (0%, 29%, 2%, 37%)
(0.00 / 0.29 / 0.02 / 0.37)

CMYK percentages

%0
%28.75
%1.87
%37.25

Codes

Color #A0729D in popluar color models

A0 72 9D
RGB 160 114 157
HSL 304° 19.49% 53.73%
HSB/HSV 304° 28.75% 62.75%
CMYK 0.00% 28.75% 1.87%
37.25%

Color #A0729D in popluar number systems.

HEX A0 72 9D
Decimal 160 114 157
Binary 10100000 1110010 10011101
Octal 240 162 235

Shades and tints

Shades of #A0729D

#A0729D
(160,114,157)
#92688F
(146,104,143)
#845E81
(132,94,129)
#765473
(118,84,115)
#684A65
(104,74,101)
#5A4057
(90,64,87)
#4C3649
(76,54,73)
#3E2C3B
(62,44,59)
#30222D
(48,34,45)
#22181F
(34,24,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #A0729D

#A0729D
(160,114,157)
#A87EA5
(168,126,165)
#B08AAD
(176,138,173)
#B896B5
(184,150,181)
#C0A2BD
(192,162,189)
#C8AEC5
(200,174,197)
#D0BACD
(208,186,205)
#D8C6D5
(216,198,213)
#E0D2DD
(224,210,221)
#E8DEE5
(232,222,229)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0729D; }

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

This text font color is #A0729D.

Background Color

.myBgColor { background-color: #A0729D; }

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

This div background color is #A0729D.

Border color

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

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

This div border color is #A0729D.

Opacity

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

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

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

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

This text has shadow with #A0729D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0729D.

Preview

Color preview on black background

This text has color #A0729D on black background.


Color preview on white background

This text has color #A0729D on white background.


Black color preview on #A0729D background

This text has black color on #A0729D background.


White color preview on #A0729D background

This text has white color on #A0729D background.


Related colors

Complementary color

Complementary color for #hex is #5F8D62.


I love getcolorcode.com

Triadic colors

1 #9DA072 and #729DA0 with #A0729D are triadic colors.

2 #9D72A0 and #72A09D with #A0729D are triadic colors.