COLOR #A469B8

HEX: #A469B8
RGB: (164,105,184)

Color info

#A469B8 contains mainly red and blue colors. Web safe color of #A469B8 is #9966CC (or #96C).

RGB color model

#A469B8 color RGB value is (164,105,184).

  • red value is 164;
  • green value is 105;
  • blue value is 184.
RGB:
(164,105,184)
(64%,41%,72%)

RGB channels and saturation

R 164 of 255 = 64%
G 105 of 255 = 41%
B 184 of 255 = 72%

164
105
184

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

Portions of RGB colors in percentages

R + G + B =
164 + 105 + 184 = 453 (100%)
R 164 of 453 ~ 36.2%
G 105 of 453 ~ 23.18%
B 184 of 453 ~ 40.62%

%36.2
%23.18
%40.62

CMYK color model

#A469B8 color CMYK value is (11,43,0,28).

  • cyan value is 10.87%
  • magenta value is 42.93%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(11,43,0,28)
C11M43Y0K28 
(11%,43%,0%,28%)
(0.11/0.43/0.00/0.28)	

CMYK percentages

%10.87
%42.93
%0
%27.84

Codes

Color #A469B8 in popluar color models

A469B8
RGB164105184
HSL285°35.75%56.67%
HSB/HSV285°42.93%72.16%
CMYK10.87%42.93%0.00%
27.84%

Color #A469B8 in popluar number systems.

HEXA469B8
Decimal164105184
Binary10100100110100110111000
Octal244151270

Shades and tints

Shades of #A469B8

#A469B8
(164,105,184)
#9660A8
(150,96,168)
#885798
(136,87,152)
#7A4E88
(122,78,136)
#6C4578
(108,69,120)
#5E3C68
(94,60,104)
#503358
(80,51,88)
#422A48
(66,42,72)
#342138
(52,33,56)
#261828
(38,24,40)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #A469B8

#A469B8
(164,105,184)
#AC76BE
(172,118,190)
#B483C4
(180,131,196)
#BC90CA
(188,144,202)
#C49DD0
(196,157,208)
#CCAAD6
(204,170,214)
#D4B7DC
(212,183,220)
#DCC4E2
(220,196,226)
#E4D1E8
(228,209,232)
#ECDEEE
(236,222,238)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A469B8 color. Also use rgb(164,105,184) instead hex code.

Text Font Color

.myTextColor { color: #A469B8; }

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

This text font color is #A469B8.


Background Color

.myBgColor { background-color: #A469B8; }

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

This div background color is #A469B8.


Border color

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

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

This div border color is #A469B8.


Opacity

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

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

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

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

This text has shadow with #A469B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A469B8 on black background.


Color preview on white background

This text has color #A469B8 on white background.



Black color preview on #A469B8 background

This text has black color on #A469B8 background.


White color preview on #A469B8 background

This text has white color on #A469B8 background.