COLOR #A8809B

HEX: #A8809B RGB: (168,128,155)

Color info

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

RGB color model

#A8809B color RGB value is (168,128,155).

RGB: (168,128,155) (66%, 50%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 155 of 255 = 61%

168
128
155

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

Portions of RGB colors in percentages

R + G + B = 168 + 128 + 155 = 451 (100%)
R 168 of 451 ~ 37.25%
G 128 of 451 ~ 28.38%
B 155 of 451 ~ 34.37'%

%37.25
%28.38
%34.37

CMYK color model

#A8809B color CMYK value is (0,24,8,34).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 7.74%
  • key color value is 34.12%

CMYK: (0,24,8,34)
C0M24Y8K34 (0%, 24%, 8%, 34%)
(0.00 / 0.24 / 0.08 / 0.34)

CMYK percentages

%0
%23.81
%7.74
%34.12

Codes

Color #A8809B in popluar color models

A8 80 9B
RGB 168 128 155
HSL 320° 18.69% 58.04%
HSB/HSV 320° 23.81% 65.88%
CMYK 0.00% 23.81% 7.74%
34.12%

Color #A8809B in popluar number systems.

HEX A8 80 9B
Decimal 168 128 155
Binary 10101000 10000000 10011011
Octal 250 200 233

Shades and tints

Shades of #A8809B

#A8809B
(168,128,155)
#99758D
(153,117,141)
#8A6A7F
(138,106,127)
#7B5F71
(123,95,113)
#6C5463
(108,84,99)
#5D4955
(93,73,85)
#4E3E47
(78,62,71)
#3F3339
(63,51,57)
#30282B
(48,40,43)
#211D1D
(33,29,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A8809B

#A8809B
(168,128,155)
#AF8BA4
(175,139,164)
#B696AD
(182,150,173)
#BDA1B6
(189,161,182)
#C4ACBF
(196,172,191)
#CBB7C8
(203,183,200)
#D2C2D1
(210,194,209)
#D9CDDA
(217,205,218)
#E0D8E3
(224,216,227)
#E7E3EC
(231,227,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8809B; }

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

This text font color is #A8809B.

Background Color

.myBgColor { background-color: #A8809B; }

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

This div background color is #A8809B.

Border color

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

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

This div border color is #A8809B.

Opacity

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

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

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

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

This text has shadow with #A8809B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8809B.

Preview

Color preview on black background

This text has color #A8809B on black background.


Color preview on white background

This text has color #A8809B on white background.


Black color preview on #A8809B background

This text has black color on #A8809B background.


White color preview on #A8809B background

This text has white color on #A8809B background.


Related colors

Complementary color

Complementary color for #hex is #577F64.


I love getcolorcode.com

Triadic colors

1 #9BA880 and #809BA8 with #A8809B are triadic colors.

2 #9B80A8 and #80A89B with #A8809B are triadic colors.