COLOR #A9609D

HEX: #A9609D RGB: (169,96,157)

Color info

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

RGB color model

#A9609D color RGB value is (169,96,157).

RGB: (169,96,157) (66%, 38%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 96 of 255 = 38%
B 157 of 255 = 62%

169
96
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 96 + 157 = 422 (100%)
R 169 of 422 ~ 40.05%
G 96 of 422 ~ 22.75%
B 157 of 422 ~ 37.2'%

%40.05
%22.75
%37.2

CMYK color model

#A9609D color CMYK value is (0,43,7,34).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 7.10%
  • key color value is 33.73%

CMYK: (0,43,7,34)
C0M43Y7K34 (0%, 43%, 7%, 34%)
(0.00 / 0.43 / 0.07 / 0.34)

CMYK percentages

%0
%43.2
%7.1
%33.73

Codes

Color #A9609D in popluar color models

A9 60 9D
RGB 169 96 157
HSL 310° 29.80% 51.96%
HSB/HSV 310° 43.20% 66.27%
CMYK 0.00% 43.20% 7.10%
33.73%

Color #A9609D in popluar number systems.

HEX A9 60 9D
Decimal 169 96 157
Binary 10101001 1100000 10011101
Octal 251 140 235

Shades and tints

Shades of #A9609D

#A9609D
(169,96,157)
#9A588F
(154,88,143)
#8B5081
(139,80,129)
#7C4873
(124,72,115)
#6D4065
(109,64,101)
#5E3857
(94,56,87)
#4F3049
(79,48,73)
#40283B
(64,40,59)
#31202D
(49,32,45)
#22181F
(34,24,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A9609D

#A9609D
(169,96,157)
#B06EA5
(176,110,165)
#B77CAD
(183,124,173)
#BE8AB5
(190,138,181)
#C598BD
(197,152,189)
#CCA6C5
(204,166,197)
#D3B4CD
(211,180,205)
#DAC2D5
(218,194,213)
#E1D0DD
(225,208,221)
#E8DEE5
(232,222,229)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9609D; }

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

This text font color is #A9609D.

Background Color

.myBgColor { background-color: #A9609D; }

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

This div background color is #A9609D.

Border color

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

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

This div border color is #A9609D.

Opacity

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

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

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

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

This text has shadow with #A9609D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9609D.

Preview

Color preview on black background

This text has color #A9609D on black background.


Color preview on white background

This text has color #A9609D on white background.


Black color preview on #A9609D background

This text has black color on #A9609D background.


White color preview on #A9609D background

This text has white color on #A9609D background.


Related colors

Complementary color

Complementary color for #hex is #569F62.


I love getcolorcode.com

Triadic colors

1 #9DA960 and #609DA9 with #A9609D are triadic colors.

2 #9D60A9 and #60A99D with #A9609D are triadic colors.