COLOR #A96FBA

HEX: #A96FBA RGB: (169,111,186)

Color info

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

RGB color model

#A96FBA color RGB value is (169,111,186).

RGB: (169,111,186) (66%, 44%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 186 of 255 = 73%

169
111
186

R + G + B ~ 61%. #A96FBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 111 + 186 = 466 (100%)
R 169 of 466 ~ 36.27%
G 111 of 466 ~ 23.82%
B 186 of 466 ~ 39.91'%

%36.27
%23.82
%39.91

CMYK color model

#A96FBA color CMYK value is (9,40,0,27).

  • cyan value is 9.14%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (9,40,0,27) C9M40Y0K27 (9%,40%,0%,27%) (0.09/0.40/0.00/0.27) 

CMYK percentages

%9.14
%40.32
%0
%27.06

Codes

Color #A96FBA in popluar color models

A9 6F BA
RGB 169 111 186
HSL 286° 35.21% 58.24%
HSB/HSV 286° 40.32% 72.94%
CMYK 9.14% 40.32% 0.00%
27.06%

Color #A96FBA in popluar number systems.

HEX A9 6F BA
Decimal 169 111 186
Binary 10101001 1101111 10111010
Octal 251 157 272

Shades and tints

Shades of #A96FBA

#A96FBA
(169,111,186)
#9A65AA
(154,101,170)
#8B5B9A
(139,91,154)
#7C518A
(124,81,138)
#6D477A
(109,71,122)
#5E3D6A
(94,61,106)
#4F335A
(79,51,90)
#40294A
(64,41,74)
#311F3A
(49,31,58)
#22152A
(34,21,42)
#130B1A
(19,11,26)
#000000
(0,0,0)

Tints of #A96FBA

#A96FBA
(169,111,186)
#B07CC0
(176,124,192)
#B789C6
(183,137,198)
#BE96CC
(190,150,204)
#C5A3D2
(197,163,210)
#CCB0D8
(204,176,216)
#D3BDDE
(211,189,222)
#DACAE4
(218,202,228)
#E1D7EA
(225,215,234)
#E8E4F0
(232,228,240)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96FBA; }

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

This text font color is #A96FBA.

Background Color

.myBgColor { background-color: #A96FBA; }

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

This div background color is #A96FBA.

Border color

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

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

This div border color is #A96FBA.

Opacity

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

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

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

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

This text has shadow with #A96FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96FBA.

Preview

Color preview on black background

This text has color #A96FBA on black background.


Color preview on white background

This text has color #A96FBA on white background.


Black color preview on #A96FBA background

This text has black color on #A96FBA background.


White color preview on #A96FBA background

This text has white color on #A96FBA background.


Related colors

Complementary color

Complementary color for #hex is #569045.


I love getcolorcode.com

Triadic colors

1 #BAA96F and #6FBAA9 with #A96FBA are triadic colors.

2 #BA6FA9 and #6FA9BA with #A96FBA are triadic colors.