COLOR #A78BC5

HEX: #A78BC5
RGB: (167,139,197)

Color info

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

RGB color model

#A78BC5 color RGB value is (167,139,197).

  • red value is 167;
  • green value is 139;
  • blue value is 197.
RGB:
(167,139,197)
(65%,55%,77%)

RGB channels and saturation

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

167
139
197

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

Portions of RGB colors in percentages

R + G + B =
167 + 139 + 197 = 503 (100%)
R 167 of 503 ~ 33.2%
G 139 of 503 ~ 27.63%
B 197 of 503 ~ 39.17%

%33.2
%27.63
%39.17

CMYK color model

#A78BC5 color CMYK value is (15,29,0,23).

  • cyan value is 15.23%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(15,29,0,23)
C15M29Y0K23 
(15%,29%,0%,23%)
(0.15/0.29/0.00/0.23)	

CMYK percentages

%15.23
%29.44
%0
%22.75

Codes

Color #A78BC5 in popluar color models

A78BC5
RGB167139197
HSL269°33.33%65.88%
HSB/HSV269°29.44%77.25%
CMYK15.23%29.44%0.00%
22.75%

Color #A78BC5 in popluar number systems.

HEXA78BC5
Decimal167139197
Binary101001111000101111000101
Octal247213305

Shades and tints

Shades of #A78BC5

#A78BC5
(167,139,197)
#987FB4
(152,127,180)
#8973A3
(137,115,163)
#7A6792
(122,103,146)
#6B5B81
(107,91,129)
#5C4F70
(92,79,112)
#4D435F
(77,67,95)
#3E374E
(62,55,78)
#2F2B3D
(47,43,61)
#201F2C
(32,31,44)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #A78BC5

#A78BC5
(167,139,197)
#AF95CA
(175,149,202)
#B79FCF
(183,159,207)
#BFA9D4
(191,169,212)
#C7B3D9
(199,179,217)
#CFBDDE
(207,189,222)
#D7C7E3
(215,199,227)
#DFD1E8
(223,209,232)
#E7DBED
(231,219,237)
#EFE5F2
(239,229,242)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78BC5; }

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

This text font color is #A78BC5.


Background Color

.myBgColor { background-color: #A78BC5; }

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

This div background color is #A78BC5.


Border color

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

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

This div border color is #A78BC5.


Opacity

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

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

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

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

This text has shadow with #A78BC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78BC5 on black background.


Color preview on white background

This text has color #A78BC5 on white background.



Black color preview on #A78BC5 background

This text has black color on #A78BC5 background.


White color preview on #A78BC5 background

This text has white color on #A78BC5 background.