COLOR #A78DC6

HEX: #A78DC6 RGB: (167,141,198)

Color info

#A78DC6 contains red, green and blue colors in about the same proportion. Web safe color of #A78DC6 is #9999CC (or #99C).

RGB color model

#A78DC6 color RGB value is (167,141,198).

RGB: (167,141,198) (65%, 55%, 78%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 198 of 255 = 78%

167
141
198

R + G + B ~ 66%. #A78DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 141 + 198 = 506 (100%)
R 167 of 506 ~ 33%
G 141 of 506 ~ 27.87%
B 198 of 506 ~ 39.13'%

%33
%27.87
%39.13

CMYK color model

#A78DC6 color CMYK value is (16,29,0,22).

  • cyan value is 15.66%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (16,29,0,22)
C16M29Y0K22 (16%, 29%, 0%, 22%)
(0.16 / 0.29 / 0.00 / 0.22)

CMYK percentages

%15.66
%28.79
%0
%22.35

Codes

Color #A78DC6 in popluar color models

A7 8D C6
RGB 167 141 198
HSL 267° 33.33% 66.47%
HSB/HSV 267° 28.79% 77.65%
CMYK 15.66% 28.79% 0.00%
22.35%

Color #A78DC6 in popluar number systems.

HEX A7 8D C6
Decimal 167 141 198
Binary 10100111 10001101 11000110
Octal 247 215 306

Shades and tints

Shades of #A78DC6

#A78DC6
(167,141,198)
#9881B4
(152,129,180)
#8975A2
(137,117,162)
#7A6990
(122,105,144)
#6B5D7E
(107,93,126)
#5C516C
(92,81,108)
#4D455A
(77,69,90)
#3E3948
(62,57,72)
#2F2D36
(47,45,54)
#202124
(32,33,36)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A78DC6

#A78DC6
(167,141,198)
#AF97CB
(175,151,203)
#B7A1D0
(183,161,208)
#BFABD5
(191,171,213)
#C7B5DA
(199,181,218)
#CFBFDF
(207,191,223)
#D7C9E4
(215,201,228)
#DFD3E9
(223,211,233)
#E7DDEE
(231,221,238)
#EFE7F3
(239,231,243)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78DC6 color. Also use rgb(167,141,198) instead hex code.

Text Font Color

.myTextColor { color: #A78DC6; }

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

This text font color is #A78DC6.

Background Color

.myBgColor { background-color: #A78DC6; }

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

This div background color is #A78DC6.

Border color

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

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

This div border color is #A78DC6.

Opacity

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

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

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

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

This text has shadow with #A78DC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78DC6.

Preview

Color preview on black background

This text has color #A78DC6 on black background.


Color preview on white background

This text has color #A78DC6 on white background.


Black color preview on #A78DC6 background

This text has black color on #A78DC6 background.


White color preview on #A78DC6 background

This text has white color on #A78DC6 background.


Related colors

Complementary color

Complementary color for #hex is #587239.


I love getcolorcode.com

Triadic colors

1 #C6A78D and #8DC6A7 with #A78DC6 are triadic colors.

2 #C68DA7 and #8DA7C6 with #A78DC6 are triadic colors.