COLOR #A96FB3

HEX: #A96FB3 RGB: (169,111,179)

Color info

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

RGB color model

#A96FB3 color RGB value is (169,111,179).

RGB: (169,111,179) (66%, 44%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 179 of 255 = 70%

169
111
179

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

Portions of RGB colors in percentages

R + G + B = 169 + 111 + 179 = 459 (100%)
R 169 of 459 ~ 36.82%
G 111 of 459 ~ 24.18%
B 179 of 459 ~ 39'%

%36.82
%24.18
%39

CMYK color model

#A96FB3 color CMYK value is (6,38,0,30).

  • cyan value is 5.59%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (6,38,0,30)
C6M38Y0K30 (6%, 38%, 0%, 30%)
(0.06 / 0.38 / 0.00 / 0.30)

CMYK percentages

%5.59
%37.99
%0
%29.8

Codes

Color #A96FB3 in popluar color models

A9 6F B3
RGB 169 111 179
HSL 291° 30.91% 56.86%
HSB/HSV 291° 37.99% 70.20%
CMYK 5.59% 37.99% 0.00%
29.80%

Color #A96FB3 in popluar number systems.

HEX A9 6F B3
Decimal 169 111 179
Binary 10101001 1101111 10110011
Octal 251 157 263

Shades and tints

Shades of #A96FB3

#A96FB3
(169,111,179)
#9A65A3
(154,101,163)
#8B5B93
(139,91,147)
#7C5183
(124,81,131)
#6D4773
(109,71,115)
#5E3D63
(94,61,99)
#4F3353
(79,51,83)
#402943
(64,41,67)
#311F33
(49,31,51)
#221523
(34,21,35)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #A96FB3

#A96FB3
(169,111,179)
#B07CB9
(176,124,185)
#B789BF
(183,137,191)
#BE96C5
(190,150,197)
#C5A3CB
(197,163,203)
#CCB0D1
(204,176,209)
#D3BDD7
(211,189,215)
#DACADD
(218,202,221)
#E1D7E3
(225,215,227)
#E8E4E9
(232,228,233)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96FB3; }

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

This text font color is #A96FB3.

Background Color

.myBgColor { background-color: #A96FB3; }

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

This div background color is #A96FB3.

Border color

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

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

This div border color is #A96FB3.

Opacity

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

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

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

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

This text has shadow with #A96FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96FB3.

Preview

Color preview on black background

This text has color #A96FB3 on black background.


Color preview on white background

This text has color #A96FB3 on white background.


Black color preview on #A96FB3 background

This text has black color on #A96FB3 background.


White color preview on #A96FB3 background

This text has white color on #A96FB3 background.


Related colors

Complementary color

Complementary color for #hex is #56904C.


I love getcolorcode.com

Triadic colors

1 #B3A96F and #6FB3A9 with #A96FB3 are triadic colors.

2 #B36FA9 and #6FA9B3 with #A96FB3 are triadic colors.