COLOR #A377A5

HEX: #A377A5
RGB: (163,119,165)

Color info

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

RGB color model

#A377A5 color RGB value is (163,119,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 165 of 255 = 65%

163
119
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 165 = 447 (100%)
R 163 of 447 ~ 36.47%
G 119 of 447 ~ 26.62%
B 165 of 447 ~ 36.91%

%36.47
%26.62
%36.91

CMYK color model

#A377A5 color CMYK value is (1,28,0,35).

  • cyan value is 1.21%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,28,0,35)
C1M28Y0K35 
(1%,28%,0%,35%)
(0.01/0.28/0.00/0.35)	

CMYK percentages

%1.21
%27.88
%0
%35.29

Codes

Color #A377A5 in popluar color models

A377A5
RGB163119165
HSL297°20.35%55.69%
HSB/HSV297°27.88%64.71%
CMYK1.21%27.88%0.00%
35.29%

Color #A377A5 in popluar number systems.

HEXA377A5
Decimal163119165
Binary10100011111011110100101
Octal243167245

Shades and tints

Shades of #A377A5

#A377A5
(163,119,165)
#956D96
(149,109,150)
#876387
(135,99,135)
#795978
(121,89,120)
#6B4F69
(107,79,105)
#5D455A
(93,69,90)
#4F3B4B
(79,59,75)
#41313C
(65,49,60)
#33272D
(51,39,45)
#251D1E
(37,29,30)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #A377A5

#A377A5
(163,119,165)
#AB83AD
(171,131,173)
#B38FB5
(179,143,181)
#BB9BBD
(187,155,189)
#C3A7C5
(195,167,197)
#CBB3CD
(203,179,205)
#D3BFD5
(211,191,213)
#DBCBDD
(219,203,221)
#E3D7E5
(227,215,229)
#EBE3ED
(235,227,237)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A377A5; }

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

This text font color is #A377A5.


Background Color

.myBgColor { background-color: #A377A5; }

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

This div background color is #A377A5.


Border color

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

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

This div border color is #A377A5.


Opacity

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

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

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

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

This text has shadow with #A377A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A377A5 on black background.


Color preview on white background

This text has color #A377A5 on white background.



Black color preview on #A377A5 background

This text has black color on #A377A5 background.


White color preview on #A377A5 background

This text has white color on #A377A5 background.