COLOR #A472F2

HEX: #A472F2
RGB: (164,114,242)

Color info

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

RGB color model

#A472F2 color RGB value is (164,114,242).

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

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 242 of 255 = 95%

164
114
242

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

Portions of RGB colors in percentages

R + G + B =
164 + 114 + 242 = 520 (100%)
R 164 of 520 ~ 31.54%
G 114 of 520 ~ 21.92%
B 242 of 520 ~ 46.54%

%31.54
%21.92
%46.54

CMYK color model

#A472F2 color CMYK value is (32,53,0,5).

  • cyan value is 32.23%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(32,53,0,5)
C32M53Y0K5 
(32%,53%,0%,5%)
(0.32/0.53/0.00/0.05)	

CMYK percentages

%32.23
%52.89
%0
%5.1

Codes

Color #A472F2 in popluar color models

A472F2
RGB164114242
HSL263°83.12%69.80%
HSB/HSV263°52.89%94.90%
CMYK32.23%52.89%0.00%
5.10%

Color #A472F2 in popluar number systems.

HEXA472F2
Decimal164114242
Binary10100100111001011110010
Octal244162362

Shades and tints

Shades of #A472F2

#A472F2
(164,114,242)
#9668DC
(150,104,220)
#885EC6
(136,94,198)
#7A54B0
(122,84,176)
#6C4A9A
(108,74,154)
#5E4084
(94,64,132)
#50366E
(80,54,110)
#422C58
(66,44,88)
#342242
(52,34,66)
#26182C
(38,24,44)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #A472F2

#A472F2
(164,114,242)
#AC7EF3
(172,126,243)
#B48AF4
(180,138,244)
#BC96F5
(188,150,245)
#C4A2F6
(196,162,246)
#CCAEF7
(204,174,247)
#D4BAF8
(212,186,248)
#DCC6F9
(220,198,249)
#E4D2FA
(228,210,250)
#ECDEFB
(236,222,251)
#F4EAFC
(244,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A472F2; }

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

This text font color is #A472F2.


Background Color

.myBgColor { background-color: #A472F2; }

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

This div background color is #A472F2.


Border color

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

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

This div border color is #A472F2.


Opacity

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

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

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

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

This text has shadow with #A472F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A472F2 on black background.


Color preview on white background

This text has color #A472F2 on white background.



Black color preview on #A472F2 background

This text has black color on #A472F2 background.


White color preview on #A472F2 background

This text has white color on #A472F2 background.