COLOR #A71A75

HEX: #A71A75
RGB: (167,26,117)

Color info

#A71A75 contains mainly red and blue colors. Web safe color of #A71A75 is #990066 (or #906).

RGB color model

#A71A75 color RGB value is (167,26,117).

  • red value is 167;
  • green value is 26;
  • blue value is 117.
RGB:
(167,26,117)
(65%,10%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 26 of 255 = 10%
B 117 of 255 = 46%

167
26
117

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

Portions of RGB colors in percentages

R + G + B =
167 + 26 + 117 = 310 (100%)
R 167 of 310 ~ 53.87%
G 26 of 310 ~ 8.39%
B 117 of 310 ~ 37.74%

%53.87
%37.74

CMYK color model

#A71A75 color CMYK value is (0,84,30,35).

  • cyan value is 0.00%
  • magenta value is 84.43%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK:
(0,84,30,35)
C0M84Y30K35 
(0%,84%,30%,35%)
(0.00/0.84/0.30/0.35)	

CMYK percentages

%0
%84.43
%29.94
%34.51

Codes

Color #A71A75 in popluar color models

A71A75
RGB16726117
HSL321°73.06%37.84%
HSB/HSV321°84.43%65.49%
CMYK0.00%84.43%29.94%
34.51%

Color #A71A75 in popluar number systems.

HEXA71A75
Decimal16726117
Binary10100111110101110101
Octal24732165

Shades and tints

Shades of #A71A75

#A71A75
(167,26,117)
#98186B
(152,24,107)
#891661
(137,22,97)
#7A1457
(122,20,87)
#6B124D
(107,18,77)
#5C1043
(92,16,67)
#4D0E39
(77,14,57)
#3E0C2F
(62,12,47)
#2F0A25
(47,10,37)
#20081B
(32,8,27)
#110611
(17,6,17)
#000000
(0,0,0)

Tints of #A71A75

#A71A75
(167,26,117)
#AF2E81
(175,46,129)
#B7428D
(183,66,141)
#BF5699
(191,86,153)
#C76AA5
(199,106,165)
#CF7EB1
(207,126,177)
#D792BD
(215,146,189)
#DFA6C9
(223,166,201)
#E7BAD5
(231,186,213)
#EFCEE1
(239,206,225)
#F7E2ED
(247,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71A75 color. Also use rgb(167,26,117) instead hex code.

Text Font Color

.myTextColor { color: #A71A75; }

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

This text font color is #A71A75.


Background Color

.myBgColor { background-color: #A71A75; }

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

This div background color is #A71A75.


Border color

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

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

This div border color is #A71A75.


Opacity

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

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

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

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

This text has shadow with #A71A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71A75 on black background.


Color preview on white background

This text has color #A71A75 on white background.



Black color preview on #A71A75 background

This text has black color on #A71A75 background.


White color preview on #A71A75 background

This text has white color on #A71A75 background.