COLOR #A788C4

HEX: #A788C4 RGB: (167,136,196)

Color info

#A788C4 contains mainly red and blue colors. Web safe color of #A788C4 is #9999CC (or #99C).

RGB color model

#A788C4 color RGB value is (167,136,196).

RGB: (167,136,196) (65%, 53%, 77%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 196 of 255 = 77%

167
136
196

R + G + B ~ 65%. #A788C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 136 + 196 = 499 (100%)
R 167 of 499 ~ 33.47%
G 136 of 499 ~ 27.25%
B 196 of 499 ~ 39.28'%

%33.47
%27.25
%39.28

CMYK color model

#A788C4 color CMYK value is (15,31,0,23).

  • cyan value is 14.80%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK: (15,31,0,23) C15M31Y0K23 (15%,31%,0%,23%) (0.15/0.31/0.00/0.23) 

CMYK percentages

%14.8
%30.61
%0
%23.14

Codes

Color #A788C4 in popluar color models

A7 88 C4
RGB 167 136 196
HSL 271° 33.71% 65.10%
HSB/HSV 271° 30.61% 76.86%
CMYK 14.80% 30.61% 0.00%
23.14%

Color #A788C4 in popluar number systems.

HEX A7 88 C4
Decimal 167 136 196
Binary 10100111 10001000 11000100
Octal 247 210 304

Shades and tints

Shades of #A788C4

#A788C4
(167,136,196)
#987CB3
(152,124,179)
#8970A2
(137,112,162)
#7A6491
(122,100,145)
#6B5880
(107,88,128)
#5C4C6F
(92,76,111)
#4D405E
(77,64,94)
#3E344D
(62,52,77)
#2F283C
(47,40,60)
#201C2B
(32,28,43)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #A788C4

#A788C4
(167,136,196)
#AF92C9
(175,146,201)
#B79CCE
(183,156,206)
#BFA6D3
(191,166,211)
#C7B0D8
(199,176,216)
#CFBADD
(207,186,221)
#D7C4E2
(215,196,226)
#DFCEE7
(223,206,231)
#E7D8EC
(231,216,236)
#EFE2F1
(239,226,241)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A788C4; }

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

This text font color is #A788C4.

Background Color

.myBgColor { background-color: #A788C4; }

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

This div background color is #A788C4.

Border color

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

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

This div border color is #A788C4.

Opacity

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

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

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

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

This text has shadow with #A788C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A788C4.

Preview

Color preview on black background

This text has color #A788C4 on black background.


Color preview on white background

This text has color #A788C4 on white background.


Black color preview on #A788C4 background

This text has black color on #A788C4 background.


White color preview on #A788C4 background

This text has white color on #A788C4 background.


Related colors

Complementary color

Complementary color for #hex is #58773B.


I love getcolorcode.com

Triadic colors

1 #C4A788 and #88C4A7 with #A788C4 are triadic colors.

2 #C488A7 and #88A7C4 with #A788C4 are triadic colors.