COLOR #A24980

HEX: #A24980
RGB: (162,73,128)

Color info

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

RGB color model

#A24980 color RGB value is (162,73,128).

  • red value is 162;
  • green value is 73;
  • blue value is 128.
RGB:
(162,73,128)
(64%,29%,50%)

RGB channels and saturation

R 162 of 255 = 64%
G 73 of 255 = 29%
B 128 of 255 = 50%

162
73
128

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

Portions of RGB colors in percentages

R + G + B =
162 + 73 + 128 = 363 (100%)
R 162 of 363 ~ 44.63%
G 73 of 363 ~ 20.11%
B 128 of 363 ~ 35.26%

%44.63
%20.11
%35.26

CMYK color model

#A24980 color CMYK value is (0,55,21,36).

  • cyan value is 0.00%
  • magenta value is 54.94%
  • yellow value is 20.99%
  • key color value is 36.47%
CMYK:
(0,55,21,36)
C0M55Y21K36 
(0%,55%,21%,36%)
(0.00/0.55/0.21/0.36)	

CMYK percentages

%0
%54.94
%20.99
%36.47

Codes

Color #A24980 in popluar color models

A24980
RGB16273128
HSL323°37.87%46.08%
HSB/HSV323°54.94%63.53%
CMYK0.00%54.94%20.99%
36.47%

Color #A24980 in popluar number systems.

HEXA24980
Decimal16273128
Binary10100010100100110000000
Octal242111200

Shades and tints

Shades of #A24980

#A24980
(162,73,128)
#944375
(148,67,117)
#863D6A
(134,61,106)
#78375F
(120,55,95)
#6A3154
(106,49,84)
#5C2B49
(92,43,73)
#4E253E
(78,37,62)
#401F33
(64,31,51)
#321928
(50,25,40)
#24131D
(36,19,29)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #A24980

#A24980
(162,73,128)
#AA598B
(170,89,139)
#B26996
(178,105,150)
#BA79A1
(186,121,161)
#C289AC
(194,137,172)
#CA99B7
(202,153,183)
#D2A9C2
(210,169,194)
#DAB9CD
(218,185,205)
#E2C9D8
(226,201,216)
#EAD9E3
(234,217,227)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24980 color. Also use rgb(162,73,128) instead hex code.

Text Font Color

.myTextColor { color: #A24980; }

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

This text font color is #A24980.


Background Color

.myBgColor { background-color: #A24980; }

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

This div background color is #A24980.


Border color

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

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

This div border color is #A24980.


Opacity

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

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

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

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

This text has shadow with #A24980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24980 on black background.


Color preview on white background

This text has color #A24980 on white background.



Black color preview on #A24980 background

This text has black color on #A24980 background.


White color preview on #A24980 background

This text has white color on #A24980 background.