COLOR #A24A71

HEX: #A24A71
RGB: (162,74,113)

Color info

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

RGB color model

#A24A71 color RGB value is (162,74,113).

  • red value is 162;
  • green value is 74;
  • blue value is 113.
RGB:
(162,74,113)
(64%,29%,44%)

RGB channels and saturation

R 162 of 255 = 64%
G 74 of 255 = 29%
B 113 of 255 = 44%

162
74
113

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

Portions of RGB colors in percentages

R + G + B =
162 + 74 + 113 = 349 (100%)
R 162 of 349 ~ 46.42%
G 74 of 349 ~ 21.2%
B 113 of 349 ~ 32.38%

%46.42
%21.2
%32.38

CMYK color model

#A24A71 color CMYK value is (0,54,30,36).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 30.25%
  • key color value is 36.47%
CMYK:
(0,54,30,36)
C0M54Y30K36 
(0%,54%,30%,36%)
(0.00/0.54/0.30/0.36)	

CMYK percentages

%0
%54.32
%30.25
%36.47

Codes

Color #A24A71 in popluar color models

A24A71
RGB16274113
HSL333°37.29%46.27%
HSB/HSV333°54.32%63.53%
CMYK0.00%54.32%30.25%
36.47%

Color #A24A71 in popluar number systems.

HEXA24A71
Decimal16274113
Binary1010001010010101110001
Octal242112161

Shades and tints

Shades of #A24A71

#A24A71
(162,74,113)
#944467
(148,68,103)
#863E5D
(134,62,93)
#783853
(120,56,83)
#6A3249
(106,50,73)
#5C2C3F
(92,44,63)
#4E2635
(78,38,53)
#40202B
(64,32,43)
#321A21
(50,26,33)
#241417
(36,20,23)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #A24A71

#A24A71
(162,74,113)
#AA5A7D
(170,90,125)
#B26A89
(178,106,137)
#BA7A95
(186,122,149)
#C28AA1
(194,138,161)
#CA9AAD
(202,154,173)
#D2AAB9
(210,170,185)
#DABAC5
(218,186,197)
#E2CAD1
(226,202,209)
#EADADD
(234,218,221)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24A71 color. Also use rgb(162,74,113) instead hex code.

Text Font Color

.myTextColor { color: #A24A71; }

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

This text font color is #A24A71.


Background Color

.myBgColor { background-color: #A24A71; }

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

This div background color is #A24A71.


Border color

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

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

This div border color is #A24A71.


Opacity

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

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

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

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

This text has shadow with #A24A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24A71 on black background.


Color preview on white background

This text has color #A24A71 on white background.



Black color preview on #A24A71 background

This text has black color on #A24A71 background.


White color preview on #A24A71 background

This text has white color on #A24A71 background.