COLOR #A24473

HEX: #A24473
RGB: (162,68,115)

Color info

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

RGB color model

#A24473 color RGB value is (162,68,115).

  • red value is 162;
  • green value is 68;
  • blue value is 115.
RGB:
(162,68,115)
(64%,27%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 68 of 255 = 27%
B 115 of 255 = 45%

162
68
115

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

Portions of RGB colors in percentages

R + G + B =
162 + 68 + 115 = 345 (100%)
R 162 of 345 ~ 46.96%
G 68 of 345 ~ 19.71%
B 115 of 345 ~ 33.33%

%46.96
%19.71
%33.33

CMYK color model

#A24473 color CMYK value is (0,58,29,36).

  • cyan value is 0.00%
  • magenta value is 58.02%
  • yellow value is 29.01%
  • key color value is 36.47%
CMYK:
(0,58,29,36)
C0M58Y29K36 
(0%,58%,29%,36%)
(0.00/0.58/0.29/0.36)	

CMYK percentages

%0
%58.02
%29.01
%36.47

Codes

Color #A24473 in popluar color models

A24473
RGB16268115
HSL330°40.87%45.10%
HSB/HSV330°58.02%63.53%
CMYK0.00%58.02%29.01%
36.47%

Color #A24473 in popluar number systems.

HEXA24473
Decimal16268115
Binary1010001010001001110011
Octal242104163

Shades and tints

Shades of #A24473

#A24473
(162,68,115)
#943E69
(148,62,105)
#86385F
(134,56,95)
#783255
(120,50,85)
#6A2C4B
(106,44,75)
#5C2641
(92,38,65)
#4E2037
(78,32,55)
#401A2D
(64,26,45)
#321423
(50,20,35)
#240E19
(36,14,25)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #A24473

#A24473
(162,68,115)
#AA557F
(170,85,127)
#B2668B
(178,102,139)
#BA7797
(186,119,151)
#C288A3
(194,136,163)
#CA99AF
(202,153,175)
#D2AABB
(210,170,187)
#DABBC7
(218,187,199)
#E2CCD3
(226,204,211)
#EADDDF
(234,221,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24473 color. Also use rgb(162,68,115) instead hex code.

Text Font Color

.myTextColor { color: #A24473; }

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

This text font color is #A24473.


Background Color

.myBgColor { background-color: #A24473; }

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

This div background color is #A24473.


Border color

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

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

This div border color is #A24473.


Opacity

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

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

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

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

This text has shadow with #A24473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24473 on black background.


Color preview on white background

This text has color #A24473 on white background.



Black color preview on #A24473 background

This text has black color on #A24473 background.


White color preview on #A24473 background

This text has white color on #A24473 background.