COLOR #A766B4

HEX: #A766B4
RGB: (167,102,180)

Color info

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

RGB color model

#A766B4 color RGB value is (167,102,180).

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

RGB channels and saturation

R 167 of 255 = 65%
G 102 of 255 = 40%
B 180 of 255 = 71%

167
102
180

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

Portions of RGB colors in percentages

R + G + B =
167 + 102 + 180 = 449 (100%)
R 167 of 449 ~ 37.19%
G 102 of 449 ~ 22.72%
B 180 of 449 ~ 40.09%

%37.19
%22.72
%40.09

CMYK color model

#A766B4 color CMYK value is (7,43,0,29).

  • cyan value is 7.22%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,43,0,29)
C7M43Y0K29 
(7%,43%,0%,29%)
(0.07/0.43/0.00/0.29)	

CMYK percentages

%7.22
%43.33
%0
%29.41

Codes

Color #A766B4 in popluar color models

A766B4
RGB167102180
HSL290°34.21%55.29%
HSB/HSV290°43.33%70.59%
CMYK7.22%43.33%0.00%
29.41%

Color #A766B4 in popluar number systems.

HEXA766B4
Decimal167102180
Binary10100111110011010110100
Octal247146264

Shades and tints

Shades of #A766B4

#A766B4
(167,102,180)
#985DA4
(152,93,164)
#895494
(137,84,148)
#7A4B84
(122,75,132)
#6B4274
(107,66,116)
#5C3964
(92,57,100)
#4D3054
(77,48,84)
#3E2744
(62,39,68)
#2F1E34
(47,30,52)
#201524
(32,21,36)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #A766B4

#A766B4
(167,102,180)
#AF73BA
(175,115,186)
#B780C0
(183,128,192)
#BF8DC6
(191,141,198)
#C79ACC
(199,154,204)
#CFA7D2
(207,167,210)
#D7B4D8
(215,180,216)
#DFC1DE
(223,193,222)
#E7CEE4
(231,206,228)
#EFDBEA
(239,219,234)
#F7E8F0
(247,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A766B4; }

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

This text font color is #A766B4.


Background Color

.myBgColor { background-color: #A766B4; }

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

This div background color is #A766B4.


Border color

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

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

This div border color is #A766B4.


Opacity

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

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

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

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

This text has shadow with #A766B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A766B4 on black background.


Color preview on white background

This text has color #A766B4 on white background.



Black color preview on #A766B4 background

This text has black color on #A766B4 background.


White color preview on #A766B4 background

This text has white color on #A766B4 background.