COLOR #A9579D

HEX: #A9579D RGB: (169,87,157)

Color info

#A9579D contains mainly red and blue colors. Web safe color of #A9579D is #996699 (or #969).

RGB color model

#A9579D color RGB value is (169,87,157).

RGB: (169,87,157) (66%, 34%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 87 of 255 = 34%
B 157 of 255 = 62%

169
87
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 87 + 157 = 413 (100%)
R 169 of 413 ~ 40.92%
G 87 of 413 ~ 21.07%
B 157 of 413 ~ 38.01'%

%40.92
%21.07
%38.01

CMYK color model

#A9579D color CMYK value is (0,49,7,34).

  • cyan value is 0.00%
  • magenta value is 48.52%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK: (0,49,7,34) C0M49Y7K34 (0%,49%,7%,34%) (0.00/0.49/0.07/0.34) 

CMYK percentages

%0
%48.52
%7.1
%33.73

Codes

Color #A9579D in popluar color models

A9 57 9D
RGB 169 87 157
HSL 309° 32.28% 50.20%
HSB/HSV 309° 48.52% 66.27%
CMYK 0.00% 48.52% 7.10%
33.73%

Color #A9579D in popluar number systems.

HEX A9 57 9D
Decimal 169 87 157
Binary 10101001 1010111 10011101
Octal 251 127 235

Shades and tints

Shades of #A9579D

#A9579D
(169,87,157)
#9A508F
(154,80,143)
#8B4981
(139,73,129)
#7C4273
(124,66,115)
#6D3B65
(109,59,101)
#5E3457
(94,52,87)
#4F2D49
(79,45,73)
#40263B
(64,38,59)
#311F2D
(49,31,45)
#22181F
(34,24,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9579D

#A9579D
(169,87,157)
#B066A5
(176,102,165)
#B775AD
(183,117,173)
#BE84B5
(190,132,181)
#C593BD
(197,147,189)
#CCA2C5
(204,162,197)
#D3B1CD
(211,177,205)
#DAC0D5
(218,192,213)
#E1CFDD
(225,207,221)
#E8DEE5
(232,222,229)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9579D; }

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

This text font color is #A9579D.

Background Color

.myBgColor { background-color: #A9579D; }

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

This div background color is #A9579D.

Border color

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

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

This div border color is #A9579D.

Opacity

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

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

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

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

This text has shadow with #A9579D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9579D.

Preview

Color preview on black background

This text has color #A9579D on black background.


Color preview on white background

This text has color #A9579D on white background.


Black color preview on #A9579D background

This text has black color on #A9579D background.


White color preview on #A9579D background

This text has white color on #A9579D background.


Related colors

Complementary color

Complementary color for #hex is #56A862.


I love getcolorcode.com

Triadic colors

1 #9DA957 and #579DA9 with #A9579D are triadic colors.

2 #9D57A9 and #57A99D with #A9579D are triadic colors.