COLOR #A78DC5

HEX: #A78DC5 RGB: (167,141,197)

Color info

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

RGB color model

#A78DC5 color RGB value is (167,141,197).

RGB: (167,141,197) (65%, 55%, 77%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 197 of 255 = 77%

167
141
197

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

Portions of RGB colors in percentages

R + G + B = 167 + 141 + 197 = 505 (100%)
R 167 of 505 ~ 33.07%
G 141 of 505 ~ 27.92%
B 197 of 505 ~ 39.01'%

%33.07
%27.92
%39.01

CMYK color model

#A78DC5 color CMYK value is (15,28,0,23).

  • cyan value is 15.23%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (15,28,0,23)
C15M28Y0K23 (15%, 28%, 0%, 23%)
(0.15 / 0.28 / 0.00 / 0.23)

CMYK percentages

%15.23
%28.43
%0
%22.75

Codes

Color #A78DC5 in popluar color models

A7 8D C5
RGB 167 141 197
HSL 268° 32.56% 66.27%
HSB/HSV 268° 28.43% 77.25%
CMYK 15.23% 28.43% 0.00%
22.75%

Color #A78DC5 in popluar number systems.

HEX A7 8D C5
Decimal 167 141 197
Binary 10100111 10001101 11000101
Octal 247 215 305

Shades and tints

Shades of #A78DC5

#A78DC5
(167,141,197)
#9881B4
(152,129,180)
#8975A3
(137,117,163)
#7A6992
(122,105,146)
#6B5D81
(107,93,129)
#5C5170
(92,81,112)
#4D455F
(77,69,95)
#3E394E
(62,57,78)
#2F2D3D
(47,45,61)
#20212C
(32,33,44)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #A78DC5

#A78DC5
(167,141,197)
#AF97CA
(175,151,202)
#B7A1CF
(183,161,207)
#BFABD4
(191,171,212)
#C7B5D9
(199,181,217)
#CFBFDE
(207,191,222)
#D7C9E3
(215,201,227)
#DFD3E8
(223,211,232)
#E7DDED
(231,221,237)
#EFE7F2
(239,231,242)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78DC5; }

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

This text font color is #A78DC5.

Background Color

.myBgColor { background-color: #A78DC5; }

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

This div background color is #A78DC5.

Border color

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

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

This div border color is #A78DC5.

Opacity

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

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

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

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

This text has shadow with #A78DC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78DC5.

Preview

Color preview on black background

This text has color #A78DC5 on black background.


Color preview on white background

This text has color #A78DC5 on white background.


Black color preview on #A78DC5 background

This text has black color on #A78DC5 background.


White color preview on #A78DC5 background

This text has white color on #A78DC5 background.


Related colors

Complementary color

Complementary color for #hex is #58723A.


I love getcolorcode.com

Triadic colors

1 #C5A78D and #8DC5A7 with #A78DC5 are triadic colors.

2 #C58DA7 and #8DA7C5 with #A78DC5 are triadic colors.