COLOR #A78AC4

HEX: #A78AC4
RGB: (167,138,196)

Color info

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

RGB color model

#A78AC4 color RGB value is (167,138,196).

  • red value is 167;
  • green value is 138;
  • blue value is 196.
RGB:
(167,138,196)
(65%,54%,77%)

RGB channels and saturation

R 167 of 255 = 65%
G 138 of 255 = 54%
B 196 of 255 = 77%

167
138
196

R + G + B ~ 65%. #A78AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 138 + 196 = 501 (100%)
R 167 of 501 ~ 33.33%
G 138 of 501 ~ 27.54%
B 196 of 501 ~ 39.12%

%33.33
%27.54
%39.12

CMYK color model

#A78AC4 color CMYK value is (15,30,0,23).

  • cyan value is 14.80%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(15,30,0,23)
C15M30Y0K23 
(15%,30%,0%,23%)
(0.15/0.30/0.00/0.23)	

CMYK percentages

%14.8
%29.59
%0
%23.14

Codes

Color #A78AC4 in popluar color models

A78AC4
RGB167138196
HSL270°32.95%65.49%
HSB/HSV270°29.59%76.86%
CMYK14.80%29.59%0.00%
23.14%

Color #A78AC4 in popluar number systems.

HEXA78AC4
Decimal167138196
Binary101001111000101011000100
Octal247212304

Shades and tints

Shades of #A78AC4

#A78AC4
(167,138,196)
#987EB3
(152,126,179)
#8972A2
(137,114,162)
#7A6691
(122,102,145)
#6B5A80
(107,90,128)
#5C4E6F
(92,78,111)
#4D425E
(77,66,94)
#3E364D
(62,54,77)
#2F2A3C
(47,42,60)
#201E2B
(32,30,43)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #A78AC4

#A78AC4
(167,138,196)
#AF94C9
(175,148,201)
#B79ECE
(183,158,206)
#BFA8D3
(191,168,211)
#C7B2D8
(199,178,216)
#CFBCDD
(207,188,221)
#D7C6E2
(215,198,226)
#DFD0E7
(223,208,231)
#E7DAEC
(231,218,236)
#EFE4F1
(239,228,241)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78AC4 color. Also use rgb(167,138,196) instead hex code.

Text Font Color

.myTextColor { color: #A78AC4; }

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

This text font color is #A78AC4.


Background Color

.myBgColor { background-color: #A78AC4; }

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

This div background color is #A78AC4.


Border color

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

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

This div border color is #A78AC4.


Opacity

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

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

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

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

This text has shadow with #A78AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78AC4 on black background.


Color preview on white background

This text has color #A78AC4 on white background.



Black color preview on #A78AC4 background

This text has black color on #A78AC4 background.


White color preview on #A78AC4 background

This text has white color on #A78AC4 background.