COLOR #A24A76

HEX: #A24A76 RGB: (162,74,118)

Color info

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

RGB color model

#A24A76 color RGB value is (162,74,118).

RGB: (162,74,118) (64%, 29%, 46%)

RGB channels and saturation

R 162 of 255 = 64%
G 74 of 255 = 29%
B 118 of 255 = 46%

162
74
118

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

Portions of RGB colors in percentages

R + G + B = 162 + 74 + 118 = 354 (100%)
R 162 of 354 ~ 45.76%
G 74 of 354 ~ 20.9%
B 118 of 354 ~ 33.33'%

%45.76
%20.9
%33.33

CMYK color model

#A24A76 color CMYK value is (0,54,27,36).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 27.16%
  • key color value is 36.47%

CMYK: (0,54,27,36)
C0M54Y27K36 (0%, 54%, 27%, 36%)
(0.00 / 0.54 / 0.27 / 0.36)

CMYK percentages

%0
%54.32
%27.16
%36.47

Codes

Color #A24A76 in popluar color models

A2 4A 76
RGB 162 74 118
HSL 330° 37.29% 46.27%
HSB/HSV 330° 54.32% 63.53%
CMYK 0.00% 54.32% 27.16%
36.47%

Color #A24A76 in popluar number systems.

HEX A2 4A 76
Decimal 162 74 118
Binary 10100010 1001010 1110110
Octal 242 112 166

Shades and tints

Shades of #A24A76

#A24A76
(162,74,118)
#94446C
(148,68,108)
#863E62
(134,62,98)
#783858
(120,56,88)
#6A324E
(106,50,78)
#5C2C44
(92,44,68)
#4E263A
(78,38,58)
#402030
(64,32,48)
#321A26
(50,26,38)
#24141C
(36,20,28)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #A24A76

#A24A76
(162,74,118)
#AA5A82
(170,90,130)
#B26A8E
(178,106,142)
#BA7A9A
(186,122,154)
#C28AA6
(194,138,166)
#CA9AB2
(202,154,178)
#D2AABE
(210,170,190)
#DABACA
(218,186,202)
#E2CAD6
(226,202,214)
#EADAE2
(234,218,226)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A24A76; }

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

This text font color is #A24A76.

Background Color

.myBgColor { background-color: #A24A76; }

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

This div background color is #A24A76.

Border color

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

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

This div border color is #A24A76.

Opacity

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

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

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

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

This text has shadow with #A24A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A24A76.

Preview

Color preview on black background

This text has color #A24A76 on black background.


Color preview on white background

This text has color #A24A76 on white background.


Black color preview on #A24A76 background

This text has black color on #A24A76 background.


White color preview on #A24A76 background

This text has white color on #A24A76 background.


Related colors

Complementary color

Complementary color for #hex is #5DB589.


I love getcolorcode.com

Triadic colors

1 #76A24A and #4A76A2 with #A24A76 are triadic colors.

2 #764AA2 and #4AA276 with #A24A76 are triadic colors.