COLOR #A96FB7

HEX: #A96FB7 RGB: (169,111,183)

Color info

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

RGB color model

#A96FB7 color RGB value is (169,111,183).

RGB: (169,111,183) (66%, 44%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 111 of 255 = 44%
B 183 of 255 = 72%

169
111
183

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

Portions of RGB colors in percentages

R + G + B = 169 + 111 + 183 = 463 (100%)
R 169 of 463 ~ 36.5%
G 111 of 463 ~ 23.97%
B 183 of 463 ~ 39.52'%

%36.5
%23.97
%39.52

CMYK color model

#A96FB7 color CMYK value is (8,39,0,28).

  • cyan value is 7.65%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (8,39,0,28)
C8M39Y0K28 (8%, 39%, 0%, 28%)
(0.08 / 0.39 / 0.00 / 0.28)

CMYK percentages

%7.65
%39.34
%0
%28.24

Codes

Color #A96FB7 in popluar color models

A9 6F B7
RGB 169 111 183
HSL 288° 33.33% 57.65%
HSB/HSV 288° 39.34% 71.76%
CMYK 7.65% 39.34% 0.00%
28.24%

Color #A96FB7 in popluar number systems.

HEX A9 6F B7
Decimal 169 111 183
Binary 10101001 1101111 10110111
Octal 251 157 267

Shades and tints

Shades of #A96FB7

#A96FB7
(169,111,183)
#9A65A7
(154,101,167)
#8B5B97
(139,91,151)
#7C5187
(124,81,135)
#6D4777
(109,71,119)
#5E3D67
(94,61,103)
#4F3357
(79,51,87)
#402947
(64,41,71)
#311F37
(49,31,55)
#221527
(34,21,39)
#130B17
(19,11,23)
#000000
(0,0,0)

Tints of #A96FB7

#A96FB7
(169,111,183)
#B07CBD
(176,124,189)
#B789C3
(183,137,195)
#BE96C9
(190,150,201)
#C5A3CF
(197,163,207)
#CCB0D5
(204,176,213)
#D3BDDB
(211,189,219)
#DACAE1
(218,202,225)
#E1D7E7
(225,215,231)
#E8E4ED
(232,228,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96FB7; }

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

This text font color is #A96FB7.

Background Color

.myBgColor { background-color: #A96FB7; }

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

This div background color is #A96FB7.

Border color

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

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

This div border color is #A96FB7.

Opacity

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

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

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

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

This text has shadow with #A96FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96FB7.

Preview

Color preview on black background

This text has color #A96FB7 on black background.


Color preview on white background

This text has color #A96FB7 on white background.


Black color preview on #A96FB7 background

This text has black color on #A96FB7 background.


White color preview on #A96FB7 background

This text has white color on #A96FB7 background.


Related colors

Complementary color

Complementary color for #hex is #569048.


I love getcolorcode.com

Triadic colors

1 #B7A96F and #6FB7A9 with #A96FB7 are triadic colors.

2 #B76FA9 and #6FA9B7 with #A96FB7 are triadic colors.