COLOR #A76BAA

HEX: #A76BAA
RGB: (167,107,170)

Color info

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

RGB color model

#A76BAA color RGB value is (167,107,170).

  • red value is 167;
  • green value is 107;
  • blue value is 170.
RGB:
(167,107,170)
(65%,42%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 170 of 255 = 67%

167
107
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 170 = 444 (100%)
R 167 of 444 ~ 37.61%
G 107 of 444 ~ 24.1%
B 170 of 444 ~ 38.29%

%37.61
%24.1
%38.29

CMYK color model

#A76BAA color CMYK value is (2,37,0,33).

  • cyan value is 1.76%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,37,0,33)
C2M37Y0K33 
(2%,37%,0%,33%)
(0.02/0.37/0.00/0.33)	

CMYK percentages

%1.76
%37.06
%0
%33.33

Codes

Color #A76BAA in popluar color models

A76BAA
RGB167107170
HSL297°27.04%54.31%
HSB/HSV297°37.06%66.67%
CMYK1.76%37.06%0.00%
33.33%

Color #A76BAA in popluar number systems.

HEXA76BAA
Decimal167107170
Binary10100111110101110101010
Octal247153252

Shades and tints

Shades of #A76BAA

#A76BAA
(167,107,170)
#98629B
(152,98,155)
#89598C
(137,89,140)
#7A507D
(122,80,125)
#6B476E
(107,71,110)
#5C3E5F
(92,62,95)
#4D3550
(77,53,80)
#3E2C41
(62,44,65)
#2F2332
(47,35,50)
#201A23
(32,26,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A76BAA

#A76BAA
(167,107,170)
#AF78B1
(175,120,177)
#B785B8
(183,133,184)
#BF92BF
(191,146,191)
#C79FC6
(199,159,198)
#CFACCD
(207,172,205)
#D7B9D4
(215,185,212)
#DFC6DB
(223,198,219)
#E7D3E2
(231,211,226)
#EFE0E9
(239,224,233)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76BAA color. Also use rgb(167,107,170) instead hex code.

Text Font Color

.myTextColor { color: #A76BAA; }

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

This text font color is #A76BAA.


Background Color

.myBgColor { background-color: #A76BAA; }

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

This div background color is #A76BAA.


Border color

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

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

This div border color is #A76BAA.


Opacity

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

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

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

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

This text has shadow with #A76BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76BAA on black background.


Color preview on white background

This text has color #A76BAA on white background.



Black color preview on #A76BAA background

This text has black color on #A76BAA background.


White color preview on #A76BAA background

This text has white color on #A76BAA background.