COLOR #A4629C

HEX: #A4629C
RGB: (164,98,156)

Color info

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

RGB color model

#A4629C color RGB value is (164,98,156).

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

RGB channels and saturation

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

164
98
156

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

Portions of RGB colors in percentages

R + G + B =
164 + 98 + 156 = 418 (100%)
R 164 of 418 ~ 39.23%
G 98 of 418 ~ 23.44%
B 156 of 418 ~ 37.32%

%39.23
%23.44
%37.32

CMYK color model

#A4629C color CMYK value is (0,40,5,36).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,40,5,36)
C0M40Y5K36 
(0%,40%,5%,36%)
(0.00/0.40/0.05/0.36)	

CMYK percentages

%0
%40.24
%4.88
%35.69

Codes

Color #A4629C in popluar color models

A4629C
RGB16498156
HSL307°26.61%51.37%
HSB/HSV307°40.24%64.31%
CMYK0.00%40.24%4.88%
35.69%

Color #A4629C in popluar number systems.

HEXA4629C
Decimal16498156
Binary10100100110001010011100
Octal244142234

Shades and tints

Shades of #A4629C

#A4629C
(164,98,156)
#965A8E
(150,90,142)
#885280
(136,82,128)
#7A4A72
(122,74,114)
#6C4264
(108,66,100)
#5E3A56
(94,58,86)
#503248
(80,50,72)
#422A3A
(66,42,58)
#34222C
(52,34,44)
#261A1E
(38,26,30)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A4629C

#A4629C
(164,98,156)
#AC70A5
(172,112,165)
#B47EAE
(180,126,174)
#BC8CB7
(188,140,183)
#C49AC0
(196,154,192)
#CCA8C9
(204,168,201)
#D4B6D2
(212,182,210)
#DCC4DB
(220,196,219)
#E4D2E4
(228,210,228)
#ECE0ED
(236,224,237)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4629C; }

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

This text font color is #A4629C.


Background Color

.myBgColor { background-color: #A4629C; }

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

This div background color is #A4629C.


Border color

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

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

This div border color is #A4629C.


Opacity

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

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

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

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

This text has shadow with #A4629C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4629C on black background.


Color preview on white background

This text has color #A4629C on white background.



Black color preview on #A4629C background

This text has black color on #A4629C background.


White color preview on #A4629C background

This text has white color on #A4629C background.