COLOR #A46495

HEX: #A46495
RGB: (164,100,149)

Color info

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

RGB color model

#A46495 color RGB value is (164,100,149).

  • red value is 164;
  • green value is 100;
  • blue value is 149.
RGB:
(164,100,149)
(64%,39%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 100 of 255 = 39%
B 149 of 255 = 58%

164
100
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 100 + 149 = 413 (100%)
R 164 of 413 ~ 39.71%
G 100 of 413 ~ 24.21%
B 149 of 413 ~ 36.08%

%39.71
%24.21
%36.08

CMYK color model

#A46495 color CMYK value is (0,39,9,36).

  • cyan value is 0.00%
  • magenta value is 39.02%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(0,39,9,36)
C0M39Y9K36 
(0%,39%,9%,36%)
(0.00/0.39/0.09/0.36)	

CMYK percentages

%0
%39.02
%9.15
%35.69

Codes

Color #A46495 in popluar color models

A46495
RGB164100149
HSL314°26.02%51.76%
HSB/HSV314°39.02%64.31%
CMYK0.00%39.02%9.15%
35.69%

Color #A46495 in popluar number systems.

HEXA46495
Decimal164100149
Binary10100100110010010010101
Octal244144225

Shades and tints

Shades of #A46495

#A46495
(164,100,149)
#965B88
(150,91,136)
#88527B
(136,82,123)
#7A496E
(122,73,110)
#6C4061
(108,64,97)
#5E3754
(94,55,84)
#502E47
(80,46,71)
#42253A
(66,37,58)
#341C2D
(52,28,45)
#261320
(38,19,32)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #A46495

#A46495
(164,100,149)
#AC729E
(172,114,158)
#B480A7
(180,128,167)
#BC8EB0
(188,142,176)
#C49CB9
(196,156,185)
#CCAAC2
(204,170,194)
#D4B8CB
(212,184,203)
#DCC6D4
(220,198,212)
#E4D4DD
(228,212,221)
#ECE2E6
(236,226,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46495 color. Also use rgb(164,100,149) instead hex code.

Text Font Color

.myTextColor { color: #A46495; }

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

This text font color is #A46495.


Background Color

.myBgColor { background-color: #A46495; }

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

This div background color is #A46495.


Border color

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

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

This div border color is #A46495.


Opacity

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

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

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

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

This text has shadow with #A46495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46495 on black background.


Color preview on white background

This text has color #A46495 on white background.



Black color preview on #A46495 background

This text has black color on #A46495 background.


White color preview on #A46495 background

This text has white color on #A46495 background.