COLOR #A4619C

HEX: #A4619C
RGB: (164,97,156)

Color info

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

RGB color model

#A4619C color RGB value is (164,97,156).

  • red value is 164;
  • green value is 97;
  • blue value is 156.
RGB:
(164,97,156)
(64%,38%,61%)

RGB channels and saturation

R 164 of 255 = 64%
G 97 of 255 = 38%
B 156 of 255 = 61%

164
97
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 97 + 156 = 417 (100%)
R 164 of 417 ~ 39.33%
G 97 of 417 ~ 23.26%
B 156 of 417 ~ 37.41%

%39.33
%23.26
%37.41

CMYK color model

#A4619C color CMYK value is (0,41,5,36).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,41,5,36)
C0M41Y5K36 
(0%,41%,5%,36%)
(0.00/0.41/0.05/0.36)	

CMYK percentages

%0
%40.85
%4.88
%35.69

Codes

Color #A4619C in popluar color models

A4619C
RGB16497156
HSL307°26.91%51.18%
HSB/HSV307°40.85%64.31%
CMYK0.00%40.85%4.88%
35.69%

Color #A4619C in popluar number systems.

HEXA4619C
Decimal16497156
Binary10100100110000110011100
Octal244141234

Shades and tints

Shades of #A4619C

#A4619C
(164,97,156)
#96598E
(150,89,142)
#885180
(136,81,128)
#7A4972
(122,73,114)
#6C4164
(108,65,100)
#5E3956
(94,57,86)
#503148
(80,49,72)
#42293A
(66,41,58)
#34212C
(52,33,44)
#26191E
(38,25,30)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #A4619C

#A4619C
(164,97,156)
#AC6FA5
(172,111,165)
#B47DAE
(180,125,174)
#BC8BB7
(188,139,183)
#C499C0
(196,153,192)
#CCA7C9
(204,167,201)
#D4B5D2
(212,181,210)
#DCC3DB
(220,195,219)
#E4D1E4
(228,209,228)
#ECDFED
(236,223,237)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4619C color. Also use rgb(164,97,156) instead hex code.

Text Font Color

.myTextColor { color: #A4619C; }

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

This text font color is #A4619C.


Background Color

.myBgColor { background-color: #A4619C; }

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

This div background color is #A4619C.


Border color

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

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

This div border color is #A4619C.


Opacity

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

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

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

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

This text has shadow with #A4619C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4619C on black background.


Color preview on white background

This text has color #A4619C on white background.



Black color preview on #A4619C background

This text has black color on #A4619C background.


White color preview on #A4619C background

This text has white color on #A4619C background.