COLOR #A42592

HEX: #A42592
RGB: (164,37,146)

Color info

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

RGB color model

#A42592 color RGB value is (164,37,146).

  • red value is 164;
  • green value is 37;
  • blue value is 146.
RGB:
(164,37,146)
(64%,15%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 37 of 255 = 15%
B 146 of 255 = 57%

164
37
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 37 + 146 = 347 (100%)
R 164 of 347 ~ 47.26%
G 37 of 347 ~ 10.66%
B 146 of 347 ~ 42.07%

%47.26
%10.66
%42.07

CMYK color model

#A42592 color CMYK value is (0,77,11,36).

  • cyan value is 0.00%
  • magenta value is 77.44%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(0,77,11,36)
C0M77Y11K36 
(0%,77%,11%,36%)
(0.00/0.77/0.11/0.36)	

CMYK percentages

%0
%77.44
%10.98
%35.69

Codes

Color #A42592 in popluar color models

A42592
RGB16437146
HSL309°63.18%39.41%
HSB/HSV309°77.44%64.31%
CMYK0.00%77.44%10.98%
35.69%

Color #A42592 in popluar number systems.

HEXA42592
Decimal16437146
Binary1010010010010110010010
Octal24445222

Shades and tints

Shades of #A42592

#A42592
(164,37,146)
#962285
(150,34,133)
#881F78
(136,31,120)
#7A1C6B
(122,28,107)
#6C195E
(108,25,94)
#5E1651
(94,22,81)
#501344
(80,19,68)
#421037
(66,16,55)
#340D2A
(52,13,42)
#260A1D
(38,10,29)
#180710
(24,7,16)
#000000
(0,0,0)

Tints of #A42592

#A42592
(164,37,146)
#AC389B
(172,56,155)
#B44BA4
(180,75,164)
#BC5EAD
(188,94,173)
#C471B6
(196,113,182)
#CC84BF
(204,132,191)
#D497C8
(212,151,200)
#DCAAD1
(220,170,209)
#E4BDDA
(228,189,218)
#ECD0E3
(236,208,227)
#F4E3EC
(244,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42592 color. Also use rgb(164,37,146) instead hex code.

Text Font Color

.myTextColor { color: #A42592; }

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

This text font color is #A42592.


Background Color

.myBgColor { background-color: #A42592; }

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

This div background color is #A42592.


Border color

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

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

This div border color is #A42592.


Opacity

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

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

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

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

This text has shadow with #A42592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42592 on black background.


Color preview on white background

This text has color #A42592 on white background.



Black color preview on #A42592 background

This text has black color on #A42592 background.


White color preview on #A42592 background

This text has white color on #A42592 background.