COLOR #A78AB3

HEX: #A78AB3
RGB: (167,138,179)

Color info

#A78AB3 contains red, green and blue colors in about the same proportion. Web safe color of #A78AB3 is #999999 (or #999).

RGB color model

#A78AB3 color RGB value is (167,138,179).

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

RGB channels and saturation

R 167 of 255 = 65%
G 138 of 255 = 54%
B 179 of 255 = 70%

167
138
179

R + G + B ~ 63%. #A78AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 138 + 179 = 484 (100%)
R 167 of 484 ~ 34.5%
G 138 of 484 ~ 28.51%
B 179 of 484 ~ 36.98%

%34.5
%28.51
%36.98

CMYK color model

#A78AB3 color CMYK value is (7,23,0,30).

  • cyan value is 6.70%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(7,23,0,30)
C7M23Y0K30 
(7%,23%,0%,30%)
(0.07/0.23/0.00/0.30)	

CMYK percentages

%6.7
%22.91
%0
%29.8

Codes

Color #A78AB3 in popluar color models

A78AB3
RGB167138179
HSL282°21.24%62.16%
HSB/HSV282°22.91%70.20%
CMYK6.70%22.91%0.00%
29.80%

Color #A78AB3 in popluar number systems.

HEXA78AB3
Decimal167138179
Binary101001111000101010110011
Octal247212263

Shades and tints

Shades of #A78AB3

#A78AB3
(167,138,179)
#987EA3
(152,126,163)
#897293
(137,114,147)
#7A6683
(122,102,131)
#6B5A73
(107,90,115)
#5C4E63
(92,78,99)
#4D4253
(77,66,83)
#3E3643
(62,54,67)
#2F2A33
(47,42,51)
#201E23
(32,30,35)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #A78AB3

#A78AB3
(167,138,179)
#AF94B9
(175,148,185)
#B79EBF
(183,158,191)
#BFA8C5
(191,168,197)
#C7B2CB
(199,178,203)
#CFBCD1
(207,188,209)
#D7C6D7
(215,198,215)
#DFD0DD
(223,208,221)
#E7DAE3
(231,218,227)
#EFE4E9
(239,228,233)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78AB3; }

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

This text font color is #A78AB3.


Background Color

.myBgColor { background-color: #A78AB3; }

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

This div background color is #A78AB3.


Border color

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

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

This div border color is #A78AB3.


Opacity

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

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

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

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

This text has shadow with #A78AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78AB3 on black background.


Color preview on white background

This text has color #A78AB3 on white background.



Black color preview on #A78AB3 background

This text has black color on #A78AB3 background.


White color preview on #A78AB3 background

This text has white color on #A78AB3 background.