COLOR #A376B2

HEX: #A376B2
RGB: (163,118,178)

Color info

#A376B2 contains mainly red and blue colors. Web safe color of #A376B2 is #996699 (or #969).

RGB color model

#A376B2 color RGB value is (163,118,178).

  • red value is 163;
  • green value is 118;
  • blue value is 178.
RGB:
(163,118,178)
(64%,46%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 118 of 255 = 46%
B 178 of 255 = 70%

163
118
178

R + G + B ~ 60%. #A376B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 118 + 178 = 459 (100%)
R 163 of 459 ~ 35.51%
G 118 of 459 ~ 25.71%
B 178 of 459 ~ 38.78%

%35.51
%25.71
%38.78

CMYK color model

#A376B2 color CMYK value is (8,34,0,30).

  • cyan value is 8.43%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,34,0,30)
C8M34Y0K30 
(8%,34%,0%,30%)
(0.08/0.34/0.00/0.30)	

CMYK percentages

%8.43
%33.71
%0
%30.2

Codes

Color #A376B2 in popluar color models

A376B2
RGB163118178
HSL285°28.04%58.04%
HSB/HSV285°33.71%69.80%
CMYK8.43%33.71%0.00%
30.20%

Color #A376B2 in popluar number systems.

HEXA376B2
Decimal163118178
Binary10100011111011010110010
Octal243166262

Shades and tints

Shades of #A376B2

#A376B2
(163,118,178)
#956CA2
(149,108,162)
#876292
(135,98,146)
#795882
(121,88,130)
#6B4E72
(107,78,114)
#5D4462
(93,68,98)
#4F3A52
(79,58,82)
#413042
(65,48,66)
#332632
(51,38,50)
#251C22
(37,28,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A376B2

#A376B2
(163,118,178)
#AB82B9
(171,130,185)
#B38EC0
(179,142,192)
#BB9AC7
(187,154,199)
#C3A6CE
(195,166,206)
#CBB2D5
(203,178,213)
#D3BEDC
(211,190,220)
#DBCAE3
(219,202,227)
#E3D6EA
(227,214,234)
#EBE2F1
(235,226,241)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A376B2 color. Also use rgb(163,118,178) instead hex code.

Text Font Color

.myTextColor { color: #A376B2; }

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

This text font color is #A376B2.


Background Color

.myBgColor { background-color: #A376B2; }

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

This div background color is #A376B2.


Border color

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

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

This div border color is #A376B2.


Opacity

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

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

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

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

This text has shadow with #A376B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A376B2 on black background.


Color preview on white background

This text has color #A376B2 on white background.



Black color preview on #A376B2 background

This text has black color on #A376B2 background.


White color preview on #A376B2 background

This text has white color on #A376B2 background.