COLOR #A469B6

HEX: #A469B6
RGB: (164,105,182)

Color info

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

RGB color model

#A469B6 color RGB value is (164,105,182).

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

RGB channels and saturation

R 164 of 255 = 64%
G 105 of 255 = 41%
B 182 of 255 = 71%

164
105
182

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

Portions of RGB colors in percentages

R + G + B =
164 + 105 + 182 = 451 (100%)
R 164 of 451 ~ 36.36%
G 105 of 451 ~ 23.28%
B 182 of 451 ~ 40.35%

%36.36
%23.28
%40.35

CMYK color model

#A469B6 color CMYK value is (10,42,0,29).

  • cyan value is 9.89%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(10,42,0,29)
C10M42Y0K29 
(10%,42%,0%,29%)
(0.10/0.42/0.00/0.29)	

CMYK percentages

%9.89
%42.31
%0
%28.63

Codes

Color #A469B6 in popluar color models

A469B6
RGB164105182
HSL286°34.53%56.27%
HSB/HSV286°42.31%71.37%
CMYK9.89%42.31%0.00%
28.63%

Color #A469B6 in popluar number systems.

HEXA469B6
Decimal164105182
Binary10100100110100110110110
Octal244151266

Shades and tints

Shades of #A469B6

#A469B6
(164,105,182)
#9660A6
(150,96,166)
#885796
(136,87,150)
#7A4E86
(122,78,134)
#6C4576
(108,69,118)
#5E3C66
(94,60,102)
#503356
(80,51,86)
#422A46
(66,42,70)
#342136
(52,33,54)
#261826
(38,24,38)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #A469B6

#A469B6
(164,105,182)
#AC76BC
(172,118,188)
#B483C2
(180,131,194)
#BC90C8
(188,144,200)
#C49DCE
(196,157,206)
#CCAAD4
(204,170,212)
#D4B7DA
(212,183,218)
#DCC4E0
(220,196,224)
#E4D1E6
(228,209,230)
#ECDEEC
(236,222,236)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A469B6; }

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

This text font color is #A469B6.


Background Color

.myBgColor { background-color: #A469B6; }

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

This div background color is #A469B6.


Border color

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

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

This div border color is #A469B6.


Opacity

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

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

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

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

This text has shadow with #A469B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A469B6 on black background.


Color preview on white background

This text has color #A469B6 on white background.



Black color preview on #A469B6 background

This text has black color on #A469B6 background.


White color preview on #A469B6 background

This text has white color on #A469B6 background.