COLOR #A9558D

HEX: #A9558D RGB: (169,85,141)

Color info

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

RGB color model

#A9558D color RGB value is (169,85,141).

RGB: (169,85,141) (66%, 33%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 85 of 255 = 33%
B 141 of 255 = 55%

169
85
141

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

Portions of RGB colors in percentages

R + G + B = 169 + 85 + 141 = 395 (100%)
R 169 of 395 ~ 42.78%
G 85 of 395 ~ 21.52%
B 141 of 395 ~ 35.7'%

%42.78
%21.52
%35.7

CMYK color model

#A9558D color CMYK value is (0,50,17,34).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 16.57%
  • key color value is 33.73%

CMYK: (0,50,17,34)
C0M50Y17K34 (0%, 50%, 17%, 34%)
(0.00 / 0.50 / 0.17 / 0.34)

CMYK percentages

%0
%49.7
%16.57
%33.73

Codes

Color #A9558D in popluar color models

A9 55 8D
RGB 169 85 141
HSL 320° 33.07% 49.80%
HSB/HSV 320° 49.70% 66.27%
CMYK 0.00% 49.70% 16.57%
33.73%

Color #A9558D in popluar number systems.

HEX A9 55 8D
Decimal 169 85 141
Binary 10101001 1010101 10001101
Octal 251 125 215

Shades and tints

Shades of #A9558D

#A9558D
(169,85,141)
#9A4E81
(154,78,129)
#8B4775
(139,71,117)
#7C4069
(124,64,105)
#6D395D
(109,57,93)
#5E3251
(94,50,81)
#4F2B45
(79,43,69)
#402439
(64,36,57)
#311D2D
(49,29,45)
#221621
(34,22,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A9558D

#A9558D
(169,85,141)
#B06497
(176,100,151)
#B773A1
(183,115,161)
#BE82AB
(190,130,171)
#C591B5
(197,145,181)
#CCA0BF
(204,160,191)
#D3AFC9
(211,175,201)
#DABED3
(218,190,211)
#E1CDDD
(225,205,221)
#E8DCE7
(232,220,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9558D; }

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

This text font color is #A9558D.

Background Color

.myBgColor { background-color: #A9558D; }

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

This div background color is #A9558D.

Border color

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

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

This div border color is #A9558D.

Opacity

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

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

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

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

This text has shadow with #A9558D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9558D.

Preview

Color preview on black background

This text has color #A9558D on black background.


Color preview on white background

This text has color #A9558D on white background.


Black color preview on #A9558D background

This text has black color on #A9558D background.


White color preview on #A9558D background

This text has white color on #A9558D background.


Related colors

Complementary color

Complementary color for #hex is #56AA72.


I love getcolorcode.com

Triadic colors

1 #8DA955 and #558DA9 with #A9558D are triadic colors.

2 #8D55A9 and #55A98D with #A9558D are triadic colors.