COLOR #A95E8F

HEX: #A95E8F
RGB: (169,94,143)

Color info

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

RGB color model

#A95E8F color RGB value is (169,94,143).

  • red value is 169;
  • green value is 94;
  • blue value is 143.
RGB:
(169,94,143)
(66%,37%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 94 of 255 = 37%
B 143 of 255 = 56%

169
94
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 94 + 143 = 406 (100%)
R 169 of 406 ~ 41.63%
G 94 of 406 ~ 23.15%
B 143 of 406 ~ 35.22%

%41.63
%23.15
%35.22

CMYK color model

#A95E8F color CMYK value is (0,44,15,34).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(0,44,15,34)
C0M44Y15K34 
(0%,44%,15%,34%)
(0.00/0.44/0.15/0.34)	

CMYK percentages

%0
%44.38
%15.38
%33.73

Codes

Color #A95E8F in popluar color models

A95E8F
RGB16994143
HSL321°30.36%51.57%
HSB/HSV321°44.38%66.27%
CMYK0.00%44.38%15.38%
33.73%

Color #A95E8F in popluar number systems.

HEXA95E8F
Decimal16994143
Binary10101001101111010001111
Octal251136217

Shades and tints

Shades of #A95E8F

#A95E8F
(169,94,143)
#9A5682
(154,86,130)
#8B4E75
(139,78,117)
#7C4668
(124,70,104)
#6D3E5B
(109,62,91)
#5E364E
(94,54,78)
#4F2E41
(79,46,65)
#402634
(64,38,52)
#311E27
(49,30,39)
#22161A
(34,22,26)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #A95E8F

#A95E8F
(169,94,143)
#B06C99
(176,108,153)
#B77AA3
(183,122,163)
#BE88AD
(190,136,173)
#C596B7
(197,150,183)
#CCA4C1
(204,164,193)
#D3B2CB
(211,178,203)
#DAC0D5
(218,192,213)
#E1CEDF
(225,206,223)
#E8DCE9
(232,220,233)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95E8F color. Also use rgb(169,94,143) instead hex code.

Text Font Color

.myTextColor { color: #A95E8F; }

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

This text font color is #A95E8F.


Background Color

.myBgColor { background-color: #A95E8F; }

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

This div background color is #A95E8F.


Border color

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

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

This div border color is #A95E8F.


Opacity

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

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

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

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

This text has shadow with #A95E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95E8F on black background.


Color preview on white background

This text has color #A95E8F on white background.



Black color preview on #A95E8F background

This text has black color on #A95E8F background.


White color preview on #A95E8F background

This text has white color on #A95E8F background.