COLOR #A76ABD

HEX: #A76ABD RGB: (167,106,189)

Color info

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

RGB color model

#A76ABD color RGB value is (167,106,189).

RGB: (167,106,189) (65%, 42%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 106 of 255 = 42%
B 189 of 255 = 74%

167
106
189

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

Portions of RGB colors in percentages

R + G + B = 167 + 106 + 189 = 462 (100%)
R 167 of 462 ~ 36.15%
G 106 of 462 ~ 22.94%
B 189 of 462 ~ 40.91'%

%36.15
%22.94
%40.91

CMYK color model

#A76ABD color CMYK value is (12,44,0,26).

  • cyan value is 11.64%
  • magenta value is 43.92%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,44,0,26) C12M44Y0K26 (12%,44%,0%,26%) (0.12/0.44/0.00/0.26) 

CMYK percentages

%11.64
%43.92
%0
%25.88

Codes

Color #A76ABD in popluar color models

A7 6A BD
RGB 167 106 189
HSL 284° 38.60% 57.84%
HSB/HSV 284° 43.92% 74.12%
CMYK 11.64% 43.92% 0.00%
25.88%

Color #A76ABD in popluar number systems.

HEX A7 6A BD
Decimal 167 106 189
Binary 10100111 1101010 10111101
Octal 247 152 275

Shades and tints

Shades of #A76ABD

#A76ABD
(167,106,189)
#9861AC
(152,97,172)
#89589B
(137,88,155)
#7A4F8A
(122,79,138)
#6B4679
(107,70,121)
#5C3D68
(92,61,104)
#4D3457
(77,52,87)
#3E2B46
(62,43,70)
#2F2235
(47,34,53)
#201924
(32,25,36)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #A76ABD

#A76ABD
(167,106,189)
#AF77C3
(175,119,195)
#B784C9
(183,132,201)
#BF91CF
(191,145,207)
#C79ED5
(199,158,213)
#CFABDB
(207,171,219)
#D7B8E1
(215,184,225)
#DFC5E7
(223,197,231)
#E7D2ED
(231,210,237)
#EFDFF3
(239,223,243)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76ABD; }

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

This text font color is #A76ABD.

Background Color

.myBgColor { background-color: #A76ABD; }

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

This div background color is #A76ABD.

Border color

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

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

This div border color is #A76ABD.

Opacity

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

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

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

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

This text has shadow with #A76ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76ABD.

Preview

Color preview on black background

This text has color #A76ABD on black background.


Color preview on white background

This text has color #A76ABD on white background.


Black color preview on #A76ABD background

This text has black color on #A76ABD background.


White color preview on #A76ABD background

This text has white color on #A76ABD background.


Related colors

Complementary color

Complementary color for #hex is #589542.


I love getcolorcode.com

Triadic colors

1 #BDA76A and #6ABDA7 with #A76ABD are triadic colors.

2 #BD6AA7 and #6AA7BD with #A76ABD are triadic colors.