COLOR #A476AB

HEX: #A476AB
RGB: (164,118,171)

Color info

#A476AB contains red, green and blue colors in about the same proportion. Web safe color of #A476AB is #996699 (or #969).

RGB color model

#A476AB color RGB value is (164,118,171).

  • red value is 164;
  • green value is 118;
  • blue value is 171.
RGB:
(164,118,171)
(64%,46%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 118 of 255 = 46%
B 171 of 255 = 67%

164
118
171

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

Portions of RGB colors in percentages

R + G + B =
164 + 118 + 171 = 453 (100%)
R 164 of 453 ~ 36.2%
G 118 of 453 ~ 26.05%
B 171 of 453 ~ 37.75%

%36.2
%26.05
%37.75

CMYK color model

#A476AB color CMYK value is (4,31,0,33).

  • cyan value is 4.09%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,31,0,33)
C4M31Y0K33 
(4%,31%,0%,33%)
(0.04/0.31/0.00/0.33)	

CMYK percentages

%4.09
%30.99
%0
%32.94

Codes

Color #A476AB in popluar color models

A476AB
RGB164118171
HSL292°23.98%56.67%
HSB/HSV292°30.99%67.06%
CMYK4.09%30.99%0.00%
32.94%

Color #A476AB in popluar number systems.

HEXA476AB
Decimal164118171
Binary10100100111011010101011
Octal244166253

Shades and tints

Shades of #A476AB

#A476AB
(164,118,171)
#966C9C
(150,108,156)
#88628D
(136,98,141)
#7A587E
(122,88,126)
#6C4E6F
(108,78,111)
#5E4460
(94,68,96)
#503A51
(80,58,81)
#423042
(66,48,66)
#342633
(52,38,51)
#261C24
(38,28,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #A476AB

#A476AB
(164,118,171)
#AC82B2
(172,130,178)
#B48EB9
(180,142,185)
#BC9AC0
(188,154,192)
#C4A6C7
(196,166,199)
#CCB2CE
(204,178,206)
#D4BED5
(212,190,213)
#DCCADC
(220,202,220)
#E4D6E3
(228,214,227)
#ECE2EA
(236,226,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A476AB color. Also use rgb(164,118,171) instead hex code.

Text Font Color

.myTextColor { color: #A476AB; }

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

This text font color is #A476AB.


Background Color

.myBgColor { background-color: #A476AB; }

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

This div background color is #A476AB.


Border color

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

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

This div border color is #A476AB.


Opacity

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

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

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

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

This text has shadow with #A476AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A476AB on black background.


Color preview on white background

This text has color #A476AB on white background.



Black color preview on #A476AB background

This text has black color on #A476AB background.


White color preview on #A476AB background

This text has white color on #A476AB background.