COLOR #A42472

HEX: #A42472
RGB: (164,36,114)

Color info

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

RGB color model

#A42472 color RGB value is (164,36,114).

  • red value is 164;
  • green value is 36;
  • blue value is 114.
RGB:
(164,36,114)
(64%,14%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 36 of 255 = 14%
B 114 of 255 = 45%

164
36
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 36 + 114 = 314 (100%)
R 164 of 314 ~ 52.23%
G 36 of 314 ~ 11.46%
B 114 of 314 ~ 36.31%

%52.23
%11.46
%36.31

CMYK color model

#A42472 color CMYK value is (0,78,30,36).

  • cyan value is 0.00%
  • magenta value is 78.05%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,78,30,36)
C0M78Y30K36 
(0%,78%,30%,36%)
(0.00/0.78/0.30/0.36)	

CMYK percentages

%0
%78.05
%30.49
%35.69

Codes

Color #A42472 in popluar color models

A42472
RGB16436114
HSL323°64.00%39.22%
HSB/HSV323°78.05%64.31%
CMYK0.00%78.05%30.49%
35.69%

Color #A42472 in popluar number systems.

HEXA42472
Decimal16436114
Binary101001001001001110010
Octal24444162

Shades and tints

Shades of #A42472

#A42472
(164,36,114)
#962168
(150,33,104)
#881E5E
(136,30,94)
#7A1B54
(122,27,84)
#6C184A
(108,24,74)
#5E1540
(94,21,64)
#501236
(80,18,54)
#420F2C
(66,15,44)
#340C22
(52,12,34)
#260918
(38,9,24)
#18060E
(24,6,14)
#000000
(0,0,0)

Tints of #A42472

#A42472
(164,36,114)
#AC377E
(172,55,126)
#B44A8A
(180,74,138)
#BC5D96
(188,93,150)
#C470A2
(196,112,162)
#CC83AE
(204,131,174)
#D496BA
(212,150,186)
#DCA9C6
(220,169,198)
#E4BCD2
(228,188,210)
#ECCFDE
(236,207,222)
#F4E2EA
(244,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42472 color. Also use rgb(164,36,114) instead hex code.

Text Font Color

.myTextColor { color: #A42472; }

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

This text font color is #A42472.


Background Color

.myBgColor { background-color: #A42472; }

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

This div background color is #A42472.


Border color

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

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

This div border color is #A42472.


Opacity

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

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

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

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

This text has shadow with #A42472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42472 on black background.


Color preview on white background

This text has color #A42472 on white background.



Black color preview on #A42472 background

This text has black color on #A42472 background.


White color preview on #A42472 background

This text has white color on #A42472 background.