COLOR #A7809B

HEX: #A7809B RGB: (167,128,155)

Color info

#A7809B contains red, green and blue colors in about the same proportion. Web safe color of #A7809B is #996699 (or #969).

RGB color model

#A7809B color RGB value is (167,128,155).

RGB: (167,128,155) (65%, 50%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 155 of 255 = 61%

167
128
155

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

Portions of RGB colors in percentages

R + G + B = 167 + 128 + 155 = 450 (100%)
R 167 of 450 ~ 37.11%
G 128 of 450 ~ 28.44%
B 155 of 450 ~ 34.44'%

%37.11
%28.44
%34.44

CMYK color model

#A7809B color CMYK value is (0,23,7,35).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 7.19%
  • key color value is 34.51%

CMYK: (0,23,7,35)
C0M23Y7K35 (0%, 23%, 7%, 35%)
(0.00 / 0.23 / 0.07 / 0.35)

CMYK percentages

%0
%23.35
%7.19
%34.51

Codes

Color #A7809B in popluar color models

A7 80 9B
RGB 167 128 155
HSL 318° 18.14% 57.84%
HSB/HSV 318° 23.35% 65.49%
CMYK 0.00% 23.35% 7.19%
34.51%

Color #A7809B in popluar number systems.

HEX A7 80 9B
Decimal 167 128 155
Binary 10100111 10000000 10011011
Octal 247 200 233

Shades and tints

Shades of #A7809B

#A7809B
(167,128,155)
#98758D
(152,117,141)
#896A7F
(137,106,127)
#7A5F71
(122,95,113)
#6B5463
(107,84,99)
#5C4955
(92,73,85)
#4D3E47
(77,62,71)
#3E3339
(62,51,57)
#2F282B
(47,40,43)
#201D1D
(32,29,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #A7809B

#A7809B
(167,128,155)
#AF8BA4
(175,139,164)
#B796AD
(183,150,173)
#BFA1B6
(191,161,182)
#C7ACBF
(199,172,191)
#CFB7C8
(207,183,200)
#D7C2D1
(215,194,209)
#DFCDDA
(223,205,218)
#E7D8E3
(231,216,227)
#EFE3EC
(239,227,236)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7809B color. Also use rgb(167,128,155) instead hex code.

Text Font Color

.myTextColor { color: #A7809B; }

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

This text font color is #A7809B.

Background Color

.myBgColor { background-color: #A7809B; }

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

This div background color is #A7809B.

Border color

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

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

This div border color is #A7809B.

Opacity

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

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

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

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

This text has shadow with #A7809B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7809B.

Preview

Color preview on black background

This text has color #A7809B on black background.


Color preview on white background

This text has color #A7809B on white background.


Black color preview on #A7809B background

This text has black color on #A7809B background.


White color preview on #A7809B background

This text has white color on #A7809B background.


Related colors

Complementary color

Complementary color for #hex is #587F64.


I love getcolorcode.com

Triadic colors

1 #9BA780 and #809BA7 with #A7809B are triadic colors.

2 #9B80A7 and #80A79B with #A7809B are triadic colors.