COLOR #A776C0

HEX: #A776C0 RGB: (167,118,192)

Color info

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

RGB color model

#A776C0 color RGB value is (167,118,192).

RGB: (167,118,192) (65%, 46%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 118 of 255 = 46%
B 192 of 255 = 75%

167
118
192

R + G + B ~ 62%. #A776C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 118 + 192 = 477 (100%)
R 167 of 477 ~ 35.01%
G 118 of 477 ~ 24.74%
B 192 of 477 ~ 40.25'%

%35.01
%24.74
%40.25

CMYK color model

#A776C0 color CMYK value is (13,39,0,25).

  • cyan value is 13.02%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (13,39,0,25)
C13M39Y0K25 (13%, 39%, 0%, 25%)
(0.13 / 0.39 / 0.00 / 0.25)

CMYK percentages

%13.02
%38.54
%0
%24.71

Codes

Color #A776C0 in popluar color models

A7 76 C0
RGB 167 118 192
HSL 280° 37.00% 60.78%
HSB/HSV 280° 38.54% 75.29%
CMYK 13.02% 38.54% 0.00%
24.71%

Color #A776C0 in popluar number systems.

HEX A7 76 C0
Decimal 167 118 192
Binary 10100111 1110110 11000000
Octal 247 166 300

Shades and tints

Shades of #A776C0

#A776C0
(167,118,192)
#986CAF
(152,108,175)
#89629E
(137,98,158)
#7A588D
(122,88,141)
#6B4E7C
(107,78,124)
#5C446B
(92,68,107)
#4D3A5A
(77,58,90)
#3E3049
(62,48,73)
#2F2638
(47,38,56)
#201C27
(32,28,39)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #A776C0

#A776C0
(167,118,192)
#AF82C5
(175,130,197)
#B78ECA
(183,142,202)
#BF9ACF
(191,154,207)
#C7A6D4
(199,166,212)
#CFB2D9
(207,178,217)
#D7BEDE
(215,190,222)
#DFCAE3
(223,202,227)
#E7D6E8
(231,214,232)
#EFE2ED
(239,226,237)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A776C0; }

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

This text font color is #A776C0.

Background Color

.myBgColor { background-color: #A776C0; }

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

This div background color is #A776C0.

Border color

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

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

This div border color is #A776C0.

Opacity

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

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

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

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

This text has shadow with #A776C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A776C0.

Preview

Color preview on black background

This text has color #A776C0 on black background.


Color preview on white background

This text has color #A776C0 on white background.


Black color preview on #A776C0 background

This text has black color on #A776C0 background.


White color preview on #A776C0 background

This text has white color on #A776C0 background.


Related colors

Complementary color

Complementary color for #hex is #58893F.


I love getcolorcode.com

Triadic colors

1 #C0A776 and #76C0A7 with #A776C0 are triadic colors.

2 #C076A7 and #76A7C0 with #A776C0 are triadic colors.