COLOR #A95D9D

HEX: #A95D9D RGB: (169,93,157)

Color info

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

RGB color model

#A95D9D color RGB value is (169,93,157).

RGB: (169,93,157) (66%, 36%, 62%)

RGB channels and saturation

R 169 of 255 = 66%
G 93 of 255 = 36%
B 157 of 255 = 62%

169
93
157

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

Portions of RGB colors in percentages

R + G + B = 169 + 93 + 157 = 419 (100%)
R 169 of 419 ~ 40.33%
G 93 of 419 ~ 22.2%
B 157 of 419 ~ 37.47'%

%40.33
%22.2
%37.47

CMYK color model

#A95D9D color CMYK value is (0,45,7,34).

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

CMYK: (0,45,7,34)
C0M45Y7K34 (0%, 45%, 7%, 34%)
(0.00 / 0.45 / 0.07 / 0.34)

CMYK percentages

%0
%44.97
%7.1
%33.73

Codes

Color #A95D9D in popluar color models

A9 5D 9D
RGB 169 93 157
HSL 309° 30.65% 51.37%
HSB/HSV 309° 44.97% 66.27%
CMYK 0.00% 44.97% 7.10%
33.73%

Color #A95D9D in popluar number systems.

HEX A9 5D 9D
Decimal 169 93 157
Binary 10101001 1011101 10011101
Octal 251 135 235

Shades and tints

Shades of #A95D9D

#A95D9D
(169,93,157)
#9A558F
(154,85,143)
#8B4D81
(139,77,129)
#7C4573
(124,69,115)
#6D3D65
(109,61,101)
#5E3557
(94,53,87)
#4F2D49
(79,45,73)
#40253B
(64,37,59)
#311D2D
(49,29,45)
#22151F
(34,21,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A95D9D

#A95D9D
(169,93,157)
#B06BA5
(176,107,165)
#B779AD
(183,121,173)
#BE87B5
(190,135,181)
#C595BD
(197,149,189)
#CCA3C5
(204,163,197)
#D3B1CD
(211,177,205)
#DABFD5
(218,191,213)
#E1CDDD
(225,205,221)
#E8DBE5
(232,219,229)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95D9D; }

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

This text font color is #A95D9D.

Background Color

.myBgColor { background-color: #A95D9D; }

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

This div background color is #A95D9D.

Border color

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

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

This div border color is #A95D9D.

Opacity

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

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

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

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

This text has shadow with #A95D9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95D9D.

Preview

Color preview on black background

This text has color #A95D9D on black background.


Color preview on white background

This text has color #A95D9D on white background.


Black color preview on #A95D9D background

This text has black color on #A95D9D background.


White color preview on #A95D9D background

This text has white color on #A95D9D background.


Related colors

Complementary color

Complementary color for #hex is #56A262.


I love getcolorcode.com

Triadic colors

1 #9DA95D and #5D9DA9 with #A95D9D are triadic colors.

2 #9D5DA9 and #5DA99D with #A95D9D are triadic colors.