COLOR #A76FBD

HEX: #A76FBD RGB: (167,111,189)

Color info

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

RGB color model

#A76FBD color RGB value is (167,111,189).

RGB: (167,111,189) (65%, 44%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 111 of 255 = 44%
B 189 of 255 = 74%

167
111
189

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

Portions of RGB colors in percentages

R + G + B = 167 + 111 + 189 = 467 (100%)
R 167 of 467 ~ 35.76%
G 111 of 467 ~ 23.77%
B 189 of 467 ~ 40.47'%

%35.76
%23.77
%40.47

CMYK color model

#A76FBD color CMYK value is (12,41,0,26).

  • cyan value is 11.64%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,41,0,26) C12M41Y0K26 (12%,41%,0%,26%) (0.12/0.41/0.00/0.26) 

CMYK percentages

%11.64
%41.27
%0
%25.88

Codes

Color #A76FBD in popluar color models

A7 6F BD
RGB 167 111 189
HSL 283° 37.14% 58.82%
HSB/HSV 283° 41.27% 74.12%
CMYK 11.64% 41.27% 0.00%
25.88%

Color #A76FBD in popluar number systems.

HEX A7 6F BD
Decimal 167 111 189
Binary 10100111 1101111 10111101
Octal 247 157 275

Shades and tints

Shades of #A76FBD

#A76FBD
(167,111,189)
#9865AC
(152,101,172)
#895B9B
(137,91,155)
#7A518A
(122,81,138)
#6B4779
(107,71,121)
#5C3D68
(92,61,104)
#4D3357
(77,51,87)
#3E2946
(62,41,70)
#2F1F35
(47,31,53)
#201524
(32,21,36)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #A76FBD

#A76FBD
(167,111,189)
#AF7CC3
(175,124,195)
#B789C9
(183,137,201)
#BF96CF
(191,150,207)
#C7A3D5
(199,163,213)
#CFB0DB
(207,176,219)
#D7BDE1
(215,189,225)
#DFCAE7
(223,202,231)
#E7D7ED
(231,215,237)
#EFE4F3
(239,228,243)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76FBD color. Also use rgb(167,111,189) instead hex code.

Text Font Color

.myTextColor { color: #A76FBD; }

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

This text font color is #A76FBD.

Background Color

.myBgColor { background-color: #A76FBD; }

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

This div background color is #A76FBD.

Border color

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

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

This div border color is #A76FBD.

Opacity

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

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

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

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

This text has shadow with #A76FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76FBD.

Preview

Color preview on black background

This text has color #A76FBD on black background.


Color preview on white background

This text has color #A76FBD on white background.


Black color preview on #A76FBD background

This text has black color on #A76FBD background.


White color preview on #A76FBD background

This text has white color on #A76FBD background.


Related colors

Complementary color

Complementary color for #hex is #589042.


I love getcolorcode.com

Triadic colors

1 #BDA76F and #6FBDA7 with #A76FBD are triadic colors.

2 #BD6FA7 and #6FA7BD with #A76FBD are triadic colors.