COLOR #A96BB1

HEX: #A96BB1
RGB: (169,107,177)

Color info

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

RGB color model

#A96BB1 color RGB value is (169,107,177).

  • red value is 169;
  • green value is 107;
  • blue value is 177.
RGB:
(169,107,177)
(66%,42%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 107 of 255 = 42%
B 177 of 255 = 69%

169
107
177

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

Portions of RGB colors in percentages

R + G + B =
169 + 107 + 177 = 453 (100%)
R 169 of 453 ~ 37.31%
G 107 of 453 ~ 23.62%
B 177 of 453 ~ 39.07%

%37.31
%23.62
%39.07

CMYK color model

#A96BB1 color CMYK value is (5,40,0,31).

  • cyan value is 4.52%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,40,0,31)
C5M40Y0K31 
(5%,40%,0%,31%)
(0.05/0.40/0.00/0.31)	

CMYK percentages

%4.52
%39.55
%0
%30.59

Codes

Color #A96BB1 in popluar color models

A96BB1
RGB169107177
HSL293°30.97%55.69%
HSB/HSV293°39.55%69.41%
CMYK4.52%39.55%0.00%
30.59%

Color #A96BB1 in popluar number systems.

HEXA96BB1
Decimal169107177
Binary10101001110101110110001
Octal251153261

Shades and tints

Shades of #A96BB1

#A96BB1
(169,107,177)
#9A62A1
(154,98,161)
#8B5991
(139,89,145)
#7C5081
(124,80,129)
#6D4771
(109,71,113)
#5E3E61
(94,62,97)
#4F3551
(79,53,81)
#402C41
(64,44,65)
#312331
(49,35,49)
#221A21
(34,26,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A96BB1

#A96BB1
(169,107,177)
#B078B8
(176,120,184)
#B785BF
(183,133,191)
#BE92C6
(190,146,198)
#C59FCD
(197,159,205)
#CCACD4
(204,172,212)
#D3B9DB
(211,185,219)
#DAC6E2
(218,198,226)
#E1D3E9
(225,211,233)
#E8E0F0
(232,224,240)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96BB1 color. Also use rgb(169,107,177) instead hex code.

Text Font Color

.myTextColor { color: #A96BB1; }

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

This text font color is #A96BB1.


Background Color

.myBgColor { background-color: #A96BB1; }

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

This div background color is #A96BB1.


Border color

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

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

This div border color is #A96BB1.


Opacity

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

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

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

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

This text has shadow with #A96BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96BB1 on black background.


Color preview on white background

This text has color #A96BB1 on white background.



Black color preview on #A96BB1 background

This text has black color on #A96BB1 background.


White color preview on #A96BB1 background

This text has white color on #A96BB1 background.