COLOR #A377A1

HEX: #A377A1
RGB: (163,119,161)

Color info

#A377A1 contains red, green and blue colors in about the same proportion. Web safe color of #A377A1 is #996699 (or #969).

RGB color model

#A377A1 color RGB value is (163,119,161).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 161 of 255 = 63%

163
119
161

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 161 = 443 (100%)
R 163 of 443 ~ 36.79%
G 119 of 443 ~ 26.86%
B 161 of 443 ~ 36.34%

%36.79
%26.86
%36.34

CMYK color model

#A377A1 color CMYK value is (0,27,1,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 1.23%
  • key color value is 36.08%
CMYK:
(0,27,1,36)
C0M27Y1K36 
(0%,27%,1%,36%)
(0.00/0.27/0.01/0.36)	

CMYK percentages

%0
%26.99
%1.23
%36.08

Codes

Color #A377A1 in popluar color models

A377A1
RGB163119161
HSL303°19.30%55.29%
HSB/HSV303°26.99%63.92%
CMYK0.00%26.99%1.23%
36.08%

Color #A377A1 in popluar number systems.

HEXA377A1
Decimal163119161
Binary10100011111011110100001
Octal243167241

Shades and tints

Shades of #A377A1

#A377A1
(163,119,161)
#956D93
(149,109,147)
#876385
(135,99,133)
#795977
(121,89,119)
#6B4F69
(107,79,105)
#5D455B
(93,69,91)
#4F3B4D
(79,59,77)
#41313F
(65,49,63)
#332731
(51,39,49)
#251D23
(37,29,35)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A377A1

#A377A1
(163,119,161)
#AB83A9
(171,131,169)
#B38FB1
(179,143,177)
#BB9BB9
(187,155,185)
#C3A7C1
(195,167,193)
#CBB3C9
(203,179,201)
#D3BFD1
(211,191,209)
#DBCBD9
(219,203,217)
#E3D7E1
(227,215,225)
#EBE3E9
(235,227,233)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A377A1; }

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

This text font color is #A377A1.


Background Color

.myBgColor { background-color: #A377A1; }

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

This div background color is #A377A1.


Border color

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

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

This div border color is #A377A1.


Opacity

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

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

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

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

This text has shadow with #A377A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A377A1 on black background.


Color preview on white background

This text has color #A377A1 on white background.



Black color preview on #A377A1 background

This text has black color on #A377A1 background.


White color preview on #A377A1 background

This text has white color on #A377A1 background.