COLOR #A40666

HEX: #A40666
RGB: (164,6,102)

Color info

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

RGB color model

#A40666 color RGB value is (164,6,102).

  • red value is 164;
  • green value is 6;
  • blue value is 102.
RGB:
(164,6,102)
(64%,2%,40%)

RGB channels and saturation

R 164 of 255 = 64%
G 6 of 255 = 2%
B 102 of 255 = 40%

164
6
102

R + G + B ~ 35%. #A40666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 6 + 102 = 272 (100%)
R 164 of 272 ~ 60.29%
G 6 of 272 ~ 2.21%
B 102 of 272 ~ 37.5%

%60.29
%37.5

CMYK color model

#A40666 color CMYK value is (0,96,38,36).

  • cyan value is 0.00%
  • magenta value is 96.34%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,96,38,36)
C0M96Y38K36 
(0%,96%,38%,36%)
(0.00/0.96/0.38/0.36)	

CMYK percentages

%0
%96.34
%37.8
%35.69

Codes

Color #A40666 in popluar color models

A40666
RGB1646102
HSL324°92.94%33.33%
HSB/HSV324°96.34%64.31%
CMYK0.00%96.34%37.80%
35.69%

Color #A40666 in popluar number systems.

HEXA40666
Decimal1646102
Binary101001001101100110
Octal2446146

Shades and tints

Shades of #A40666

#A40666
(164,6,102)
#96065D
(150,6,93)
#880654
(136,6,84)
#7A064B
(122,6,75)
#6C0642
(108,6,66)
#5E0639
(94,6,57)
#500630
(80,6,48)
#420627
(66,6,39)
#34061E
(52,6,30)
#260615
(38,6,21)
#18060C
(24,6,12)
#000000
(0,0,0)

Tints of #A40666

#A40666
(164,6,102)
#AC1C73
(172,28,115)
#B43280
(180,50,128)
#BC488D
(188,72,141)
#C45E9A
(196,94,154)
#CC74A7
(204,116,167)
#D48AB4
(212,138,180)
#DCA0C1
(220,160,193)
#E4B6CE
(228,182,206)
#ECCCDB
(236,204,219)
#F4E2E8
(244,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A40666 color. Also use rgb(164,6,102) instead hex code.

Text Font Color

.myTextColor { color: #A40666; }

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

This text font color is #A40666.


Background Color

.myBgColor { background-color: #A40666; }

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

This div background color is #A40666.


Border color

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

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

This div border color is #A40666.


Opacity

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

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

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

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

This text has shadow with #A40666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A40666 on black background.


Color preview on white background

This text has color #A40666 on white background.



Black color preview on #A40666 background

This text has black color on #A40666 background.


White color preview on #A40666 background

This text has white color on #A40666 background.