COLOR #A479AF

HEX: #A479AF
RGB: (164,121,175)

Color info

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

RGB color model

#A479AF color RGB value is (164,121,175).

  • red value is 164;
  • green value is 121;
  • blue value is 175.
RGB:
(164,121,175)
(64%,47%,69%)

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 175 of 255 = 69%

164
121
175

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

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 175 = 460 (100%)
R 164 of 460 ~ 35.65%
G 121 of 460 ~ 26.3%
B 175 of 460 ~ 38.04%

%35.65
%26.3
%38.04

CMYK color model

#A479AF color CMYK value is (6,31,0,31).

  • cyan value is 6.29%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(6,31,0,31)
C6M31Y0K31 
(6%,31%,0%,31%)
(0.06/0.31/0.00/0.31)	

CMYK percentages

%6.29
%30.86
%0
%31.37

Codes

Color #A479AF in popluar color models

A479AF
RGB164121175
HSL288°25.23%58.04%
HSB/HSV288°30.86%68.63%
CMYK6.29%30.86%0.00%
31.37%

Color #A479AF in popluar number systems.

HEXA479AF
Decimal164121175
Binary10100100111100110101111
Octal244171257

Shades and tints

Shades of #A479AF

#A479AF
(164,121,175)
#966EA0
(150,110,160)
#886391
(136,99,145)
#7A5882
(122,88,130)
#6C4D73
(108,77,115)
#5E4264
(94,66,100)
#503755
(80,55,85)
#422C46
(66,44,70)
#342137
(52,33,55)
#261628
(38,22,40)
#180B19
(24,11,25)
#000000
(0,0,0)

Tints of #A479AF

#A479AF
(164,121,175)
#AC85B6
(172,133,182)
#B491BD
(180,145,189)
#BC9DC4
(188,157,196)
#C4A9CB
(196,169,203)
#CCB5D2
(204,181,210)
#D4C1D9
(212,193,217)
#DCCDE0
(220,205,224)
#E4D9E7
(228,217,231)
#ECE5EE
(236,229,238)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A479AF color. Also use rgb(164,121,175) instead hex code.

Text Font Color

.myTextColor { color: #A479AF; }

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

This text font color is #A479AF.


Background Color

.myBgColor { background-color: #A479AF; }

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

This div background color is #A479AF.


Border color

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

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

This div border color is #A479AF.


Opacity

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

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

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

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

This text has shadow with #A479AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A479AF on black background.


Color preview on white background

This text has color #A479AF on white background.



Black color preview on #A479AF background

This text has black color on #A479AF background.


White color preview on #A479AF background

This text has white color on #A479AF background.