COLOR #A547B1

HEX: #A547B1
RGB: (165,71,177)

Color info

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

RGB color model

#A547B1 color RGB value is (165,71,177).

  • red value is 165;
  • green value is 71;
  • blue value is 177.
RGB:
(165,71,177)
(65%,28%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 71 of 255 = 28%
B 177 of 255 = 69%

165
71
177

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

Portions of RGB colors in percentages

R + G + B =
165 + 71 + 177 = 413 (100%)
R 165 of 413 ~ 39.95%
G 71 of 413 ~ 17.19%
B 177 of 413 ~ 42.86%

%39.95
%17.19
%42.86

CMYK color model

#A547B1 color CMYK value is (7,60,0,31).

  • cyan value is 6.78%
  • magenta value is 59.89%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,60,0,31)
C7M60Y0K31 
(7%,60%,0%,31%)
(0.07/0.60/0.00/0.31)	

CMYK percentages

%6.78
%59.89
%0
%30.59

Codes

Color #A547B1 in popluar color models

A547B1
RGB16571177
HSL293°42.74%48.63%
HSB/HSV293°59.89%69.41%
CMYK6.78%59.89%0.00%
30.59%

Color #A547B1 in popluar number systems.

HEXA547B1
Decimal16571177
Binary10100101100011110110001
Octal245107261

Shades and tints

Shades of #A547B1

#A547B1
(165,71,177)
#9641A1
(150,65,161)
#873B91
(135,59,145)
#783581
(120,53,129)
#692F71
(105,47,113)
#5A2961
(90,41,97)
#4B2351
(75,35,81)
#3C1D41
(60,29,65)
#2D1731
(45,23,49)
#1E1121
(30,17,33)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #A547B1

#A547B1
(165,71,177)
#AD57B8
(173,87,184)
#B567BF
(181,103,191)
#BD77C6
(189,119,198)
#C587CD
(197,135,205)
#CD97D4
(205,151,212)
#D5A7DB
(213,167,219)
#DDB7E2
(221,183,226)
#E5C7E9
(229,199,233)
#EDD7F0
(237,215,240)
#F5E7F7
(245,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A547B1 color. Also use rgb(165,71,177) instead hex code.

Text Font Color

.myTextColor { color: #A547B1; }

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

This text font color is #A547B1.


Background Color

.myBgColor { background-color: #A547B1; }

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

This div background color is #A547B1.


Border color

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

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

This div border color is #A547B1.


Opacity

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

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

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

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

This text has shadow with #A547B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A547B1 on black background.


Color preview on white background

This text has color #A547B1 on white background.



Black color preview on #A547B1 background

This text has black color on #A547B1 background.


White color preview on #A547B1 background

This text has white color on #A547B1 background.