COLOR #A378BE

HEX: #A378BE
RGB: (163,120,190)

Color info

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

RGB color model

#A378BE color RGB value is (163,120,190).

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

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 190 of 255 = 75%

163
120
190

R + G + B ~ 62%. #A378BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 190 = 473 (100%)
R 163 of 473 ~ 34.46%
G 120 of 473 ~ 25.37%
B 190 of 473 ~ 40.17%

%34.46
%25.37
%40.17

CMYK color model

#A378BE color CMYK value is (14,37,0,25).

  • cyan value is 14.21%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,37,0,25)
C14M37Y0K25 
(14%,37%,0%,25%)
(0.14/0.37/0.00/0.25)	

CMYK percentages

%14.21
%36.84
%0
%25.49

Codes

Color #A378BE in popluar color models

A378BE
RGB163120190
HSL277°35.00%60.78%
HSB/HSV277°36.84%74.51%
CMYK14.21%36.84%0.00%
25.49%

Color #A378BE in popluar number systems.

HEXA378BE
Decimal163120190
Binary10100011111100010111110
Octal243170276

Shades and tints

Shades of #A378BE

#A378BE
(163,120,190)
#956EAD
(149,110,173)
#87649C
(135,100,156)
#795A8B
(121,90,139)
#6B507A
(107,80,122)
#5D4669
(93,70,105)
#4F3C58
(79,60,88)
#413247
(65,50,71)
#332836
(51,40,54)
#251E25
(37,30,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A378BE

#A378BE
(163,120,190)
#AB84C3
(171,132,195)
#B390C8
(179,144,200)
#BB9CCD
(187,156,205)
#C3A8D2
(195,168,210)
#CBB4D7
(203,180,215)
#D3C0DC
(211,192,220)
#DBCCE1
(219,204,225)
#E3D8E6
(227,216,230)
#EBE4EB
(235,228,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A378BE; }

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

This text font color is #A378BE.


Background Color

.myBgColor { background-color: #A378BE; }

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

This div background color is #A378BE.


Border color

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

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

This div border color is #A378BE.


Opacity

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

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

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

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

This text has shadow with #A378BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A378BE on black background.


Color preview on white background

This text has color #A378BE on white background.



Black color preview on #A378BE background

This text has black color on #A378BE background.


White color preview on #A378BE background

This text has white color on #A378BE background.