COLOR #A9579F

HEX: #A9579F
RGB: (169,87,159)

Color info

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

RGB color model

#A9579F color RGB value is (169,87,159).

  • red value is 169;
  • green value is 87;
  • blue value is 159.
RGB:
(169,87,159)
(66%,34%,62%)

RGB channels and saturation

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

169
87
159

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

Portions of RGB colors in percentages

R + G + B =
169 + 87 + 159 = 415 (100%)
R 169 of 415 ~ 40.72%
G 87 of 415 ~ 20.96%
B 159 of 415 ~ 38.31%

%40.72
%20.96
%38.31

CMYK color model

#A9579F color CMYK value is (0,49,6,34).

  • cyan value is 0.00%
  • magenta value is 48.52%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(0,49,6,34)
C0M49Y6K34 
(0%,49%,6%,34%)
(0.00/0.49/0.06/0.34)	

CMYK percentages

%0
%48.52
%5.92
%33.73

Codes

Color #A9579F in popluar color models

A9579F
RGB16987159
HSL307°32.28%50.20%
HSB/HSV307°48.52%66.27%
CMYK0.00%48.52%5.92%
33.73%

Color #A9579F in popluar number systems.

HEXA9579F
Decimal16987159
Binary10101001101011110011111
Octal251127237

Shades and tints

Shades of #A9579F

#A9579F
(169,87,159)
#9A5091
(154,80,145)
#8B4983
(139,73,131)
#7C4275
(124,66,117)
#6D3B67
(109,59,103)
#5E3459
(94,52,89)
#4F2D4B
(79,45,75)
#40263D
(64,38,61)
#311F2F
(49,31,47)
#221821
(34,24,33)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A9579F

#A9579F
(169,87,159)
#B066A7
(176,102,167)
#B775AF
(183,117,175)
#BE84B7
(190,132,183)
#C593BF
(197,147,191)
#CCA2C7
(204,162,199)
#D3B1CF
(211,177,207)
#DAC0D7
(218,192,215)
#E1CFDF
(225,207,223)
#E8DEE7
(232,222,231)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9579F; }

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

This text font color is #A9579F.


Background Color

.myBgColor { background-color: #A9579F; }

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

This div background color is #A9579F.


Border color

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

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

This div border color is #A9579F.


Opacity

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

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

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

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

This text has shadow with #A9579F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9579F on black background.


Color preview on white background

This text has color #A9579F on white background.



Black color preview on #A9579F background

This text has black color on #A9579F background.


White color preview on #A9579F background

This text has white color on #A9579F background.