COLOR #A472F6

HEX: #A472F6
RGB: (164,114,246)

Color info

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

RGB color model

#A472F6 color RGB value is (164,114,246).

  • red value is 164;
  • green value is 114;
  • blue value is 246.
RGB:
(164,114,246)
(64%,45%,96%)

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 246 of 255 = 96%

164
114
246

R + G + B ~ 68%. #A472F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 114 + 246 = 524 (100%)
R 164 of 524 ~ 31.3%
G 114 of 524 ~ 21.76%
B 246 of 524 ~ 46.95%

%31.3
%21.76
%46.95

CMYK color model

#A472F6 color CMYK value is (33,54,0,4).

  • cyan value is 33.33%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(33,54,0,4)
C33M54Y0K4 
(33%,54%,0%,4%)
(0.33/0.54/0.00/0.04)	

CMYK percentages

%33.33
%53.66
%0
%3.53

Codes

Color #A472F6 in popluar color models

A472F6
RGB164114246
HSL263°88.00%70.59%
HSB/HSV263°53.66%96.47%
CMYK33.33%53.66%0.00%
3.53%

Color #A472F6 in popluar number systems.

HEXA472F6
Decimal164114246
Binary10100100111001011110110
Octal244162366

Shades and tints

Shades of #A472F6

#A472F6
(164,114,246)
#9668E0
(150,104,224)
#885ECA
(136,94,202)
#7A54B4
(122,84,180)
#6C4A9E
(108,74,158)
#5E4088
(94,64,136)
#503672
(80,54,114)
#422C5C
(66,44,92)
#342246
(52,34,70)
#261830
(38,24,48)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #A472F6

#A472F6
(164,114,246)
#AC7EF6
(172,126,246)
#B48AF6
(180,138,246)
#BC96F6
(188,150,246)
#C4A2F6
(196,162,246)
#CCAEF6
(204,174,246)
#D4BAF6
(212,186,246)
#DCC6F6
(220,198,246)
#E4D2F6
(228,210,246)
#ECDEF6
(236,222,246)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A472F6 color. Also use rgb(164,114,246) instead hex code.

Text Font Color

.myTextColor { color: #A472F6; }

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

This text font color is #A472F6.


Background Color

.myBgColor { background-color: #A472F6; }

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

This div background color is #A472F6.


Border color

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

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

This div border color is #A472F6.


Opacity

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

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

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

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

This text has shadow with #A472F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A472F6 on black background.


Color preview on white background

This text has color #A472F6 on white background.



Black color preview on #A472F6 background

This text has black color on #A472F6 background.


White color preview on #A472F6 background

This text has white color on #A472F6 background.