COLOR #A76AA0

HEX: #A76AA0
RGB: (167,106,160)

Color info

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

RGB color model

#A76AA0 color RGB value is (167,106,160).

  • red value is 167;
  • green value is 106;
  • blue value is 160.
RGB:
(167,106,160)
(65%,42%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 106 of 255 = 42%
B 160 of 255 = 63%

167
106
160

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

Portions of RGB colors in percentages

R + G + B =
167 + 106 + 160 = 433 (100%)
R 167 of 433 ~ 38.57%
G 106 of 433 ~ 24.48%
B 160 of 433 ~ 36.95%

%38.57
%24.48
%36.95

CMYK color model

#A76AA0 color CMYK value is (0,37,4,35).

  • cyan value is 0.00%
  • magenta value is 36.53%
  • yellow value is 4.19%
  • key color value is 34.51%
CMYK:
(0,37,4,35)
C0M37Y4K35 
(0%,37%,4%,35%)
(0.00/0.37/0.04/0.35)	

CMYK percentages

%0
%36.53
%4.19
%34.51

Codes

Color #A76AA0 in popluar color models

A76AA0
RGB167106160
HSL307°25.74%53.53%
HSB/HSV307°36.53%65.49%
CMYK0.00%36.53%4.19%
34.51%

Color #A76AA0 in popluar number systems.

HEXA76AA0
Decimal167106160
Binary10100111110101010100000
Octal247152240

Shades and tints

Shades of #A76AA0

#A76AA0
(167,106,160)
#986192
(152,97,146)
#895884
(137,88,132)
#7A4F76
(122,79,118)
#6B4668
(107,70,104)
#5C3D5A
(92,61,90)
#4D344C
(77,52,76)
#3E2B3E
(62,43,62)
#2F2230
(47,34,48)
#201922
(32,25,34)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A76AA0

#A76AA0
(167,106,160)
#AF77A8
(175,119,168)
#B784B0
(183,132,176)
#BF91B8
(191,145,184)
#C79EC0
(199,158,192)
#CFABC8
(207,171,200)
#D7B8D0
(215,184,208)
#DFC5D8
(223,197,216)
#E7D2E0
(231,210,224)
#EFDFE8
(239,223,232)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76AA0 color. Also use rgb(167,106,160) instead hex code.

Text Font Color

.myTextColor { color: #A76AA0; }

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

This text font color is #A76AA0.


Background Color

.myBgColor { background-color: #A76AA0; }

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

This div background color is #A76AA0.


Border color

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

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

This div border color is #A76AA0.


Opacity

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

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

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

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

This text has shadow with #A76AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76AA0 on black background.


Color preview on white background

This text has color #A76AA0 on white background.



Black color preview on #A76AA0 background

This text has black color on #A76AA0 background.


White color preview on #A76AA0 background

This text has white color on #A76AA0 background.