COLOR #A76FBB

HEX: #A76FBB RGB: (167,111,187)

Color info

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

RGB color model

#A76FBB color RGB value is (167,111,187).

RGB: (167,111,187) (65%, 44%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 111 of 255 = 44%
B 187 of 255 = 73%

167
111
187

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

Portions of RGB colors in percentages

R + G + B = 167 + 111 + 187 = 465 (100%)
R 167 of 465 ~ 35.91%
G 111 of 465 ~ 23.87%
B 187 of 465 ~ 40.22'%

%35.91
%23.87
%40.22

CMYK color model

#A76FBB color CMYK value is (11,41,0,27).

  • cyan value is 10.70%
  • magenta value is 40.64%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (11,41,0,27) C11M41Y0K27 (11%,41%,0%,27%) (0.11/0.41/0.00/0.27) 

CMYK percentages

%10.7
%40.64
%0
%26.67

Codes

Color #A76FBB in popluar color models

A7 6F BB
RGB 167 111 187
HSL 284° 35.85% 58.43%
HSB/HSV 284° 40.64% 73.33%
CMYK 10.70% 40.64% 0.00%
26.67%

Color #A76FBB in popluar number systems.

HEX A7 6F BB
Decimal 167 111 187
Binary 10100111 1101111 10111011
Octal 247 157 273

Shades and tints

Shades of #A76FBB

#A76FBB
(167,111,187)
#9865AA
(152,101,170)
#895B99
(137,91,153)
#7A5188
(122,81,136)
#6B4777
(107,71,119)
#5C3D66
(92,61,102)
#4D3355
(77,51,85)
#3E2944
(62,41,68)
#2F1F33
(47,31,51)
#201522
(32,21,34)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #A76FBB

#A76FBB
(167,111,187)
#AF7CC1
(175,124,193)
#B789C7
(183,137,199)
#BF96CD
(191,150,205)
#C7A3D3
(199,163,211)
#CFB0D9
(207,176,217)
#D7BDDF
(215,189,223)
#DFCAE5
(223,202,229)
#E7D7EB
(231,215,235)
#EFE4F1
(239,228,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76FBB color. Also use rgb(167,111,187) instead hex code.

Text Font Color

.myTextColor { color: #A76FBB; }

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

This text font color is #A76FBB.

Background Color

.myBgColor { background-color: #A76FBB; }

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

This div background color is #A76FBB.

Border color

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

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

This div border color is #A76FBB.

Opacity

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

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

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

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

This text has shadow with #A76FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76FBB.

Preview

Color preview on black background

This text has color #A76FBB on black background.


Color preview on white background

This text has color #A76FBB on white background.


Black color preview on #A76FBB background

This text has black color on #A76FBB background.


White color preview on #A76FBB background

This text has white color on #A76FBB background.


Related colors

Complementary color

Complementary color for #hex is #589044.


I love getcolorcode.com

Triadic colors

1 #BBA76F and #6FBBA7 with #A76FBB are triadic colors.

2 #BB6FA7 and #6FA7BB with #A76FBB are triadic colors.