COLOR #A78AB9

HEX: #A78AB9
RGB: (167,138,185)

Color info

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

RGB color model

#A78AB9 color RGB value is (167,138,185).

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

RGB channels and saturation

R 167 of 255 = 65%
G 138 of 255 = 54%
B 185 of 255 = 73%

167
138
185

R + G + B ~ 64%. #A78AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 138 + 185 = 490 (100%)
R 167 of 490 ~ 34.08%
G 138 of 490 ~ 28.16%
B 185 of 490 ~ 37.76%

%34.08
%28.16
%37.76

CMYK color model

#A78AB9 color CMYK value is (10,25,0,27).

  • cyan value is 9.73%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(10,25,0,27)
C10M25Y0K27 
(10%,25%,0%,27%)
(0.10/0.25/0.00/0.27)	

CMYK percentages

%9.73
%25.41
%0
%27.45

Codes

Color #A78AB9 in popluar color models

A78AB9
RGB167138185
HSL277°25.13%63.33%
HSB/HSV277°25.41%72.55%
CMYK9.73%25.41%0.00%
27.45%

Color #A78AB9 in popluar number systems.

HEXA78AB9
Decimal167138185
Binary101001111000101010111001
Octal247212271

Shades and tints

Shades of #A78AB9

#A78AB9
(167,138,185)
#987EA9
(152,126,169)
#897299
(137,114,153)
#7A6689
(122,102,137)
#6B5A79
(107,90,121)
#5C4E69
(92,78,105)
#4D4259
(77,66,89)
#3E3649
(62,54,73)
#2F2A39
(47,42,57)
#201E29
(32,30,41)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #A78AB9

#A78AB9
(167,138,185)
#AF94BF
(175,148,191)
#B79EC5
(183,158,197)
#BFA8CB
(191,168,203)
#C7B2D1
(199,178,209)
#CFBCD7
(207,188,215)
#D7C6DD
(215,198,221)
#DFD0E3
(223,208,227)
#E7DAE9
(231,218,233)
#EFE4EF
(239,228,239)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78AB9; }

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

This text font color is #A78AB9.


Background Color

.myBgColor { background-color: #A78AB9; }

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

This div background color is #A78AB9.


Border color

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

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

This div border color is #A78AB9.


Opacity

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

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

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

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

This text has shadow with #A78AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78AB9 on black background.


Color preview on white background

This text has color #A78AB9 on white background.



Black color preview on #A78AB9 background

This text has black color on #A78AB9 background.


White color preview on #A78AB9 background

This text has white color on #A78AB9 background.