COLOR #A95DA6

HEX: #A95DA6
RGB: (169,93,166)

Color info

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

RGB color model

#A95DA6 color RGB value is (169,93,166).

  • red value is 169;
  • green value is 93;
  • blue value is 166.
RGB:
(169,93,166)
(66%,36%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 93 of 255 = 36%
B 166 of 255 = 65%

169
93
166

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

Portions of RGB colors in percentages

R + G + B =
169 + 93 + 166 = 428 (100%)
R 169 of 428 ~ 39.49%
G 93 of 428 ~ 21.73%
B 166 of 428 ~ 38.79%

%39.49
%21.73
%38.79

CMYK color model

#A95DA6 color CMYK value is (0,45,2,34).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 1.78%
  • key color value is 33.73%
CMYK:
(0,45,2,34)
C0M45Y2K34 
(0%,45%,2%,34%)
(0.00/0.45/0.02/0.34)	

CMYK percentages

%0
%44.97
%1.78
%33.73

Codes

Color #A95DA6 in popluar color models

A95DA6
RGB16993166
HSL302°30.65%51.37%
HSB/HSV302°44.97%66.27%
CMYK0.00%44.97%1.78%
33.73%

Color #A95DA6 in popluar number systems.

HEXA95DA6
Decimal16993166
Binary10101001101110110100110
Octal251135246

Shades and tints

Shades of #A95DA6

#A95DA6
(169,93,166)
#9A5597
(154,85,151)
#8B4D88
(139,77,136)
#7C4579
(124,69,121)
#6D3D6A
(109,61,106)
#5E355B
(94,53,91)
#4F2D4C
(79,45,76)
#40253D
(64,37,61)
#311D2E
(49,29,46)
#22151F
(34,21,31)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #A95DA6

#A95DA6
(169,93,166)
#B06BAE
(176,107,174)
#B779B6
(183,121,182)
#BE87BE
(190,135,190)
#C595C6
(197,149,198)
#CCA3CE
(204,163,206)
#D3B1D6
(211,177,214)
#DABFDE
(218,191,222)
#E1CDE6
(225,205,230)
#E8DBEE
(232,219,238)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95DA6; }

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

This text font color is #A95DA6.


Background Color

.myBgColor { background-color: #A95DA6; }

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

This div background color is #A95DA6.


Border color

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

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

This div border color is #A95DA6.


Opacity

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

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

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

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

This text has shadow with #A95DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95DA6 on black background.


Color preview on white background

This text has color #A95DA6 on white background.



Black color preview on #A95DA6 background

This text has black color on #A95DA6 background.


White color preview on #A95DA6 background

This text has white color on #A95DA6 background.