COLOR #A24C7F

HEX: #A24C7F RGB: (162,76,127)

Color info

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

RGB color model

#A24C7F color RGB value is (162,76,127).

RGB: (162,76,127) (64%, 30%, 50%)

RGB channels and saturation

R 162 of 255 = 64%
G 76 of 255 = 30%
B 127 of 255 = 50%

162
76
127

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

Portions of RGB colors in percentages

R + G + B = 162 + 76 + 127 = 365 (100%)
R 162 of 365 ~ 44.38%
G 76 of 365 ~ 20.82%
B 127 of 365 ~ 34.79'%

%44.38
%20.82
%34.79

CMYK color model

#A24C7F color CMYK value is (0,53,22,36).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 21.60%
  • key color value is 36.47%

CMYK: (0,53,22,36)
C0M53Y22K36 (0%, 53%, 22%, 36%)
(0.00 / 0.53 / 0.22 / 0.36)

CMYK percentages

%0
%53.09
%21.6
%36.47

Codes

Color #A24C7F in popluar color models

A2 4C 7F
RGB 162 76 127
HSL 324° 36.13% 46.67%
HSB/HSV 324° 53.09% 63.53%
CMYK 0.00% 53.09% 21.60%
36.47%

Color #A24C7F in popluar number systems.

HEX A2 4C 7F
Decimal 162 76 127
Binary 10100010 1001100 1111111
Octal 242 114 177

Shades and tints

Shades of #A24C7F

#A24C7F
(162,76,127)
#944674
(148,70,116)
#864069
(134,64,105)
#783A5E
(120,58,94)
#6A3453
(106,52,83)
#5C2E48
(92,46,72)
#4E283D
(78,40,61)
#402232
(64,34,50)
#321C27
(50,28,39)
#24161C
(36,22,28)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #A24C7F

#A24C7F
(162,76,127)
#AA5C8A
(170,92,138)
#B26C95
(178,108,149)
#BA7CA0
(186,124,160)
#C28CAB
(194,140,171)
#CA9CB6
(202,156,182)
#D2ACC1
(210,172,193)
#DABCCC
(218,188,204)
#E2CCD7
(226,204,215)
#EADCE2
(234,220,226)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24C7F color. Also use rgb(162,76,127) instead hex code.

Text Font Color

.myTextColor { color: #A24C7F; }

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

This text font color is #A24C7F.

Background Color

.myBgColor { background-color: #A24C7F; }

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

This div background color is #A24C7F.

Border color

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

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

This div border color is #A24C7F.

Opacity

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

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

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

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

This text has shadow with #A24C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A24C7F.

Preview

Color preview on black background

This text has color #A24C7F on black background.


Color preview on white background

This text has color #A24C7F on white background.


Black color preview on #A24C7F background

This text has black color on #A24C7F background.


White color preview on #A24C7F background

This text has white color on #A24C7F background.


Related colors

Complementary color

Complementary color for #hex is #5DB380.


I love getcolorcode.com

Triadic colors

1 #7FA24C and #4C7FA2 with #A24C7F are triadic colors.

2 #7F4CA2 and #4CA27F with #A24C7F are triadic colors.