COLOR #A9509F

HEX: #A9509F RGB: (169,80,159)

Color info

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

RGB color model

#A9509F color RGB value is (169,80,159).

RGB: (169,80,159) (66%, 31%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 80 of 255 = 31%
B 159 of 255 = 62%

169
80
159

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

Portions of RGB colors in percentages

R + G + B = 169 + 80 + 159 = 408 (100%)
R 169 of 408 ~ 41.42%
G 80 of 408 ~ 19.61%
B 159 of 408 ~ 38.97'%

%41.42
%19.61
%38.97

CMYK color model

#A9509F color CMYK value is (0,53,6,34).

  • cyan value is 0.00%
  • magenta value is 52.66%
  • yellow value is 5.92%
  • key color value is 33.73%

CMYK: (0,53,6,34)
C0M53Y6K34 (0%, 53%, 6%, 34%)
(0.00 / 0.53 / 0.06 / 0.34)

CMYK percentages

%0
%52.66
%5.92
%33.73

Codes

Color #A9509F in popluar color models

A9 50 9F
RGB 169 80 159
HSL 307° 35.74% 48.82%
HSB/HSV 307° 52.66% 66.27%
CMYK 0.00% 52.66% 5.92%
33.73%

Color #A9509F in popluar number systems.

HEX A9 50 9F
Decimal 169 80 159
Binary 10101001 1010000 10011111
Octal 251 120 237

Shades and tints

Shades of #A9509F

#A9509F
(169,80,159)
#9A4991
(154,73,145)
#8B4283
(139,66,131)
#7C3B75
(124,59,117)
#6D3467
(109,52,103)
#5E2D59
(94,45,89)
#4F264B
(79,38,75)
#401F3D
(64,31,61)
#31182F
(49,24,47)
#221121
(34,17,33)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #A9509F

#A9509F
(169,80,159)
#B05FA7
(176,95,167)
#B76EAF
(183,110,175)
#BE7DB7
(190,125,183)
#C58CBF
(197,140,191)
#CC9BC7
(204,155,199)
#D3AACF
(211,170,207)
#DAB9D7
(218,185,215)
#E1C8DF
(225,200,223)
#E8D7E7
(232,215,231)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9509F; }

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

This text font color is #A9509F.

Background Color

.myBgColor { background-color: #A9509F; }

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

This div background color is #A9509F.

Border color

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

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

This div border color is #A9509F.

Opacity

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

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

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

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

This text has shadow with #A9509F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9509F.

Preview

Color preview on black background

This text has color #A9509F on black background.


Color preview on white background

This text has color #A9509F on white background.


Black color preview on #A9509F background

This text has black color on #A9509F background.


White color preview on #A9509F background

This text has white color on #A9509F background.


Related colors

Complementary color

Complementary color for #hex is #56AF60.


I love getcolorcode.com

Triadic colors

1 #9FA950 and #509FA9 with #A9509F are triadic colors.

2 #9F50A9 and #50A99F with #A9509F are triadic colors.