COLOR #A95387

HEX: #A95387
RGB: (169,83,135)

Color info

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

RGB color model

#A95387 color RGB value is (169,83,135).

  • red value is 169;
  • green value is 83;
  • blue value is 135.
RGB:
(169,83,135)
(66%,33%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 83 of 255 = 33%
B 135 of 255 = 53%

169
83
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 83 + 135 = 387 (100%)
R 169 of 387 ~ 43.67%
G 83 of 387 ~ 21.45%
B 135 of 387 ~ 34.88%

%43.67
%21.45
%34.88

CMYK color model

#A95387 color CMYK value is (0,51,20,34).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(0,51,20,34)
C0M51Y20K34 
(0%,51%,20%,34%)
(0.00/0.51/0.20/0.34)	

CMYK percentages

%0
%50.89
%20.12
%33.73

Codes

Color #A95387 in popluar color models

A95387
RGB16983135
HSL324°34.13%49.41%
HSB/HSV324°50.89%66.27%
CMYK0.00%50.89%20.12%
33.73%

Color #A95387 in popluar number systems.

HEXA95387
Decimal16983135
Binary10101001101001110000111
Octal251123207

Shades and tints

Shades of #A95387

#A95387
(169,83,135)
#9A4C7B
(154,76,123)
#8B456F
(139,69,111)
#7C3E63
(124,62,99)
#6D3757
(109,55,87)
#5E304B
(94,48,75)
#4F293F
(79,41,63)
#402233
(64,34,51)
#311B27
(49,27,39)
#22141B
(34,20,27)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A95387

#A95387
(169,83,135)
#B06291
(176,98,145)
#B7719B
(183,113,155)
#BE80A5
(190,128,165)
#C58FAF
(197,143,175)
#CC9EB9
(204,158,185)
#D3ADC3
(211,173,195)
#DABCCD
(218,188,205)
#E1CBD7
(225,203,215)
#E8DAE1
(232,218,225)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95387 color. Also use rgb(169,83,135) instead hex code.

Text Font Color

.myTextColor { color: #A95387; }

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

This text font color is #A95387.


Background Color

.myBgColor { background-color: #A95387; }

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

This div background color is #A95387.


Border color

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

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

This div border color is #A95387.


Opacity

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

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

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

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

This text has shadow with #A95387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95387 on black background.


Color preview on white background

This text has color #A95387 on white background.



Black color preview on #A95387 background

This text has black color on #A95387 background.


White color preview on #A95387 background

This text has white color on #A95387 background.