COLOR #A8819B

HEX: #A8819B RGB: (168,129,155)

Color info

#A8819B contains red, green and blue colors in about the same proportion. Web safe color of #A8819B is #999999 (or #999).

RGB color model

#A8819B color RGB value is (168,129,155).

RGB: (168,129,155) (66%, 51%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 155 of 255 = 61%

168
129
155

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

Portions of RGB colors in percentages

R + G + B = 168 + 129 + 155 = 452 (100%)
R 168 of 452 ~ 37.17%
G 129 of 452 ~ 28.54%
B 155 of 452 ~ 34.29'%

%37.17
%28.54
%34.29

CMYK color model

#A8819B color CMYK value is (0,23,8,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK: (0,23,8,34) C0M23Y8K34 (0%,23%,8%,34%) (0.00/0.23/0.08/0.34) 

CMYK percentages

%0
%23.21
%7.74
%34.12

Codes

Color #A8819B in popluar color models

A8 81 9B
RGB 168 129 155
HSL 320° 18.31% 58.24%
HSB/HSV 320° 23.21% 65.88%
CMYK 0.00% 23.21% 7.74%
34.12%

Color #A8819B in popluar number systems.

HEX A8 81 9B
Decimal 168 129 155
Binary 10101000 10000001 10011011
Octal 250 201 233

Shades and tints

Shades of #A8819B

#A8819B
(168,129,155)
#99768D
(153,118,141)
#8A6B7F
(138,107,127)
#7B6071
(123,96,113)
#6C5563
(108,85,99)
#5D4A55
(93,74,85)
#4E3F47
(78,63,71)
#3F3439
(63,52,57)
#30292B
(48,41,43)
#211E1D
(33,30,29)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A8819B

#A8819B
(168,129,155)
#AF8CA4
(175,140,164)
#B697AD
(182,151,173)
#BDA2B6
(189,162,182)
#C4ADBF
(196,173,191)
#CBB8C8
(203,184,200)
#D2C3D1
(210,195,209)
#D9CEDA
(217,206,218)
#E0D9E3
(224,217,227)
#E7E4EC
(231,228,236)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8819B; }

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

This text font color is #A8819B.

Background Color

.myBgColor { background-color: #A8819B; }

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

This div background color is #A8819B.

Border color

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

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

This div border color is #A8819B.

Opacity

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

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

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

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

This text has shadow with #A8819B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8819B.

Preview

Color preview on black background

This text has color #A8819B on black background.


Color preview on white background

This text has color #A8819B on white background.


Black color preview on #A8819B background

This text has black color on #A8819B background.


White color preview on #A8819B background

This text has white color on #A8819B background.


Related colors

Complementary color

Complementary color for #hex is #577E64.


I love getcolorcode.com

Triadic colors

1 #9BA881 and #819BA8 with #A8819B are triadic colors.

2 #9B81A8 and #81A89B with #A8819B are triadic colors.