COLOR #A40468

HEX: #A40468
RGB: (164,4,104)

Color info

#A40468 contains mainly red color. Web safe color of #A40468 is #990066 (or #906).

RGB color model

#A40468 color RGB value is (164,4,104).

  • red value is 164;
  • green value is 4;
  • blue value is 104.
RGB:
(164,4,104)
(64%,2%,41%)

RGB channels and saturation

R 164 of 255 = 64%
G 4 of 255 = 2%
B 104 of 255 = 41%

164
4
104

R + G + B ~ 36%. #A40468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 4 + 104 = 272 (100%)
R 164 of 272 ~ 60.29%
G 4 of 272 ~ 1.47%
B 104 of 272 ~ 38.24%

%60.29
%38.24

CMYK color model

#A40468 color CMYK value is (0,98,37,36).

  • cyan value is 0.00%
  • magenta value is 97.56%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,98,37,36)
C0M98Y37K36 
(0%,98%,37%,36%)
(0.00/0.98/0.37/0.36)	

CMYK percentages

%0
%97.56
%36.59
%35.69

Codes

Color #A40468 in popluar color models

A40468
RGB1644104
HSL323°95.24%32.94%
HSB/HSV323°97.56%64.31%
CMYK0.00%97.56%36.59%
35.69%

Color #A40468 in popluar number systems.

HEXA40468
Decimal1644104
Binary101001001001101000
Octal2444150

Shades and tints

Shades of #A40468

#A40468
(164,4,104)
#96045F
(150,4,95)
#880456
(136,4,86)
#7A044D
(122,4,77)
#6C0444
(108,4,68)
#5E043B
(94,4,59)
#500432
(80,4,50)
#420429
(66,4,41)
#340420
(52,4,32)
#260417
(38,4,23)
#18040E
(24,4,14)
#000000
(0,0,0)

Tints of #A40468

#A40468
(164,4,104)
#AC1A75
(172,26,117)
#B43082
(180,48,130)
#BC468F
(188,70,143)
#C45C9C
(196,92,156)
#CC72A9
(204,114,169)
#D488B6
(212,136,182)
#DC9EC3
(220,158,195)
#E4B4D0
(228,180,208)
#ECCADD
(236,202,221)
#F4E0EA
(244,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A40468 color. Also use rgb(164,4,104) instead hex code.

Text Font Color

.myTextColor { color: #A40468; }

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

This text font color is #A40468.


Background Color

.myBgColor { background-color: #A40468; }

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

This div background color is #A40468.


Border color

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

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

This div border color is #A40468.


Opacity

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

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

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

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

This text has shadow with #A40468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40468 on black background.


Color preview on white background

This text has color #A40468 on white background.



Black color preview on #A40468 background

This text has black color on #A40468 background.


White color preview on #A40468 background

This text has white color on #A40468 background.