COLOR #A8799B

HEX: #A8799B RGB: (168,121,155)

Color info

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

RGB color model

#A8799B color RGB value is (168,121,155).

RGB: (168,121,155) (66%, 47%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 155 of 255 = 61%

168
121
155

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

Portions of RGB colors in percentages

R + G + B = 168 + 121 + 155 = 444 (100%)
R 168 of 444 ~ 37.84%
G 121 of 444 ~ 27.25%
B 155 of 444 ~ 34.91'%

%37.84
%27.25
%34.91

CMYK color model

#A8799B color CMYK value is (0,28,8,34).

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

CMYK: (0,28,8,34)
C0M28Y8K34 (0%, 28%, 8%, 34%)
(0.00 / 0.28 / 0.08 / 0.34)

CMYK percentages

%0
%27.98
%7.74
%34.12

Codes

Color #A8799B in popluar color models

A8 79 9B
RGB 168 121 155
HSL 317° 21.27% 56.67%
HSB/HSV 317° 27.98% 65.88%
CMYK 0.00% 27.98% 7.74%
34.12%

Color #A8799B in popluar number systems.

HEX A8 79 9B
Decimal 168 121 155
Binary 10101000 1111001 10011011
Octal 250 171 233

Shades and tints

Shades of #A8799B

#A8799B
(168,121,155)
#996E8D
(153,110,141)
#8A637F
(138,99,127)
#7B5871
(123,88,113)
#6C4D63
(108,77,99)
#5D4255
(93,66,85)
#4E3747
(78,55,71)
#3F2C39
(63,44,57)
#30212B
(48,33,43)
#21161D
(33,22,29)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #A8799B

#A8799B
(168,121,155)
#AF85A4
(175,133,164)
#B691AD
(182,145,173)
#BD9DB6
(189,157,182)
#C4A9BF
(196,169,191)
#CBB5C8
(203,181,200)
#D2C1D1
(210,193,209)
#D9CDDA
(217,205,218)
#E0D9E3
(224,217,227)
#E7E5EC
(231,229,236)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8799B; }

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

This text font color is #A8799B.

Background Color

.myBgColor { background-color: #A8799B; }

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

This div background color is #A8799B.

Border color

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

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

This div border color is #A8799B.

Opacity

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

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

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

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

This text has shadow with #A8799B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8799B.

Preview

Color preview on black background

This text has color #A8799B on black background.


Color preview on white background

This text has color #A8799B on white background.


Black color preview on #A8799B background

This text has black color on #A8799B background.


White color preview on #A8799B background

This text has white color on #A8799B background.


Related colors

Complementary color

Complementary color for #hex is #578664.


I love getcolorcode.com

Triadic colors

1 #9BA879 and #799BA8 with #A8799B are triadic colors.

2 #9B79A8 and #79A89B with #A8799B are triadic colors.