COLOR #A0709D

HEX: #A0709D RGB: (160,112,157)

Color info

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

RGB color model

#A0709D color RGB value is (160,112,157).

RGB: (160,112,157) (63%, 44%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 157 of 255 = 62%

160
112
157

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

Portions of RGB colors in percentages

R + G + B = 160 + 112 + 157 = 429 (100%)
R 160 of 429 ~ 37.3%
G 112 of 429 ~ 26.11%
B 157 of 429 ~ 36.6'%

%37.3
%26.11
%36.6

CMYK color model

#A0709D color CMYK value is (0,30,2,37).

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

CMYK: (0,30,2,37)
C0M30Y2K37 (0%, 30%, 2%, 37%)
(0.00 / 0.30 / 0.02 / 0.37)

CMYK percentages

%0
%30
%1.87
%37.25

Codes

Color #A0709D in popluar color models

A0 70 9D
RGB 160 112 157
HSL 304° 20.17% 53.33%
HSB/HSV 304° 30.00% 62.75%
CMYK 0.00% 30.00% 1.87%
37.25%

Color #A0709D in popluar number systems.

HEX A0 70 9D
Decimal 160 112 157
Binary 10100000 1110000 10011101
Octal 240 160 235

Shades and tints

Shades of #A0709D

#A0709D
(160,112,157)
#92668F
(146,102,143)
#845C81
(132,92,129)
#765273
(118,82,115)
#684865
(104,72,101)
#5A3E57
(90,62,87)
#4C3449
(76,52,73)
#3E2A3B
(62,42,59)
#30202D
(48,32,45)
#22161F
(34,22,31)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #A0709D

#A0709D
(160,112,157)
#A87DA5
(168,125,165)
#B08AAD
(176,138,173)
#B897B5
(184,151,181)
#C0A4BD
(192,164,189)
#C8B1C5
(200,177,197)
#D0BECD
(208,190,205)
#D8CBD5
(216,203,213)
#E0D8DD
(224,216,221)
#E8E5E5
(232,229,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0709D; }

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

This text font color is #A0709D.

Background Color

.myBgColor { background-color: #A0709D; }

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

This div background color is #A0709D.

Border color

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

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

This div border color is #A0709D.

Opacity

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

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

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

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

This text has shadow with #A0709D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0709D.

Preview

Color preview on black background

This text has color #A0709D on black background.


Color preview on white background

This text has color #A0709D on white background.


Black color preview on #A0709D background

This text has black color on #A0709D background.


White color preview on #A0709D background

This text has white color on #A0709D background.


Related colors

Complementary color

Complementary color for #hex is #5F8F62.


I love getcolorcode.com

Triadic colors

1 #9DA070 and #709DA0 with #A0709D are triadic colors.

2 #9D70A0 and #70A09D with #A0709D are triadic colors.