COLOR #A676BD

HEX: #A676BD RGB: (166,118,189)

Color info

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

RGB color model

#A676BD color RGB value is (166,118,189).

RGB: (166,118,189) (65%, 46%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 189 of 255 = 74%

166
118
189

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

Portions of RGB colors in percentages

R + G + B = 166 + 118 + 189 = 473 (100%)
R 166 of 473 ~ 35.1%
G 118 of 473 ~ 24.95%
B 189 of 473 ~ 39.96'%

%35.1
%24.95
%39.96

CMYK color model

#A676BD color CMYK value is (12,38,0,26).

  • cyan value is 12.17%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,38,0,26) C12M38Y0K26 (12%,38%,0%,26%) (0.12/0.38/0.00/0.26) 

CMYK percentages

%12.17
%37.57
%0
%25.88

Codes

Color #A676BD in popluar color models

A6 76 BD
RGB 166 118 189
HSL 281° 34.98% 60.20%
HSB/HSV 281° 37.57% 74.12%
CMYK 12.17% 37.57% 0.00%
25.88%

Color #A676BD in popluar number systems.

HEX A6 76 BD
Decimal 166 118 189
Binary 10100110 1110110 10111101
Octal 246 166 275

Shades and tints

Shades of #A676BD

#A676BD
(166,118,189)
#976CAC
(151,108,172)
#88629B
(136,98,155)
#79588A
(121,88,138)
#6A4E79
(106,78,121)
#5B4468
(91,68,104)
#4C3A57
(76,58,87)
#3D3046
(61,48,70)
#2E2635
(46,38,53)
#1F1C24
(31,28,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A676BD

#A676BD
(166,118,189)
#AE82C3
(174,130,195)
#B68EC9
(182,142,201)
#BE9ACF
(190,154,207)
#C6A6D5
(198,166,213)
#CEB2DB
(206,178,219)
#D6BEE1
(214,190,225)
#DECAE7
(222,202,231)
#E6D6ED
(230,214,237)
#EEE2F3
(238,226,243)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A676BD color. Also use rgb(166,118,189) instead hex code.

Text Font Color

.myTextColor { color: #A676BD; }

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

This text font color is #A676BD.

Background Color

.myBgColor { background-color: #A676BD; }

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

This div background color is #A676BD.

Border color

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

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

This div border color is #A676BD.

Opacity

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

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

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

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

This text has shadow with #A676BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A676BD.

Preview

Color preview on black background

This text has color #A676BD on black background.


Color preview on white background

This text has color #A676BD on white background.


Black color preview on #A676BD background

This text has black color on #A676BD background.


White color preview on #A676BD background

This text has white color on #A676BD background.


Related colors

Complementary color

Complementary color for #hex is #598942.


I love getcolorcode.com

Triadic colors

1 #BDA676 and #76BDA6 with #A676BD are triadic colors.

2 #BD76A6 and #76A6BD with #A676BD are triadic colors.