COLOR #A24A88

HEX: #A24A88 RGB: (162,74,136)

Color info

#A24A88 contains mainly red and blue colors. Web safe color of #A24A88 is #993399 (or #939).

RGB color model

#A24A88 color RGB value is (162,74,136).

RGB: (162,74,136) (64%, 29%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 74 of 255 = 29%
B 136 of 255 = 53%

162
74
136

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

Portions of RGB colors in percentages

R + G + B = 162 + 74 + 136 = 372 (100%)
R 162 of 372 ~ 43.55%
G 74 of 372 ~ 19.89%
B 136 of 372 ~ 36.56'%

%43.55
%19.89
%36.56

CMYK color model

#A24A88 color CMYK value is (0,54,16,36).

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

CMYK: (0,54,16,36)
C0M54Y16K36 (0%, 54%, 16%, 36%)
(0.00 / 0.54 / 0.16 / 0.36)

CMYK percentages

%0
%54.32
%16.05
%36.47

Codes

Color #A24A88 in popluar color models

A2 4A 88
RGB 162 74 136
HSL 318° 37.29% 46.27%
HSB/HSV 318° 54.32% 63.53%
CMYK 0.00% 54.32% 16.05%
36.47%

Color #A24A88 in popluar number systems.

HEX A2 4A 88
Decimal 162 74 136
Binary 10100010 1001010 10001000
Octal 242 112 210

Shades and tints

Shades of #A24A88

#A24A88
(162,74,136)
#94447C
(148,68,124)
#863E70
(134,62,112)
#783864
(120,56,100)
#6A3258
(106,50,88)
#5C2C4C
(92,44,76)
#4E2640
(78,38,64)
#402034
(64,32,52)
#321A28
(50,26,40)
#24141C
(36,20,28)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #A24A88

#A24A88
(162,74,136)
#AA5A92
(170,90,146)
#B26A9C
(178,106,156)
#BA7AA6
(186,122,166)
#C28AB0
(194,138,176)
#CA9ABA
(202,154,186)
#D2AAC4
(210,170,196)
#DABACE
(218,186,206)
#E2CAD8
(226,202,216)
#EADAE2
(234,218,226)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A24A88; }

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

This text font color is #A24A88.

Background Color

.myBgColor { background-color: #A24A88; }

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

This div background color is #A24A88.

Border color

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

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

This div border color is #A24A88.

Opacity

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

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

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

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

This text has shadow with #A24A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A24A88.

Preview

Color preview on black background

This text has color #A24A88 on black background.


Color preview on white background

This text has color #A24A88 on white background.


Black color preview on #A24A88 background

This text has black color on #A24A88 background.


White color preview on #A24A88 background

This text has white color on #A24A88 background.


Related colors

Complementary color

Complementary color for #hex is #5DB577.


I love getcolorcode.com

Triadic colors

1 #88A24A and #4A88A2 with #A24A88 are triadic colors.

2 #884AA2 and #4AA288 with #A24A88 are triadic colors.