COLOR #A95795

HEX: #A95795
RGB: (169,87,149)

Color info

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

RGB color model

#A95795 color RGB value is (169,87,149).

  • red value is 169;
  • green value is 87;
  • blue value is 149.
RGB:
(169,87,149)
(66%,34%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 87 of 255 = 34%
B 149 of 255 = 58%

169
87
149

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

Portions of RGB colors in percentages

R + G + B =
169 + 87 + 149 = 405 (100%)
R 169 of 405 ~ 41.73%
G 87 of 405 ~ 21.48%
B 149 of 405 ~ 36.79%

%41.73
%21.48
%36.79

CMYK color model

#A95795 color CMYK value is (0,49,12,34).

  • cyan value is 0.00%
  • magenta value is 48.52%
  • yellow value is 11.83%
  • key color value is 33.73%
CMYK:
(0,49,12,34)
C0M49Y12K34 
(0%,49%,12%,34%)
(0.00/0.49/0.12/0.34)	

CMYK percentages

%0
%48.52
%11.83
%33.73

Codes

Color #A95795 in popluar color models

A95795
RGB16987149
HSL315°32.28%50.20%
HSB/HSV315°48.52%66.27%
CMYK0.00%48.52%11.83%
33.73%

Color #A95795 in popluar number systems.

HEXA95795
Decimal16987149
Binary10101001101011110010101
Octal251127225

Shades and tints

Shades of #A95795

#A95795
(169,87,149)
#9A5088
(154,80,136)
#8B497B
(139,73,123)
#7C426E
(124,66,110)
#6D3B61
(109,59,97)
#5E3454
(94,52,84)
#4F2D47
(79,45,71)
#40263A
(64,38,58)
#311F2D
(49,31,45)
#221820
(34,24,32)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A95795

#A95795
(169,87,149)
#B0669E
(176,102,158)
#B775A7
(183,117,167)
#BE84B0
(190,132,176)
#C593B9
(197,147,185)
#CCA2C2
(204,162,194)
#D3B1CB
(211,177,203)
#DAC0D4
(218,192,212)
#E1CFDD
(225,207,221)
#E8DEE6
(232,222,230)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95795 color. Also use rgb(169,87,149) instead hex code.

Text Font Color

.myTextColor { color: #A95795; }

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

This text font color is #A95795.


Background Color

.myBgColor { background-color: #A95795; }

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

This div background color is #A95795.


Border color

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

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

This div border color is #A95795.


Opacity

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

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

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

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

This text has shadow with #A95795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95795 on black background.


Color preview on white background

This text has color #A95795 on white background.



Black color preview on #A95795 background

This text has black color on #A95795 background.


White color preview on #A95795 background

This text has white color on #A95795 background.