COLOR #A378BC

HEX: #A378BC RGB: (163,120,188)

Color info

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

RGB color model

#A378BC color RGB value is (163,120,188).

RGB: (163,120,188) (64%, 47%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 188 of 255 = 74%

163
120
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 120 + 188 = 471 (100%)
R 163 of 471 ~ 34.61%
G 120 of 471 ~ 25.48%
B 188 of 471 ~ 39.92'%

%34.61
%25.48
%39.92

CMYK color model

#A378BC color CMYK value is (13,36,0,26).

  • cyan value is 13.30%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,36,0,26)
C13M36Y0K26 (13%, 36%, 0%, 26%)
(0.13 / 0.36 / 0.00 / 0.26)

CMYK percentages

%13.3
%36.17
%0
%26.27

Codes

Color #A378BC in popluar color models

A3 78 BC
RGB 163 120 188
HSL 278° 33.66% 60.39%
HSB/HSV 278° 36.17% 73.73%
CMYK 13.30% 36.17% 0.00%
26.27%

Color #A378BC in popluar number systems.

HEX A3 78 BC
Decimal 163 120 188
Binary 10100011 1111000 10111100
Octal 243 170 274

Shades and tints

Shades of #A378BC

#A378BC
(163,120,188)
#956EAB
(149,110,171)
#87649A
(135,100,154)
#795A89
(121,90,137)
#6B5078
(107,80,120)
#5D4667
(93,70,103)
#4F3C56
(79,60,86)
#413245
(65,50,69)
#332834
(51,40,52)
#251E23
(37,30,35)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #A378BC

#A378BC
(163,120,188)
#AB84C2
(171,132,194)
#B390C8
(179,144,200)
#BB9CCE
(187,156,206)
#C3A8D4
(195,168,212)
#CBB4DA
(203,180,218)
#D3C0E0
(211,192,224)
#DBCCE6
(219,204,230)
#E3D8EC
(227,216,236)
#EBE4F2
(235,228,242)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A378BC; }

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

This text font color is #A378BC.

Background Color

.myBgColor { background-color: #A378BC; }

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

This div background color is #A378BC.

Border color

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

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

This div border color is #A378BC.

Opacity

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

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

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

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

This text has shadow with #A378BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A378BC.

Preview

Color preview on black background

This text has color #A378BC on black background.


Color preview on white background

This text has color #A378BC on white background.


Black color preview on #A378BC background

This text has black color on #A378BC background.


White color preview on #A378BC background

This text has white color on #A378BC background.


Related colors

Complementary color

Complementary color for #hex is #5C8743.


I love getcolorcode.com

Triadic colors

1 #BCA378 and #78BCA3 with #A378BC are triadic colors.

2 #BC78A3 and #78A3BC with #A378BC are triadic colors.