COLOR #A24D7C

HEX: #A24D7C RGB: (162,77,124)

Color info

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

RGB color model

#A24D7C color RGB value is (162,77,124).

RGB: (162,77,124) (64%, 30%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 77 of 255 = 30%
B 124 of 255 = 49%

162
77
124

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

Portions of RGB colors in percentages

R + G + B = 162 + 77 + 124 = 363 (100%)
R 162 of 363 ~ 44.63%
G 77 of 363 ~ 21.21%
B 124 of 363 ~ 34.16'%

%44.63
%21.21
%34.16

CMYK color model

#A24D7C color CMYK value is (0,52,23,36).

  • cyan value is 0.00%
  • magenta value is 52.47%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK: (0,52,23,36) C0M52Y23K36 (0%,52%,23%,36%) (0.00/0.52/0.23/0.36) 

CMYK percentages

%0
%52.47
%23.46
%36.47

Codes

Color #A24D7C in popluar color models

A2 4D 7C
RGB 162 77 124
HSL 327° 35.56% 46.86%
HSB/HSV 327° 52.47% 63.53%
CMYK 0.00% 52.47% 23.46%
36.47%

Color #A24D7C in popluar number systems.

HEX A2 4D 7C
Decimal 162 77 124
Binary 10100010 1001101 1111100
Octal 242 115 174

Shades and tints

Shades of #A24D7C

#A24D7C
(162,77,124)
#944671
(148,70,113)
#863F66
(134,63,102)
#78385B
(120,56,91)
#6A3150
(106,49,80)
#5C2A45
(92,42,69)
#4E233A
(78,35,58)
#401C2F
(64,28,47)
#321524
(50,21,36)
#240E19
(36,14,25)
#16070E
(22,7,14)
#000000
(0,0,0)

Tints of #A24D7C

#A24D7C
(162,77,124)
#AA5D87
(170,93,135)
#B26D92
(178,109,146)
#BA7D9D
(186,125,157)
#C28DA8
(194,141,168)
#CA9DB3
(202,157,179)
#D2ADBE
(210,173,190)
#DABDC9
(218,189,201)
#E2CDD4
(226,205,212)
#EADDDF
(234,221,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24D7C color. Also use rgb(162,77,124) instead hex code.

Text Font Color

.myTextColor { color: #A24D7C; }

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

This text font color is #A24D7C.

Background Color

.myBgColor { background-color: #A24D7C; }

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

This div background color is #A24D7C.

Border color

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

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

This div border color is #A24D7C.

Opacity

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

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

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

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

This text has shadow with #A24D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A24D7C.

Preview

Color preview on black background

This text has color #A24D7C on black background.


Color preview on white background

This text has color #A24D7C on white background.


Black color preview on #A24D7C background

This text has black color on #A24D7C background.


White color preview on #A24D7C background

This text has white color on #A24D7C background.


Related colors

Complementary color

Complementary color for #hex is #5DB283.


I love getcolorcode.com

Triadic colors

1 #7CA24D and #4D7CA2 with #A24D7C are triadic colors.

2 #7C4DA2 and #4DA27C with #A24D7C are triadic colors.