COLOR #A247A8

HEX: #A247A8
RGB: (162,71,168)

Color info

#A247A8 contains mainly red and blue colors. Web safe color of #A247A8 is #993399 (or #939).

RGB color model

#A247A8 color RGB value is (162,71,168).

  • red value is 162;
  • green value is 71;
  • blue value is 168.
RGB:
(162,71,168)
(64%,28%,66%)

RGB channels and saturation

R 162 of 255 = 64%
G 71 of 255 = 28%
B 168 of 255 = 66%

162
71
168

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

Portions of RGB colors in percentages

R + G + B =
162 + 71 + 168 = 401 (100%)
R 162 of 401 ~ 40.4%
G 71 of 401 ~ 17.71%
B 168 of 401 ~ 41.9%

%40.4
%17.71
%41.9

CMYK color model

#A247A8 color CMYK value is (4,58,0,34).

  • cyan value is 3.57%
  • magenta value is 57.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(4,58,0,34)
C4M58Y0K34 
(4%,58%,0%,34%)
(0.04/0.58/0.00/0.34)	

CMYK percentages

%3.57
%57.74
%0
%34.12

Codes

Color #A247A8 in popluar color models

A247A8
RGB16271168
HSL296°40.59%46.86%
HSB/HSV296°57.74%65.88%
CMYK3.57%57.74%0.00%
34.12%

Color #A247A8 in popluar number systems.

HEXA247A8
Decimal16271168
Binary10100010100011110101000
Octal242107250

Shades and tints

Shades of #A247A8

#A247A8
(162,71,168)
#944199
(148,65,153)
#863B8A
(134,59,138)
#78357B
(120,53,123)
#6A2F6C
(106,47,108)
#5C295D
(92,41,93)
#4E234E
(78,35,78)
#401D3F
(64,29,63)
#321730
(50,23,48)
#241121
(36,17,33)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #A247A8

#A247A8
(162,71,168)
#AA57AF
(170,87,175)
#B267B6
(178,103,182)
#BA77BD
(186,119,189)
#C287C4
(194,135,196)
#CA97CB
(202,151,203)
#D2A7D2
(210,167,210)
#DAB7D9
(218,183,217)
#E2C7E0
(226,199,224)
#EAD7E7
(234,215,231)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A247A8 color. Also use rgb(162,71,168) instead hex code.

Text Font Color

.myTextColor { color: #A247A8; }

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

This text font color is #A247A8.


Background Color

.myBgColor { background-color: #A247A8; }

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

This div background color is #A247A8.


Border color

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

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

This div border color is #A247A8.


Opacity

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

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

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

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

This text has shadow with #A247A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A247A8 on black background.


Color preview on white background

This text has color #A247A8 on white background.



Black color preview on #A247A8 background

This text has black color on #A247A8 background.


White color preview on #A247A8 background

This text has white color on #A247A8 background.