COLOR #A78BAE

HEX: #A78BAE
RGB: (167,139,174)

Color info

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

RGB color model

#A78BAE color RGB value is (167,139,174).

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

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 174 of 255 = 68%

167
139
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 139 + 174 = 480 (100%)
R 167 of 480 ~ 34.79%
G 139 of 480 ~ 28.96%
B 174 of 480 ~ 36.25%

%34.79
%28.96
%36.25

CMYK color model

#A78BAE color CMYK value is (4,20,0,32).

  • cyan value is 4.02%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (4,20,0,32) C4M20Y0K32 (4%,20%,0%,32%) (0.04/0.20/0.00/0.32)

CMYK percentages

%4.02
%20.11
%0
%31.76

Codes

Color #A78BAE in popluar color models

A78BAE
RGB167139174
HSL288°17.77%61.37%
HSB/HSV288°20.11%68.24%
CMYK4.02%20.11%0.00%
31.76%

Color #A78BAE in popluar number systems.

HEXA78BAE
Decimal167139174
Binary101001111000101110101110
Octal247213256

Shades and tints

Shades of #A78BAE

#A78BAE
(167,139,174)
#987F9F
(152,127,159)
#897390
(137,115,144)
#7A6781
(122,103,129)
#6B5B72
(107,91,114)
#5C4F63
(92,79,99)
#4D4354
(77,67,84)
#3E3745
(62,55,69)
#2F2B36
(47,43,54)
#201F27
(32,31,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A78BAE

#A78BAE
(167,139,174)
#AF95B5
(175,149,181)
#B79FBC
(183,159,188)
#BFA9C3
(191,169,195)
#C7B3CA
(199,179,202)
#CFBDD1
(207,189,209)
#D7C7D8
(215,199,216)
#DFD1DF
(223,209,223)
#E7DBE6
(231,219,230)
#EFE5ED
(239,229,237)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78BAE; }

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

This text font color is #A78BAE.


Background Color

.myBgColor { background-color: #A78BAE; }

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

This div background color is #A78BAE.


Border color

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

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

This div border color is #A78BAE.


Opacity

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

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

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

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

This text has shadow with #A78BAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A78BAE on black background.


Color preview on white background

This text has color #A78BAE on white background.



Black color preview on #A78BAE background

This text has black color on #A78BAE background.


White color preview on #A78BAE background

This text has white color on #A78BAE background.