COLOR #A788AA

HEX: #A788AA RGB: (167,136,170)

Color info

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

RGB color model

#A788AA color RGB value is (167,136,170).

RGB: (167,136,170) (65%, 53%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 170 of 255 = 67%

167
136
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 136 + 170 = 473 (100%)
R 167 of 473 ~ 35.31%
G 136 of 473 ~ 28.75%
B 170 of 473 ~ 35.94'%

%35.31
%28.75
%35.94

CMYK color model

#A788AA color CMYK value is (2,20,0,33).

  • cyan value is 1.76%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,20,0,33)
C2M20Y0K33 (2%, 20%, 0%, 33%)
(0.02 / 0.20 / 0.00 / 0.33)

CMYK percentages

%1.76
%20
%0
%33.33

Codes

Color #A788AA in popluar color models

A7 88 AA
RGB 167 136 170
HSL 295° 16.67% 60.00%
HSB/HSV 295° 20.00% 66.67%
CMYK 1.76% 20.00% 0.00%
33.33%

Color #A788AA in popluar number systems.

HEX A7 88 AA
Decimal 167 136 170
Binary 10100111 10001000 10101010
Octal 247 210 252

Shades and tints

Shades of #A788AA

#A788AA
(167,136,170)
#987C9B
(152,124,155)
#89708C
(137,112,140)
#7A647D
(122,100,125)
#6B586E
(107,88,110)
#5C4C5F
(92,76,95)
#4D4050
(77,64,80)
#3E3441
(62,52,65)
#2F2832
(47,40,50)
#201C23
(32,28,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A788AA

#A788AA
(167,136,170)
#AF92B1
(175,146,177)
#B79CB8
(183,156,184)
#BFA6BF
(191,166,191)
#C7B0C6
(199,176,198)
#CFBACD
(207,186,205)
#D7C4D4
(215,196,212)
#DFCEDB
(223,206,219)
#E7D8E2
(231,216,226)
#EFE2E9
(239,226,233)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A788AA color. Also use rgb(167,136,170) instead hex code.

Text Font Color

.myTextColor { color: #A788AA; }

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

This text font color is #A788AA.

Background Color

.myBgColor { background-color: #A788AA; }

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

This div background color is #A788AA.

Border color

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

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

This div border color is #A788AA.

Opacity

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

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

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

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

This text has shadow with #A788AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A788AA.

Preview

Color preview on black background

This text has color #A788AA on black background.


Color preview on white background

This text has color #A788AA on white background.


Black color preview on #A788AA background

This text has black color on #A788AA background.


White color preview on #A788AA background

This text has white color on #A788AA background.


Related colors

Complementary color

Complementary color for #hex is #587755.


I love getcolorcode.com

Triadic colors

1 #AAA788 and #88AAA7 with #A788AA are triadic colors.

2 #AA88A7 and #88A7AA with #A788AA are triadic colors.