COLOR #A95DBB

HEX: #A95DBB
RGB: (169,93,187)

Color info

#A95DBB contains mainly red and blue colors. Web safe color of #A95DBB is #9966CC (or #96C).

RGB color model

#A95DBB color RGB value is (169,93,187).

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

RGB channels and saturation

R 169 of 255 = 66%
G 93 of 255 = 36%
B 187 of 255 = 73%

169
93
187

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

Portions of RGB colors in percentages

R + G + B =
169 + 93 + 187 = 449 (100%)
R 169 of 449 ~ 37.64%
G 93 of 449 ~ 20.71%
B 187 of 449 ~ 41.65%

%37.64
%20.71
%41.65

CMYK color model

#A95DBB color CMYK value is (10,50,0,27).

  • cyan value is 9.63%
  • magenta value is 50.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(10,50,0,27)
C10M50Y0K27 
(10%,50%,0%,27%)
(0.10/0.50/0.00/0.27)	

CMYK percentages

%9.63
%50.27
%0
%26.67

Codes

Color #A95DBB in popluar color models

A95DBB
RGB16993187
HSL289°40.87%54.90%
HSB/HSV289°50.27%73.33%
CMYK9.63%50.27%0.00%
26.67%

Color #A95DBB in popluar number systems.

HEXA95DBB
Decimal16993187
Binary10101001101110110111011
Octal251135273

Shades and tints

Shades of #A95DBB

#A95DBB
(169,93,187)
#9A55AA
(154,85,170)
#8B4D99
(139,77,153)
#7C4588
(124,69,136)
#6D3D77
(109,61,119)
#5E3566
(94,53,102)
#4F2D55
(79,45,85)
#402544
(64,37,68)
#311D33
(49,29,51)
#221522
(34,21,34)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A95DBB

#A95DBB
(169,93,187)
#B06BC1
(176,107,193)
#B779C7
(183,121,199)
#BE87CD
(190,135,205)
#C595D3
(197,149,211)
#CCA3D9
(204,163,217)
#D3B1DF
(211,177,223)
#DABFE5
(218,191,229)
#E1CDEB
(225,205,235)
#E8DBF1
(232,219,241)
#EFE9F7
(239,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95DBB; }

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

This text font color is #A95DBB.


Background Color

.myBgColor { background-color: #A95DBB; }

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

This div background color is #A95DBB.


Border color

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

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

This div border color is #A95DBB.


Opacity

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

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

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

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

This text has shadow with #A95DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95DBB on black background.


Color preview on white background

This text has color #A95DBB on white background.



Black color preview on #A95DBB background

This text has black color on #A95DBB background.


White color preview on #A95DBB background

This text has white color on #A95DBB background.