COLOR #A4608C

HEX: #A4608C
RGB: (164,96,140)

Color info

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

RGB color model

#A4608C color RGB value is (164,96,140).

  • red value is 164;
  • green value is 96;
  • blue value is 140.
RGB:
(164,96,140)
(64%,38%,55%)

RGB channels and saturation

R 164 of 255 = 64%
G 96 of 255 = 38%
B 140 of 255 = 55%

164
96
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 96 + 140 = 400 (100%)
R 164 of 400 ~ 41%
G 96 of 400 ~ 24%
B 140 of 400 ~ 35%

%41
%24
%35

CMYK color model

#A4608C color CMYK value is (0,41,15,36).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(0,41,15,36)
C0M41Y15K36 
(0%,41%,15%,36%)
(0.00/0.41/0.15/0.36)	

CMYK percentages

%0
%41.46
%14.63
%35.69

Codes

Color #A4608C in popluar color models

A4608C
RGB16496140
HSL321°27.20%50.98%
HSB/HSV321°41.46%64.31%
CMYK0.00%41.46%14.63%
35.69%

Color #A4608C in popluar number systems.

HEXA4608C
Decimal16496140
Binary10100100110000010001100
Octal244140214

Shades and tints

Shades of #A4608C

#A4608C
(164,96,140)
#965880
(150,88,128)
#885074
(136,80,116)
#7A4868
(122,72,104)
#6C405C
(108,64,92)
#5E3850
(94,56,80)
#503044
(80,48,68)
#422838
(66,40,56)
#34202C
(52,32,44)
#261820
(38,24,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A4608C

#A4608C
(164,96,140)
#AC6E96
(172,110,150)
#B47CA0
(180,124,160)
#BC8AAA
(188,138,170)
#C498B4
(196,152,180)
#CCA6BE
(204,166,190)
#D4B4C8
(212,180,200)
#DCC2D2
(220,194,210)
#E4D0DC
(228,208,220)
#ECDEE6
(236,222,230)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4608C color. Also use rgb(164,96,140) instead hex code.

Text Font Color

.myTextColor { color: #A4608C; }

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

This text font color is #A4608C.


Background Color

.myBgColor { background-color: #A4608C; }

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

This div background color is #A4608C.


Border color

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

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

This div border color is #A4608C.


Opacity

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

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

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

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

This text has shadow with #A4608C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4608C on black background.


Color preview on white background

This text has color #A4608C on white background.



Black color preview on #A4608C background

This text has black color on #A4608C background.


White color preview on #A4608C background

This text has white color on #A4608C background.