COLOR #A71B7C

HEX: #A71B7C
RGB: (167,27,124)

Color info

#A71B7C contains mainly red and blue colors. Web safe color of #A71B7C is #993366 (or #936).

RGB color model

#A71B7C color RGB value is (167,27,124).

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

RGB channels and saturation

R 167 of 255 = 65%
G 27 of 255 = 11%
B 124 of 255 = 49%

167
27
124

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

Portions of RGB colors in percentages

R + G + B =
167 + 27 + 124 = 318 (100%)
R 167 of 318 ~ 52.52%
G 27 of 318 ~ 8.49%
B 124 of 318 ~ 38.99%

%52.52
%38.99

CMYK color model

#A71B7C color CMYK value is (0,84,26,35).

  • cyan value is 0.00%
  • magenta value is 83.83%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK:
(0,84,26,35)
C0M84Y26K35 
(0%,84%,26%,35%)
(0.00/0.84/0.26/0.35)	

CMYK percentages

%0
%83.83
%25.75
%34.51

Codes

Color #A71B7C in popluar color models

A71B7C
RGB16727124
HSL318°72.16%38.04%
HSB/HSV318°83.83%65.49%
CMYK0.00%83.83%25.75%
34.51%

Color #A71B7C in popluar number systems.

HEXA71B7C
Decimal16727124
Binary10100111110111111100
Octal24733174

Shades and tints

Shades of #A71B7C

#A71B7C
(167,27,124)
#981971
(152,25,113)
#891766
(137,23,102)
#7A155B
(122,21,91)
#6B1350
(107,19,80)
#5C1145
(92,17,69)
#4D0F3A
(77,15,58)
#3E0D2F
(62,13,47)
#2F0B24
(47,11,36)
#200919
(32,9,25)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #A71B7C

#A71B7C
(167,27,124)
#AF2F87
(175,47,135)
#B74392
(183,67,146)
#BF579D
(191,87,157)
#C76BA8
(199,107,168)
#CF7FB3
(207,127,179)
#D793BE
(215,147,190)
#DFA7C9
(223,167,201)
#E7BBD4
(231,187,212)
#EFCFDF
(239,207,223)
#F7E3EA
(247,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A71B7C; }

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

This text font color is #A71B7C.


Background Color

.myBgColor { background-color: #A71B7C; }

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

This div background color is #A71B7C.


Border color

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

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

This div border color is #A71B7C.


Opacity

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

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

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

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

This text has shadow with #A71B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71B7C on black background.


Color preview on white background

This text has color #A71B7C on white background.



Black color preview on #A71B7C background

This text has black color on #A71B7C background.


White color preview on #A71B7C background

This text has white color on #A71B7C background.