COLOR #A78FD6

HEX: #A78FD6 RGB: (167,143,214)

Color info

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

RGB color model

#A78FD6 color RGB value is (167,143,214).

RGB: (167,143,214) (65%, 56%, 84%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 214 of 255 = 84%

167
143
214

R + G + B ~ 68%. #A78FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 143 + 214 = 524 (100%)
R 167 of 524 ~ 31.87%
G 143 of 524 ~ 27.29%
B 214 of 524 ~ 40.84'%

%31.87
%27.29
%40.84

CMYK color model

#A78FD6 color CMYK value is (22,33,0,16).

  • cyan value is 21.96%
  • magenta value is 33.18%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (22,33,0,16)
C22M33Y0K16 (22%, 33%, 0%, 16%)
(0.22 / 0.33 / 0.00 / 0.16)

CMYK percentages

%21.96
%33.18
%0
%16.08

Codes

Color #A78FD6 in popluar color models

A7 8F D6
RGB 167 143 214
HSL 260° 46.41% 70.00%
HSB/HSV 260° 33.18% 83.92%
CMYK 21.96% 33.18% 0.00%
16.08%

Color #A78FD6 in popluar number systems.

HEX A7 8F D6
Decimal 167 143 214
Binary 10100111 10001111 11010110
Octal 247 217 326

Shades and tints

Shades of #A78FD6

#A78FD6
(167,143,214)
#9882C3
(152,130,195)
#8975B0
(137,117,176)
#7A689D
(122,104,157)
#6B5B8A
(107,91,138)
#5C4E77
(92,78,119)
#4D4164
(77,65,100)
#3E3451
(62,52,81)
#2F273E
(47,39,62)
#201A2B
(32,26,43)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #A78FD6

#A78FD6
(167,143,214)
#AF99D9
(175,153,217)
#B7A3DC
(183,163,220)
#BFADDF
(191,173,223)
#C7B7E2
(199,183,226)
#CFC1E5
(207,193,229)
#D7CBE8
(215,203,232)
#DFD5EB
(223,213,235)
#E7DFEE
(231,223,238)
#EFE9F1
(239,233,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78FD6 color. Also use rgb(167,143,214) instead hex code.

Text Font Color

.myTextColor { color: #A78FD6; }

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

This text font color is #A78FD6.

Background Color

.myBgColor { background-color: #A78FD6; }

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

This div background color is #A78FD6.

Border color

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

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

This div border color is #A78FD6.

Opacity

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

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

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

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

This text has shadow with #A78FD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78FD6.

Preview

Color preview on black background

This text has color #A78FD6 on black background.


Color preview on white background

This text has color #A78FD6 on white background.


Black color preview on #A78FD6 background

This text has black color on #A78FD6 background.


White color preview on #A78FD6 background

This text has white color on #A78FD6 background.


Related colors

Complementary color

Complementary color for #hex is #587029.


I love getcolorcode.com

Triadic colors

1 #D6A78F and #8FD6A7 with #A78FD6 are triadic colors.

2 #D68FA7 and #8FA7D6 with #A78FD6 are triadic colors.