COLOR #A78CDE

HEX: #A78CDE
RGB: (167,140,222)

Color info

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

RGB color model

#A78CDE color RGB value is (167,140,222).

  • red value is 167;
  • green value is 140;
  • blue value is 222.
RGB:
(167,140,222)
(65%,55%,87%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 222 of 255 = 87%

167
140
222

R + G + B ~ 69%. #A78CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 140 + 222 = 529 (100%)
R 167 of 529 ~ 31.57%
G 140 of 529 ~ 26.47%
B 222 of 529 ~ 41.97%

%31.57
%26.47
%41.97

CMYK color model

#A78CDE color CMYK value is (25,37,0,13).

  • cyan value is 24.77%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,37,0,13)
C25M37Y0K13 
(25%,37%,0%,13%)
(0.25/0.37/0.00/0.13)	

CMYK percentages

%24.77
%36.94
%0
%12.94

Codes

Color #A78CDE in popluar color models

A78CDE
RGB167140222
HSL260°55.41%70.98%
HSB/HSV260°36.94%87.06%
CMYK24.77%36.94%0.00%
12.94%

Color #A78CDE in popluar number systems.

HEXA78CDE
Decimal167140222
Binary101001111000110011011110
Octal247214336

Shades and tints

Shades of #A78CDE

#A78CDE
(167,140,222)
#9880CA
(152,128,202)
#8974B6
(137,116,182)
#7A68A2
(122,104,162)
#6B5C8E
(107,92,142)
#5C507A
(92,80,122)
#4D4466
(77,68,102)
#3E3852
(62,56,82)
#2F2C3E
(47,44,62)
#20202A
(32,32,42)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #A78CDE

#A78CDE
(167,140,222)
#AF96E1
(175,150,225)
#B7A0E4
(183,160,228)
#BFAAE7
(191,170,231)
#C7B4EA
(199,180,234)
#CFBEED
(207,190,237)
#D7C8F0
(215,200,240)
#DFD2F3
(223,210,243)
#E7DCF6
(231,220,246)
#EFE6F9
(239,230,249)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78CDE color. Also use rgb(167,140,222) instead hex code.

Text Font Color

.myTextColor { color: #A78CDE; }

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

This text font color is #A78CDE.


Background Color

.myBgColor { background-color: #A78CDE; }

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

This div background color is #A78CDE.


Border color

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

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

This div border color is #A78CDE.


Opacity

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

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

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

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

This text has shadow with #A78CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78CDE on black background.


Color preview on white background

This text has color #A78CDE on white background.



Black color preview on #A78CDE background

This text has black color on #A78CDE background.


White color preview on #A78CDE background

This text has white color on #A78CDE background.