COLOR #A76DBD

HEX: #A76DBD
RGB: (167,109,189)

Color info

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

RGB color model

#A76DBD color RGB value is (167,109,189).

  • red value is 167;
  • green value is 109;
  • blue value is 189.
RGB:
(167,109,189)
(65%,43%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 109 of 255 = 43%
B 189 of 255 = 74%

167
109
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 109 + 189 = 465 (100%)
R 167 of 465 ~ 35.91%
G 109 of 465 ~ 23.44%
B 189 of 465 ~ 40.65%

%35.91
%23.44
%40.65

CMYK color model

#A76DBD color CMYK value is (12,42,0,26).

  • cyan value is 11.64%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,42,0,26)
C12M42Y0K26 
(12%,42%,0%,26%)
(0.12/0.42/0.00/0.26)	

CMYK percentages

%11.64
%42.33
%0
%25.88

Codes

Color #A76DBD in popluar color models

A76DBD
RGB167109189
HSL284°37.74%58.43%
HSB/HSV284°42.33%74.12%
CMYK11.64%42.33%0.00%
25.88%

Color #A76DBD in popluar number systems.

HEXA76DBD
Decimal167109189
Binary10100111110110110111101
Octal247155275

Shades and tints

Shades of #A76DBD

#A76DBD
(167,109,189)
#9864AC
(152,100,172)
#895B9B
(137,91,155)
#7A528A
(122,82,138)
#6B4979
(107,73,121)
#5C4068
(92,64,104)
#4D3757
(77,55,87)
#3E2E46
(62,46,70)
#2F2535
(47,37,53)
#201C24
(32,28,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A76DBD

#A76DBD
(167,109,189)
#AF7AC3
(175,122,195)
#B787C9
(183,135,201)
#BF94CF
(191,148,207)
#C7A1D5
(199,161,213)
#CFAEDB
(207,174,219)
#D7BBE1
(215,187,225)
#DFC8E7
(223,200,231)
#E7D5ED
(231,213,237)
#EFE2F3
(239,226,243)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76DBD; }

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

This text font color is #A76DBD.


Background Color

.myBgColor { background-color: #A76DBD; }

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

This div background color is #A76DBD.


Border color

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

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

This div border color is #A76DBD.


Opacity

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

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

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

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

This text has shadow with #A76DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76DBD on black background.


Color preview on white background

This text has color #A76DBD on white background.



Black color preview on #A76DBD background

This text has black color on #A76DBD background.


White color preview on #A76DBD background

This text has white color on #A76DBD background.