COLOR #A788D3

HEX: #A788D3 RGB: (167,136,211)

Color info

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

RGB color model

#A788D3 color RGB value is (167,136,211).

RGB: (167,136,211) (65%, 53%, 83%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 211 of 255 = 83%

167
136
211

R + G + B ~ 67%. #A788D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 136 + 211 = 514 (100%)
R 167 of 514 ~ 32.49%
G 136 of 514 ~ 26.46%
B 211 of 514 ~ 41.05'%

%32.49
%26.46
%41.05

CMYK color model

#A788D3 color CMYK value is (21,36,0,17).

  • cyan value is 20.85%
  • magenta value is 35.55%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (21,36,0,17)
C21M36Y0K17 (21%, 36%, 0%, 17%)
(0.21 / 0.36 / 0.00 / 0.17)

CMYK percentages

%20.85
%35.55
%0
%17.25

Codes

Color #A788D3 in popluar color models

A7 88 D3
RGB 167 136 211
HSL 265° 46.01% 68.04%
HSB/HSV 265° 35.55% 82.75%
CMYK 20.85% 35.55% 0.00%
17.25%

Color #A788D3 in popluar number systems.

HEX A7 88 D3
Decimal 167 136 211
Binary 10100111 10001000 11010011
Octal 247 210 323

Shades and tints

Shades of #A788D3

#A788D3
(167,136,211)
#987CC0
(152,124,192)
#8970AD
(137,112,173)
#7A649A
(122,100,154)
#6B5887
(107,88,135)
#5C4C74
(92,76,116)
#4D4061
(77,64,97)
#3E344E
(62,52,78)
#2F283B
(47,40,59)
#201C28
(32,28,40)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #A788D3

#A788D3
(167,136,211)
#AF92D7
(175,146,215)
#B79CDB
(183,156,219)
#BFA6DF
(191,166,223)
#C7B0E3
(199,176,227)
#CFBAE7
(207,186,231)
#D7C4EB
(215,196,235)
#DFCEEF
(223,206,239)
#E7D8F3
(231,216,243)
#EFE2F7
(239,226,247)
#F7ECFB
(247,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A788D3; }

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

This text font color is #A788D3.

Background Color

.myBgColor { background-color: #A788D3; }

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

This div background color is #A788D3.

Border color

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

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

This div border color is #A788D3.

Opacity

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

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

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

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

This text has shadow with #A788D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A788D3.

Preview

Color preview on black background

This text has color #A788D3 on black background.


Color preview on white background

This text has color #A788D3 on white background.


Black color preview on #A788D3 background

This text has black color on #A788D3 background.


White color preview on #A788D3 background

This text has white color on #A788D3 background.


Related colors

Complementary color

Complementary color for #hex is #58772C.


I love getcolorcode.com

Triadic colors

1 #D3A788 and #88D3A7 with #A788D3 are triadic colors.

2 #D388A7 and #88A7D3 with #A788D3 are triadic colors.