COLOR #A46588

HEX: #A46588
RGB: (164,101,136)

Color info

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

RGB color model

#A46588 color RGB value is (164,101,136).

  • red value is 164;
  • green value is 101;
  • blue value is 136.
RGB:
(164,101,136)
(64%,40%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 101 of 255 = 40%
B 136 of 255 = 53%

164
101
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 101 + 136 = 401 (100%)
R 164 of 401 ~ 40.9%
G 101 of 401 ~ 25.19%
B 136 of 401 ~ 33.92%

%40.9
%25.19
%33.92

CMYK color model

#A46588 color CMYK value is (0,38,17,36).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,38,17,36)
C0M38Y17K36 
(0%,38%,17%,36%)
(0.00/0.38/0.17/0.36)	

CMYK percentages

%0
%38.41
%17.07
%35.69

Codes

Color #A46588 in popluar color models

A46588
RGB164101136
HSL327°25.71%51.96%
HSB/HSV327°38.41%64.31%
CMYK0.00%38.41%17.07%
35.69%

Color #A46588 in popluar number systems.

HEXA46588
Decimal164101136
Binary10100100110010110001000
Octal244145210

Shades and tints

Shades of #A46588

#A46588
(164,101,136)
#965C7C
(150,92,124)
#885370
(136,83,112)
#7A4A64
(122,74,100)
#6C4158
(108,65,88)
#5E384C
(94,56,76)
#502F40
(80,47,64)
#422634
(66,38,52)
#341D28
(52,29,40)
#26141C
(38,20,28)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #A46588

#A46588
(164,101,136)
#AC7392
(172,115,146)
#B4819C
(180,129,156)
#BC8FA6
(188,143,166)
#C49DB0
(196,157,176)
#CCABBA
(204,171,186)
#D4B9C4
(212,185,196)
#DCC7CE
(220,199,206)
#E4D5D8
(228,213,216)
#ECE3E2
(236,227,226)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46588 color. Also use rgb(164,101,136) instead hex code.

Text Font Color

.myTextColor { color: #A46588; }

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

This text font color is #A46588.


Background Color

.myBgColor { background-color: #A46588; }

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

This div background color is #A46588.


Border color

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

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

This div border color is #A46588.


Opacity

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

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

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

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

This text has shadow with #A46588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46588 on black background.


Color preview on white background

This text has color #A46588 on white background.



Black color preview on #A46588 background

This text has black color on #A46588 background.


White color preview on #A46588 background

This text has white color on #A46588 background.