COLOR #A9759D

HEX: #A9759D RGB: (169,117,157)

Color info

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

RGB color model

#A9759D color RGB value is (169,117,157).

RGB: (169,117,157) (66%, 46%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 157 of 255 = 62%

169
117
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 117 + 157 = 443 (100%)
R 169 of 443 ~ 38.15%
G 117 of 443 ~ 26.41%
B 157 of 443 ~ 35.44'%

%38.15
%26.41
%35.44

CMYK color model

#A9759D color CMYK value is (0,31,7,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK: (0,31,7,34) C0M31Y7K34 (0%,31%,7%,34%) (0.00/0.31/0.07/0.34) 

CMYK percentages

%0
%30.77
%7.1
%33.73

Codes

Color #A9759D in popluar color models

A9 75 9D
RGB 169 117 157
HSL 314° 23.21% 56.08%
HSB/HSV 314° 30.77% 66.27%
CMYK 0.00% 30.77% 7.10%
33.73%

Color #A9759D in popluar number systems.

HEX A9 75 9D
Decimal 169 117 157
Binary 10101001 1110101 10011101
Octal 251 165 235

Shades and tints

Shades of #A9759D

#A9759D
(169,117,157)
#9A6B8F
(154,107,143)
#8B6181
(139,97,129)
#7C5773
(124,87,115)
#6D4D65
(109,77,101)
#5E4357
(94,67,87)
#4F3949
(79,57,73)
#402F3B
(64,47,59)
#31252D
(49,37,45)
#221B1F
(34,27,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9759D

#A9759D
(169,117,157)
#B081A5
(176,129,165)
#B78DAD
(183,141,173)
#BE99B5
(190,153,181)
#C5A5BD
(197,165,189)
#CCB1C5
(204,177,197)
#D3BDCD
(211,189,205)
#DAC9D5
(218,201,213)
#E1D5DD
(225,213,221)
#E8E1E5
(232,225,229)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9759D color. Also use rgb(169,117,157) instead hex code.

Text Font Color

.myTextColor { color: #A9759D; }

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

This text font color is #A9759D.

Background Color

.myBgColor { background-color: #A9759D; }

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

This div background color is #A9759D.

Border color

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

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

This div border color is #A9759D.

Opacity

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

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

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

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

This text has shadow with #A9759D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9759D.

Preview

Color preview on black background

This text has color #A9759D on black background.


Color preview on white background

This text has color #A9759D on white background.


Black color preview on #A9759D background

This text has black color on #A9759D background.


White color preview on #A9759D background

This text has white color on #A9759D background.


Related colors

Complementary color

Complementary color for #hex is #568A62.


I love getcolorcode.com

Triadic colors

1 #9DA975 and #759DA9 with #A9759D are triadic colors.

2 #9D75A9 and #75A99D with #A9759D are triadic colors.