COLOR #A378D5

HEX: #A378D5 RGB: (163,120,213)

Color info

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

RGB color model

#A378D5 color RGB value is (163,120,213).

RGB: (163,120,213) (64%, 47%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 213 of 255 = 84%

163
120
213

R + G + B ~ 65%. #A378D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 120 + 213 = 496 (100%)
R 163 of 496 ~ 32.86%
G 120 of 496 ~ 24.19%
B 213 of 496 ~ 42.94'%

%32.86
%24.19
%42.94

CMYK color model

#A378D5 color CMYK value is (23,44,0,16).

  • cyan value is 23.47%
  • magenta value is 43.66%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (23,44,0,16)
C23M44Y0K16 (23%, 44%, 0%, 16%)
(0.23 / 0.44 / 0.00 / 0.16)

CMYK percentages

%23.47
%43.66
%0
%16.47

Codes

Color #A378D5 in popluar color models

A3 78 D5
RGB 163 120 213
HSL 268° 52.54% 65.29%
HSB/HSV 268° 43.66% 83.53%
CMYK 23.47% 43.66% 0.00%
16.47%

Color #A378D5 in popluar number systems.

HEX A3 78 D5
Decimal 163 120 213
Binary 10100011 1111000 11010101
Octal 243 170 325

Shades and tints

Shades of #A378D5

#A378D5
(163,120,213)
#956EC2
(149,110,194)
#8764AF
(135,100,175)
#795A9C
(121,90,156)
#6B5089
(107,80,137)
#5D4676
(93,70,118)
#4F3C63
(79,60,99)
#413250
(65,50,80)
#33283D
(51,40,61)
#251E2A
(37,30,42)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A378D5

#A378D5
(163,120,213)
#AB84D8
(171,132,216)
#B390DB
(179,144,219)
#BB9CDE
(187,156,222)
#C3A8E1
(195,168,225)
#CBB4E4
(203,180,228)
#D3C0E7
(211,192,231)
#DBCCEA
(219,204,234)
#E3D8ED
(227,216,237)
#EBE4F0
(235,228,240)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A378D5; }

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

This text font color is #A378D5.

Background Color

.myBgColor { background-color: #A378D5; }

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

This div background color is #A378D5.

Border color

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

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

This div border color is #A378D5.

Opacity

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

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

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

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

This text has shadow with #A378D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A378D5.

Preview

Color preview on black background

This text has color #A378D5 on black background.


Color preview on white background

This text has color #A378D5 on white background.


Black color preview on #A378D5 background

This text has black color on #A378D5 background.


White color preview on #A378D5 background

This text has white color on #A378D5 background.


Related colors

Complementary color

Complementary color for #hex is #5C872A.


I love getcolorcode.com

Triadic colors

1 #D5A378 and #78D5A3 with #A378D5 are triadic colors.

2 #D578A3 and #78A3D5 with #A378D5 are triadic colors.