COLOR #A78BE2

HEX: #A78BE2
RGB: (167,139,226)

Color info

#A78BE2 contains mainly red and blue colors. Web safe color of #A78BE2 is #9999CC (or #99C).

RGB color model

#A78BE2 color RGB value is (167,139,226).

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

RGB channels and saturation

R 167 of 255 = 65%
G 139 of 255 = 55%
B 226 of 255 = 89%

167
139
226

R + G + B ~ 70%. #A78BE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 139 + 226 = 532 (100%)
R 167 of 532 ~ 31.39%
G 139 of 532 ~ 26.13%
B 226 of 532 ~ 42.48%

%31.39
%26.13
%42.48

CMYK color model

#A78BE2 color CMYK value is (26,38,0,11).

  • cyan value is 26.11%
  • magenta value is 38.50%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(26,38,0,11)
C26M38Y0K11 
(26%,38%,0%,11%)
(0.26/0.38/0.00/0.11)	

CMYK percentages

%26.11
%38.5
%0
%11.37

Codes

Color #A78BE2 in popluar color models

A78BE2
RGB167139226
HSL259°60.00%71.57%
HSB/HSV259°38.50%88.63%
CMYK26.11%38.50%0.00%
11.37%

Color #A78BE2 in popluar number systems.

HEXA78BE2
Decimal167139226
Binary101001111000101111100010
Octal247213342

Shades and tints

Shades of #A78BE2

#A78BE2
(167,139,226)
#987FCE
(152,127,206)
#8973BA
(137,115,186)
#7A67A6
(122,103,166)
#6B5B92
(107,91,146)
#5C4F7E
(92,79,126)
#4D436A
(77,67,106)
#3E3756
(62,55,86)
#2F2B42
(47,43,66)
#201F2E
(32,31,46)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #A78BE2

#A78BE2
(167,139,226)
#AF95E4
(175,149,228)
#B79FE6
(183,159,230)
#BFA9E8
(191,169,232)
#C7B3EA
(199,179,234)
#CFBDEC
(207,189,236)
#D7C7EE
(215,199,238)
#DFD1F0
(223,209,240)
#E7DBF2
(231,219,242)
#EFE5F4
(239,229,244)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78BE2; }

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

This text font color is #A78BE2.


Background Color

.myBgColor { background-color: #A78BE2; }

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

This div background color is #A78BE2.


Border color

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

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

This div border color is #A78BE2.


Opacity

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

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

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

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

This text has shadow with #A78BE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78BE2 on black background.


Color preview on white background

This text has color #A78BE2 on white background.



Black color preview on #A78BE2 background

This text has black color on #A78BE2 background.


White color preview on #A78BE2 background

This text has white color on #A78BE2 background.