COLOR #A71B8D

HEX: #A71B8D
RGB: (167,27,141)

Color info

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

RGB color model

#A71B8D color RGB value is (167,27,141).

  • red value is 167;
  • green value is 27;
  • blue value is 141.
RGB:
(167,27,141)
(65%,11%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 27 of 255 = 11%
B 141 of 255 = 55%

167
27
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 27 + 141 = 335 (100%)
R 167 of 335 ~ 49.85%
G 27 of 335 ~ 8.06%
B 141 of 335 ~ 42.09%

%49.85
%42.09

CMYK color model

#A71B8D color CMYK value is (0,84,16,35).

  • cyan value is 0.00%
  • magenta value is 83.83%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,84,16,35)
C0M84Y16K35 
(0%,84%,16%,35%)
(0.00/0.84/0.16/0.35)	

CMYK percentages

%0
%83.83
%15.57
%34.51

Codes

Color #A71B8D in popluar color models

A71B8D
RGB16727141
HSL311°72.16%38.04%
HSB/HSV311°83.83%65.49%
CMYK0.00%83.83%15.57%
34.51%

Color #A71B8D in popluar number systems.

HEXA71B8D
Decimal16727141
Binary101001111101110001101
Octal24733215

Shades and tints

Shades of #A71B8D

#A71B8D
(167,27,141)
#981981
(152,25,129)
#891775
(137,23,117)
#7A1569
(122,21,105)
#6B135D
(107,19,93)
#5C1151
(92,17,81)
#4D0F45
(77,15,69)
#3E0D39
(62,13,57)
#2F0B2D
(47,11,45)
#200921
(32,9,33)
#110715
(17,7,21)
#000000
(0,0,0)

Tints of #A71B8D

#A71B8D
(167,27,141)
#AF2F97
(175,47,151)
#B743A1
(183,67,161)
#BF57AB
(191,87,171)
#C76BB5
(199,107,181)
#CF7FBF
(207,127,191)
#D793C9
(215,147,201)
#DFA7D3
(223,167,211)
#E7BBDD
(231,187,221)
#EFCFE7
(239,207,231)
#F7E3F1
(247,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71B8D color. Also use rgb(167,27,141) instead hex code.

Text Font Color

.myTextColor { color: #A71B8D; }

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

This text font color is #A71B8D.


Background Color

.myBgColor { background-color: #A71B8D; }

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

This div background color is #A71B8D.


Border color

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

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

This div border color is #A71B8D.


Opacity

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

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

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

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

This text has shadow with #A71B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71B8D on black background.


Color preview on white background

This text has color #A71B8D on white background.



Black color preview on #A71B8D background

This text has black color on #A71B8D background.


White color preview on #A71B8D background

This text has white color on #A71B8D background.