COLOR #A378B4

HEX: #A378B4
RGB: (163,120,180)

Color info

#A378B4 contains mainly red and blue colors. Web safe color of #A378B4 is #9966CC (or #96C).

RGB color model

#A378B4 color RGB value is (163,120,180).

  • red value is 163;
  • green value is 120;
  • blue value is 180.
RGB:
(163,120,180)
(64%,47%,71%)

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 180 of 255 = 71%

163
120
180

R + G + B ~ 61%. #A378B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 180 = 463 (100%)
R 163 of 463 ~ 35.21%
G 120 of 463 ~ 25.92%
B 180 of 463 ~ 38.88%

%35.21
%25.92
%38.88

CMYK color model

#A378B4 color CMYK value is (9,33,0,29).

  • cyan value is 9.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,33,0,29)
C9M33Y0K29 
(9%,33%,0%,29%)
(0.09/0.33/0.00/0.29)	

CMYK percentages

%9.44
%33.33
%0
%29.41

Codes

Color #A378B4 in popluar color models

A378B4
RGB163120180
HSL283°28.57%58.82%
HSB/HSV283°33.33%70.59%
CMYK9.44%33.33%0.00%
29.41%

Color #A378B4 in popluar number systems.

HEXA378B4
Decimal163120180
Binary10100011111100010110100
Octal243170264

Shades and tints

Shades of #A378B4

#A378B4
(163,120,180)
#956EA4
(149,110,164)
#876494
(135,100,148)
#795A84
(121,90,132)
#6B5074
(107,80,116)
#5D4664
(93,70,100)
#4F3C54
(79,60,84)
#413244
(65,50,68)
#332834
(51,40,52)
#251E24
(37,30,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A378B4

#A378B4
(163,120,180)
#AB84BA
(171,132,186)
#B390C0
(179,144,192)
#BB9CC6
(187,156,198)
#C3A8CC
(195,168,204)
#CBB4D2
(203,180,210)
#D3C0D8
(211,192,216)
#DBCCDE
(219,204,222)
#E3D8E4
(227,216,228)
#EBE4EA
(235,228,234)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A378B4 color. Also use rgb(163,120,180) instead hex code.

Text Font Color

.myTextColor { color: #A378B4; }

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

This text font color is #A378B4.


Background Color

.myBgColor { background-color: #A378B4; }

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

This div background color is #A378B4.


Border color

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

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

This div border color is #A378B4.


Opacity

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

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

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

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

This text has shadow with #A378B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A378B4 on black background.


Color preview on white background

This text has color #A378B4 on white background.



Black color preview on #A378B4 background

This text has black color on #A378B4 background.


White color preview on #A378B4 background

This text has white color on #A378B4 background.