COLOR #A76BAF

HEX: #A76BAF
RGB: (167,107,175)

Color info

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

RGB color model

#A76BAF color RGB value is (167,107,175).

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

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 175 of 255 = 69%

167
107
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 175 = 449 (100%)
R 167 of 449 ~ 37.19%
G 107 of 449 ~ 23.83%
B 175 of 449 ~ 38.98%

%37.19
%23.83
%38.98

CMYK color model

#A76BAF color CMYK value is (5,39,0,31).

  • cyan value is 4.57%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,39,0,31)
C5M39Y0K31 
(5%,39%,0%,31%)
(0.05/0.39/0.00/0.31)	

CMYK percentages

%4.57
%38.86
%0
%31.37

Codes

Color #A76BAF in popluar color models

A76BAF
RGB167107175
HSL293°29.82%55.29%
HSB/HSV293°38.86%68.63%
CMYK4.57%38.86%0.00%
31.37%

Color #A76BAF in popluar number systems.

HEXA76BAF
Decimal167107175
Binary10100111110101110101111
Octal247153257

Shades and tints

Shades of #A76BAF

#A76BAF
(167,107,175)
#9862A0
(152,98,160)
#895991
(137,89,145)
#7A5082
(122,80,130)
#6B4773
(107,71,115)
#5C3E64
(92,62,100)
#4D3555
(77,53,85)
#3E2C46
(62,44,70)
#2F2337
(47,35,55)
#201A28
(32,26,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #A76BAF

#A76BAF
(167,107,175)
#AF78B6
(175,120,182)
#B785BD
(183,133,189)
#BF92C4
(191,146,196)
#C79FCB
(199,159,203)
#CFACD2
(207,172,210)
#D7B9D9
(215,185,217)
#DFC6E0
(223,198,224)
#E7D3E7
(231,211,231)
#EFE0EE
(239,224,238)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76BAF; }

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

This text font color is #A76BAF.


Background Color

.myBgColor { background-color: #A76BAF; }

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

This div background color is #A76BAF.


Border color

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

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

This div border color is #A76BAF.


Opacity

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

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

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

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

This text has shadow with #A76BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76BAF on black background.


Color preview on white background

This text has color #A76BAF on white background.



Black color preview on #A76BAF background

This text has black color on #A76BAF background.


White color preview on #A76BAF background

This text has white color on #A76BAF background.