COLOR #A4608D

HEX: #A4608D RGB: (164,96,141)

Color info

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

RGB color model

#A4608D color RGB value is (164,96,141).

RGB: (164,96,141) (64%, 38%, 55%)

RGB channels and saturation

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

164
96
141

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

Portions of RGB colors in percentages

R + G + B = 164 + 96 + 141 = 401 (100%)
R 164 of 401 ~ 40.9%
G 96 of 401 ~ 23.94%
B 141 of 401 ~ 35.16'%

%40.9
%23.94
%35.16

CMYK color model

#A4608D color CMYK value is (0,41,14,36).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 14.02%
  • key color value is 35.69%

CMYK: (0,41,14,36)
C0M41Y14K36 (0%, 41%, 14%, 36%)
(0.00 / 0.41 / 0.14 / 0.36)

CMYK percentages

%0
%41.46
%14.02
%35.69

Codes

Color #A4608D in popluar color models

A4 60 8D
RGB 164 96 141
HSL 320° 27.20% 50.98%
HSB/HSV 320° 41.46% 64.31%
CMYK 0.00% 41.46% 14.02%
35.69%

Color #A4608D in popluar number systems.

HEX A4 60 8D
Decimal 164 96 141
Binary 10100100 1100000 10001101
Octal 244 140 215

Shades and tints

Shades of #A4608D

#A4608D
(164,96,141)
#965881
(150,88,129)
#885075
(136,80,117)
#7A4869
(122,72,105)
#6C405D
(108,64,93)
#5E3851
(94,56,81)
#503045
(80,48,69)
#422839
(66,40,57)
#34202D
(52,32,45)
#261821
(38,24,33)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #A4608D

#A4608D
(164,96,141)
#AC6E97
(172,110,151)
#B47CA1
(180,124,161)
#BC8AAB
(188,138,171)
#C498B5
(196,152,181)
#CCA6BF
(204,166,191)
#D4B4C9
(212,180,201)
#DCC2D3
(220,194,211)
#E4D0DD
(228,208,221)
#ECDEE7
(236,222,231)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4608D; }

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

This text font color is #A4608D.

Background Color

.myBgColor { background-color: #A4608D; }

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

This div background color is #A4608D.

Border color

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

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

This div border color is #A4608D.

Opacity

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

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

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

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

This text has shadow with #A4608D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4608D.

Preview

Color preview on black background

This text has color #A4608D on black background.


Color preview on white background

This text has color #A4608D on white background.


Black color preview on #A4608D background

This text has black color on #A4608D background.


White color preview on #A4608D background

This text has white color on #A4608D background.


Related colors

Complementary color

Complementary color for #hex is #5B9F72.


I love getcolorcode.com

Triadic colors

1 #8DA460 and #608DA4 with #A4608D are triadic colors.

2 #8D60A4 and #60A48D with #A4608D are triadic colors.