COLOR #A377CE

HEX: #A377CE
RGB: (163,119,206)

Color info

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

RGB color model

#A377CE color RGB value is (163,119,206).

  • red value is 163;
  • green value is 119;
  • blue value is 206.
RGB:
(163,119,206)
(64%,47%,81%)

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 206 of 255 = 81%

163
119
206

R + G + B ~ 64%. #A377CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 206 = 488 (100%)
R 163 of 488 ~ 33.4%
G 119 of 488 ~ 24.39%
B 206 of 488 ~ 42.21%

%33.4
%24.39
%42.21

CMYK color model

#A377CE color CMYK value is (21,42,0,19).

  • cyan value is 20.87%
  • magenta value is 42.23%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(21,42,0,19)
C21M42Y0K19 
(21%,42%,0%,19%)
(0.21/0.42/0.00/0.19)	

CMYK percentages

%20.87
%42.23
%0
%19.22

Codes

Color #A377CE in popluar color models

A377CE
RGB163119206
HSL270°47.03%63.73%
HSB/HSV270°42.23%80.78%
CMYK20.87%42.23%0.00%
19.22%

Color #A377CE in popluar number systems.

HEXA377CE
Decimal163119206
Binary10100011111011111001110
Octal243167316

Shades and tints

Shades of #A377CE

#A377CE
(163,119,206)
#956DBC
(149,109,188)
#8763AA
(135,99,170)
#795998
(121,89,152)
#6B4F86
(107,79,134)
#5D4574
(93,69,116)
#4F3B62
(79,59,98)
#413150
(65,49,80)
#33273E
(51,39,62)
#251D2C
(37,29,44)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #A377CE

#A377CE
(163,119,206)
#AB83D2
(171,131,210)
#B38FD6
(179,143,214)
#BB9BDA
(187,155,218)
#C3A7DE
(195,167,222)
#CBB3E2
(203,179,226)
#D3BFE6
(211,191,230)
#DBCBEA
(219,203,234)
#E3D7EE
(227,215,238)
#EBE3F2
(235,227,242)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A377CE color. Also use rgb(163,119,206) instead hex code.

Text Font Color

.myTextColor { color: #A377CE; }

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

This text font color is #A377CE.


Background Color

.myBgColor { background-color: #A377CE; }

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

This div background color is #A377CE.


Border color

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

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

This div border color is #A377CE.


Opacity

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

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

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

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

This text has shadow with #A377CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A377CE on black background.


Color preview on white background

This text has color #A377CE on white background.



Black color preview on #A377CE background

This text has black color on #A377CE background.


White color preview on #A377CE background

This text has white color on #A377CE background.