COLOR #A4809F

HEX: #A4809F
RGB: (164,128,159)

Color info

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

RGB color model

#A4809F color RGB value is (164,128,159).

  • red value is 164;
  • green value is 128;
  • blue value is 159.
RGB:
(164,128,159)
(64%,50%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 128 of 255 = 50%
B 159 of 255 = 62%

164
128
159

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

Portions of RGB colors in percentages

R + G + B =
164 + 128 + 159 = 451 (100%)
R 164 of 451 ~ 36.36%
G 128 of 451 ~ 28.38%
B 159 of 451 ~ 35.25%

%36.36
%28.38
%35.25

CMYK color model

#A4809F color CMYK value is (0,22,3,36).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(0,22,3,36)
C0M22Y3K36 
(0%,22%,3%,36%)
(0.00/0.22/0.03/0.36)	

CMYK percentages

%0
%21.95
%3.05
%35.69

Codes

Color #A4809F in popluar color models

A4809F
RGB164128159
HSL308°16.51%57.25%
HSB/HSV308°21.95%64.31%
CMYK0.00%21.95%3.05%
35.69%

Color #A4809F in popluar number systems.

HEXA4809F
Decimal164128159
Binary101001001000000010011111
Octal244200237

Shades and tints

Shades of #A4809F

#A4809F
(164,128,159)
#967591
(150,117,145)
#886A83
(136,106,131)
#7A5F75
(122,95,117)
#6C5467
(108,84,103)
#5E4959
(94,73,89)
#503E4B
(80,62,75)
#42333D
(66,51,61)
#34282F
(52,40,47)
#261D21
(38,29,33)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A4809F

#A4809F
(164,128,159)
#AC8BA7
(172,139,167)
#B496AF
(180,150,175)
#BCA1B7
(188,161,183)
#C4ACBF
(196,172,191)
#CCB7C7
(204,183,199)
#D4C2CF
(212,194,207)
#DCCDD7
(220,205,215)
#E4D8DF
(228,216,223)
#ECE3E7
(236,227,231)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4809F color. Also use rgb(164,128,159) instead hex code.

Text Font Color

.myTextColor { color: #A4809F; }

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

This text font color is #A4809F.


Background Color

.myBgColor { background-color: #A4809F; }

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

This div background color is #A4809F.


Border color

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

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

This div border color is #A4809F.


Opacity

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

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

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

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

This text has shadow with #A4809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4809F on black background.


Color preview on white background

This text has color #A4809F on white background.



Black color preview on #A4809F background

This text has black color on #A4809F background.


White color preview on #A4809F background

This text has white color on #A4809F background.