COLOR #A9559E

HEX: #A9559E
RGB: (169,85,158)

Color info

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

RGB color model

#A9559E color RGB value is (169,85,158).

  • red value is 169;
  • green value is 85;
  • blue value is 158.
RGB:
(169,85,158)
(66%,33%,62%)

RGB channels and saturation

R 169 of 255 = 66%
G 85 of 255 = 33%
B 158 of 255 = 62%

169
85
158

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

Portions of RGB colors in percentages

R + G + B =
169 + 85 + 158 = 412 (100%)
R 169 of 412 ~ 41.02%
G 85 of 412 ~ 20.63%
B 158 of 412 ~ 38.35%

%41.02
%20.63
%38.35

CMYK color model

#A9559E color CMYK value is (0,50,7,34).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(0,50,7,34)
C0M50Y7K34 
(0%,50%,7%,34%)
(0.00/0.50/0.07/0.34)	

CMYK percentages

%0
%49.7
%6.51
%33.73

Codes

Color #A9559E in popluar color models

A9559E
RGB16985158
HSL308°33.07%49.80%
HSB/HSV308°49.70%66.27%
CMYK0.00%49.70%6.51%
33.73%

Color #A9559E in popluar number systems.

HEXA9559E
Decimal16985158
Binary10101001101010110011110
Octal251125236

Shades and tints

Shades of #A9559E

#A9559E
(169,85,158)
#9A4E90
(154,78,144)
#8B4782
(139,71,130)
#7C4074
(124,64,116)
#6D3966
(109,57,102)
#5E3258
(94,50,88)
#4F2B4A
(79,43,74)
#40243C
(64,36,60)
#311D2E
(49,29,46)
#221620
(34,22,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #A9559E

#A9559E
(169,85,158)
#B064A6
(176,100,166)
#B773AE
(183,115,174)
#BE82B6
(190,130,182)
#C591BE
(197,145,190)
#CCA0C6
(204,160,198)
#D3AFCE
(211,175,206)
#DABED6
(218,190,214)
#E1CDDE
(225,205,222)
#E8DCE6
(232,220,230)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9559E color. Also use rgb(169,85,158) instead hex code.

Text Font Color

.myTextColor { color: #A9559E; }

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

This text font color is #A9559E.


Background Color

.myBgColor { background-color: #A9559E; }

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

This div background color is #A9559E.


Border color

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

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

This div border color is #A9559E.


Opacity

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

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

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

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

This text has shadow with #A9559E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9559E on black background.


Color preview on white background

This text has color #A9559E on white background.



Black color preview on #A9559E background

This text has black color on #A9559E background.


White color preview on #A9559E background

This text has white color on #A9559E background.