COLOR #A9759F

HEX: #A9759F RGB: (169,117,159)

Color info

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

RGB color model

#A9759F color RGB value is (169,117,159).

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

RGB channels and saturation

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

169
117
159

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

Portions of RGB colors in percentages

R + G + B = 169 + 117 + 159 = 445 (100%)
R 169 of 445 ~ 37.98%
G 117 of 445 ~ 26.29%
B 159 of 445 ~ 35.73'%

%37.98
%26.29
%35.73

CMYK color model

#A9759F color CMYK value is (0,31,6,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 5.92%
  • key color value is 33.73%

CMYK: (0,31,6,34)
C0M31Y6K34 (0%, 31%, 6%, 34%)
(0.00 / 0.31 / 0.06 / 0.34)

CMYK percentages

%0
%30.77
%5.92
%33.73

Codes

Color #A9759F in popluar color models

A9 75 9F
RGB 169 117 159
HSL 312° 23.21% 56.08%
HSB/HSV 312° 30.77% 66.27%
CMYK 0.00% 30.77% 5.92%
33.73%

Color #A9759F in popluar number systems.

HEX A9 75 9F
Decimal 169 117 159
Binary 10101001 1110101 10011111
Octal 251 165 237

Shades and tints

Shades of #A9759F

#A9759F
(169,117,159)
#9A6B91
(154,107,145)
#8B6183
(139,97,131)
#7C5775
(124,87,117)
#6D4D67
(109,77,103)
#5E4359
(94,67,89)
#4F394B
(79,57,75)
#402F3D
(64,47,61)
#31252F
(49,37,47)
#221B21
(34,27,33)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A9759F

#A9759F
(169,117,159)
#B081A7
(176,129,167)
#B78DAF
(183,141,175)
#BE99B7
(190,153,183)
#C5A5BF
(197,165,191)
#CCB1C7
(204,177,199)
#D3BDCF
(211,189,207)
#DAC9D7
(218,201,215)
#E1D5DF
(225,213,223)
#E8E1E7
(232,225,231)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9759F; }

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

This text font color is #A9759F.

Background Color

.myBgColor { background-color: #A9759F; }

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

This div background color is #A9759F.

Border color

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

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

This div border color is #A9759F.

Opacity

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

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

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

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

This text has shadow with #A9759F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9759F.

Preview

Color preview on black background

This text has color #A9759F on black background.


Color preview on white background

This text has color #A9759F on white background.


Black color preview on #A9759F background

This text has black color on #A9759F background.


White color preview on #A9759F background

This text has white color on #A9759F background.


Related colors

Complementary color

Complementary color for #hex is #568A60.


I love getcolorcode.com

Triadic colors

1 #9FA975 and #759FA9 with #A9759F are triadic colors.

2 #9F75A9 and #75A99F with #A9759F are triadic colors.