COLOR #A479E7

HEX: #A479E7
RGB: (164,121,231)

Color info

#A479E7 contains mainly blue color. Web safe color of #A479E7 is #9966FF (or #96F).

RGB color model

#A479E7 color RGB value is (164,121,231).

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

RGB channels and saturation

R 164 of 255 = 64%
G 121 of 255 = 47%
B 231 of 255 = 91%

164
121
231

R + G + B ~ 67%. #A479E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 121 + 231 = 516 (100%)
R 164 of 516 ~ 31.78%
G 121 of 516 ~ 23.45%
B 231 of 516 ~ 44.77%

%31.78
%23.45
%44.77

CMYK color model

#A479E7 color CMYK value is (29,48,0,9).

  • cyan value is 29.00%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,48,0,9)
C29M48Y0K9 
(29%,48%,0%,9%)
(0.29/0.48/0.00/0.09)	

CMYK percentages

%29
%47.62
%0
%9.41

Codes

Color #A479E7 in popluar color models

A479E7
RGB164121231
HSL263°69.62%69.02%
HSB/HSV263°47.62%90.59%
CMYK29.00%47.62%0.00%
9.41%

Color #A479E7 in popluar number systems.

HEXA479E7
Decimal164121231
Binary10100100111100111100111
Octal244171347

Shades and tints

Shades of #A479E7

#A479E7
(164,121,231)
#966ED2
(150,110,210)
#8863BD
(136,99,189)
#7A58A8
(122,88,168)
#6C4D93
(108,77,147)
#5E427E
(94,66,126)
#503769
(80,55,105)
#422C54
(66,44,84)
#34213F
(52,33,63)
#26162A
(38,22,42)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #A479E7

#A479E7
(164,121,231)
#AC85E9
(172,133,233)
#B491EB
(180,145,235)
#BC9DED
(188,157,237)
#C4A9EF
(196,169,239)
#CCB5F1
(204,181,241)
#D4C1F3
(212,193,243)
#DCCDF5
(220,205,245)
#E4D9F7
(228,217,247)
#ECE5F9
(236,229,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A479E7; }

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

This text font color is #A479E7.


Background Color

.myBgColor { background-color: #A479E7; }

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

This div background color is #A479E7.


Border color

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

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

This div border color is #A479E7.


Opacity

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

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

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

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

This text has shadow with #A479E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A479E7 on black background.


Color preview on white background

This text has color #A479E7 on white background.



Black color preview on #A479E7 background

This text has black color on #A479E7 background.


White color preview on #A479E7 background

This text has white color on #A479E7 background.