COLOR #A96BA4

HEX: #A96BA4 RGB: (169,107,164)

Color info

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

RGB color model

#A96BA4 color RGB value is (169,107,164).

RGB: (169,107,164) (66%, 42%, 64%)

RGB channels and saturation

R 169 of 255 = 66%
G 107 of 255 = 42%
B 164 of 255 = 64%

169
107
164

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

Portions of RGB colors in percentages

R + G + B = 169 + 107 + 164 = 440 (100%)
R 169 of 440 ~ 38.41%
G 107 of 440 ~ 24.32%
B 164 of 440 ~ 37.27'%

%38.41
%24.32
%37.27

CMYK color model

#A96BA4 color CMYK value is (0,37,3,34).

  • cyan value is 0.00%
  • magenta value is 36.69%
  • yellow value is 2.96%
  • key color value is 33.73%

CMYK: (0,37,3,34)
C0M37Y3K34 (0%, 37%, 3%, 34%)
(0.00 / 0.37 / 0.03 / 0.34)

CMYK percentages

%0
%36.69
%2.96
%33.73

Codes

Color #A96BA4 in popluar color models

A9 6B A4
RGB 169 107 164
HSL 305° 26.50% 54.12%
HSB/HSV 305° 36.69% 66.27%
CMYK 0.00% 36.69% 2.96%
33.73%

Color #A96BA4 in popluar number systems.

HEX A9 6B A4
Decimal 169 107 164
Binary 10101001 1101011 10100100
Octal 251 153 244

Shades and tints

Shades of #A96BA4

#A96BA4
(169,107,164)
#9A6296
(154,98,150)
#8B5988
(139,89,136)
#7C507A
(124,80,122)
#6D476C
(109,71,108)
#5E3E5E
(94,62,94)
#4F3550
(79,53,80)
#402C42
(64,44,66)
#312334
(49,35,52)
#221A26
(34,26,38)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #A96BA4

#A96BA4
(169,107,164)
#B078AC
(176,120,172)
#B785B4
(183,133,180)
#BE92BC
(190,146,188)
#C59FC4
(197,159,196)
#CCACCC
(204,172,204)
#D3B9D4
(211,185,212)
#DAC6DC
(218,198,220)
#E1D3E4
(225,211,228)
#E8E0EC
(232,224,236)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96BA4; }

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

This text font color is #A96BA4.

Background Color

.myBgColor { background-color: #A96BA4; }

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

This div background color is #A96BA4.

Border color

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

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

This div border color is #A96BA4.

Opacity

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

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

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

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

This text has shadow with #A96BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96BA4.

Preview

Color preview on black background

This text has color #A96BA4 on black background.


Color preview on white background

This text has color #A96BA4 on white background.


Black color preview on #A96BA4 background

This text has black color on #A96BA4 background.


White color preview on #A96BA4 background

This text has white color on #A96BA4 background.


Related colors

Complementary color

Complementary color for #hex is #56945B.


I love getcolorcode.com

Triadic colors

1 #A4A96B and #6BA4A9 with #A96BA4 are triadic colors.

2 #A46BA9 and #6BA9A4 with #A96BA4 are triadic colors.