COLOR #A766A4

HEX: #A766A4
RGB: (167,102,164)

Color info

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

RGB color model

#A766A4 color RGB value is (167,102,164).

  • red value is 167;
  • green value is 102;
  • blue value is 164.
RGB:
(167,102,164)
(65%,40%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 102 of 255 = 40%
B 164 of 255 = 64%

167
102
164

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

Portions of RGB colors in percentages

R + G + B =
167 + 102 + 164 = 433 (100%)
R 167 of 433 ~ 38.57%
G 102 of 433 ~ 23.56%
B 164 of 433 ~ 37.88%

%38.57
%23.56
%37.88

CMYK color model

#A766A4 color CMYK value is (0,39,2,35).

  • cyan value is 0.00%
  • magenta value is 38.92%
  • yellow value is 1.80%
  • key color value is 34.51%
CMYK:
(0,39,2,35)
C0M39Y2K35 
(0%,39%,2%,35%)
(0.00/0.39/0.02/0.35)	

CMYK percentages

%0
%38.92
%1.8
%34.51

Codes

Color #A766A4 in popluar color models

A766A4
RGB167102164
HSL303°26.97%52.75%
HSB/HSV303°38.92%65.49%
CMYK0.00%38.92%1.80%
34.51%

Color #A766A4 in popluar number systems.

HEXA766A4
Decimal167102164
Binary10100111110011010100100
Octal247146244

Shades and tints

Shades of #A766A4

#A766A4
(167,102,164)
#985D96
(152,93,150)
#895488
(137,84,136)
#7A4B7A
(122,75,122)
#6B426C
(107,66,108)
#5C395E
(92,57,94)
#4D3050
(77,48,80)
#3E2742
(62,39,66)
#2F1E34
(47,30,52)
#201526
(32,21,38)
#110C18
(17,12,24)
#000000
(0,0,0)

Tints of #A766A4

#A766A4
(167,102,164)
#AF73AC
(175,115,172)
#B780B4
(183,128,180)
#BF8DBC
(191,141,188)
#C79AC4
(199,154,196)
#CFA7CC
(207,167,204)
#D7B4D4
(215,180,212)
#DFC1DC
(223,193,220)
#E7CEE4
(231,206,228)
#EFDBEC
(239,219,236)
#F7E8F4
(247,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A766A4 color. Also use rgb(167,102,164) instead hex code.

Text Font Color

.myTextColor { color: #A766A4; }

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

This text font color is #A766A4.


Background Color

.myBgColor { background-color: #A766A4; }

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

This div background color is #A766A4.


Border color

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

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

This div border color is #A766A4.


Opacity

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

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

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

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

This text has shadow with #A766A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A766A4 on black background.


Color preview on white background

This text has color #A766A4 on white background.



Black color preview on #A766A4 background

This text has black color on #A766A4 background.


White color preview on #A766A4 background

This text has white color on #A766A4 background.