COLOR #A96BB3

HEX: #A96BB3
RGB: (169,107,179)

Color info

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

RGB color model

#A96BB3 color RGB value is (169,107,179).

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

RGB channels and saturation

R 169 of 255 = 66%
G 107 of 255 = 42%
B 179 of 255 = 70%

169
107
179

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

Portions of RGB colors in percentages

R + G + B =
169 + 107 + 179 = 455 (100%)
R 169 of 455 ~ 37.14%
G 107 of 455 ~ 23.52%
B 179 of 455 ~ 39.34%

%37.14
%23.52
%39.34

CMYK color model

#A96BB3 color CMYK value is (6,40,0,30).

  • cyan value is 5.59%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(6,40,0,30)
C6M40Y0K30 
(6%,40%,0%,30%)
(0.06/0.40/0.00/0.30)	

CMYK percentages

%5.59
%40.22
%0
%29.8

Codes

Color #A96BB3 in popluar color models

A96BB3
RGB169107179
HSL292°32.14%56.08%
HSB/HSV292°40.22%70.20%
CMYK5.59%40.22%0.00%
29.80%

Color #A96BB3 in popluar number systems.

HEXA96BB3
Decimal169107179
Binary10101001110101110110011
Octal251153263

Shades and tints

Shades of #A96BB3

#A96BB3
(169,107,179)
#9A62A3
(154,98,163)
#8B5993
(139,89,147)
#7C5083
(124,80,131)
#6D4773
(109,71,115)
#5E3E63
(94,62,99)
#4F3553
(79,53,83)
#402C43
(64,44,67)
#312333
(49,35,51)
#221A23
(34,26,35)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A96BB3

#A96BB3
(169,107,179)
#B078B9
(176,120,185)
#B785BF
(183,133,191)
#BE92C5
(190,146,197)
#C59FCB
(197,159,203)
#CCACD1
(204,172,209)
#D3B9D7
(211,185,215)
#DAC6DD
(218,198,221)
#E1D3E3
(225,211,227)
#E8E0E9
(232,224,233)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96BB3; }

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

This text font color is #A96BB3.


Background Color

.myBgColor { background-color: #A96BB3; }

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

This div background color is #A96BB3.


Border color

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

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

This div border color is #A96BB3.


Opacity

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

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

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

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

This text has shadow with #A96BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96BB3 on black background.


Color preview on white background

This text has color #A96BB3 on white background.



Black color preview on #A96BB3 background

This text has black color on #A96BB3 background.


White color preview on #A96BB3 background

This text has white color on #A96BB3 background.