COLOR #A377A4

HEX: #A377A4
RGB: (163,119,164)

Color info

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

RGB color model

#A377A4 color RGB value is (163,119,164).

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

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 164 of 255 = 64%

163
119
164

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 164 = 446 (100%)
R 163 of 446 ~ 36.55%
G 119 of 446 ~ 26.68%
B 164 of 446 ~ 36.77%

%36.55
%26.68
%36.77

CMYK color model

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

  • cyan value is 0.61%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,27,0,36)
C1M27Y0K36 
(1%,27%,0%,36%)
(0.01/0.27/0.00/0.36)	

CMYK percentages

%0.61
%27.44
%0
%35.69

Codes

Color #A377A4 in popluar color models

A377A4
RGB163119164
HSL299°19.82%55.49%
HSB/HSV299°27.44%64.31%
CMYK0.61%27.44%0.00%
35.69%

Color #A377A4 in popluar number systems.

HEXA377A4
Decimal163119164
Binary10100011111011110100100
Octal243167244

Shades and tints

Shades of #A377A4

#A377A4
(163,119,164)
#956D96
(149,109,150)
#876388
(135,99,136)
#79597A
(121,89,122)
#6B4F6C
(107,79,108)
#5D455E
(93,69,94)
#4F3B50
(79,59,80)
#413142
(65,49,66)
#332734
(51,39,52)
#251D26
(37,29,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #A377A4

#A377A4
(163,119,164)
#AB83AC
(171,131,172)
#B38FB4
(179,143,180)
#BB9BBC
(187,155,188)
#C3A7C4
(195,167,196)
#CBB3CC
(203,179,204)
#D3BFD4
(211,191,212)
#DBCBDC
(219,203,220)
#E3D7E4
(227,215,228)
#EBE3EC
(235,227,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A377A4; }

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

This text font color is #A377A4.


Background Color

.myBgColor { background-color: #A377A4; }

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

This div background color is #A377A4.


Border color

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

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

This div border color is #A377A4.


Opacity

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

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

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

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

This text has shadow with #A377A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A377A4 on black background.


Color preview on white background

This text has color #A377A4 on white background.



Black color preview on #A377A4 background

This text has black color on #A377A4 background.


White color preview on #A377A4 background

This text has white color on #A377A4 background.