COLOR #A776B5

HEX: #A776B5 RGB: (167,118,181)

Color info

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

RGB color model

#A776B5 color RGB value is (167,118,181).

RGB: (167,118,181) (65%, 46%, 71%)

RGB channels and saturation

R 167 of 255 = 65%
G 118 of 255 = 46%
B 181 of 255 = 71%

167
118
181

R + G + B ~ 61%. #A776B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 118 + 181 = 466 (100%)
R 167 of 466 ~ 35.84%
G 118 of 466 ~ 25.32%
B 181 of 466 ~ 38.84'%

%35.84
%25.32
%38.84

CMYK color model

#A776B5 color CMYK value is (8,35,0,29).

  • cyan value is 7.73%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (8,35,0,29)
C8M35Y0K29 (8%, 35%, 0%, 29%)
(0.08 / 0.35 / 0.00 / 0.29)

CMYK percentages

%7.73
%34.81
%0
%29.02

Codes

Color #A776B5 in popluar color models

A7 76 B5
RGB 167 118 181
HSL 287° 29.86% 58.63%
HSB/HSV 287° 34.81% 70.98%
CMYK 7.73% 34.81% 0.00%
29.02%

Color #A776B5 in popluar number systems.

HEX A7 76 B5
Decimal 167 118 181
Binary 10100111 1110110 10110101
Octal 247 166 265

Shades and tints

Shades of #A776B5

#A776B5
(167,118,181)
#986CA5
(152,108,165)
#896295
(137,98,149)
#7A5885
(122,88,133)
#6B4E75
(107,78,117)
#5C4465
(92,68,101)
#4D3A55
(77,58,85)
#3E3045
(62,48,69)
#2F2635
(47,38,53)
#201C25
(32,28,37)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A776B5

#A776B5
(167,118,181)
#AF82BB
(175,130,187)
#B78EC1
(183,142,193)
#BF9AC7
(191,154,199)
#C7A6CD
(199,166,205)
#CFB2D3
(207,178,211)
#D7BED9
(215,190,217)
#DFCADF
(223,202,223)
#E7D6E5
(231,214,229)
#EFE2EB
(239,226,235)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A776B5 color. Also use rgb(167,118,181) instead hex code.

Text Font Color

.myTextColor { color: #A776B5; }

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

This text font color is #A776B5.

Background Color

.myBgColor { background-color: #A776B5; }

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

This div background color is #A776B5.

Border color

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

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

This div border color is #A776B5.

Opacity

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

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

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

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

This text has shadow with #A776B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A776B5.

Preview

Color preview on black background

This text has color #A776B5 on black background.


Color preview on white background

This text has color #A776B5 on white background.


Black color preview on #A776B5 background

This text has black color on #A776B5 background.


White color preview on #A776B5 background

This text has white color on #A776B5 background.


Related colors

Complementary color

Complementary color for #hex is #58894A.


I love getcolorcode.com

Triadic colors

1 #B5A776 and #76B5A7 with #A776B5 are triadic colors.

2 #B576A7 and #76A7B5 with #A776B5 are triadic colors.