COLOR #A41266

HEX: #A41266
RGB: (164,18,102)

Color info

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

RGB color model

#A41266 color RGB value is (164,18,102).

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

RGB channels and saturation

R 164 of 255 = 64%
G 18 of 255 = 7%
B 102 of 255 = 40%

164
18
102

R + G + B ~ 37%. #A41266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 18 + 102 = 284 (100%)
R 164 of 284 ~ 57.75%
G 18 of 284 ~ 6.34%
B 102 of 284 ~ 35.92%

%57.75
%35.92

CMYK color model

#A41266 color CMYK value is (0,89,38,36).

  • cyan value is 0.00%
  • magenta value is 89.02%
  • yellow value is 37.80%
  • key color value is 35.69%
CMYK:
(0,89,38,36)
C0M89Y38K36 
(0%,89%,38%,36%)
(0.00/0.89/0.38/0.36)	

CMYK percentages

%0
%89.02
%37.8
%35.69

Codes

Color #A41266 in popluar color models

A41266
RGB16418102
HSL325°80.22%35.69%
HSB/HSV325°89.02%64.31%
CMYK0.00%89.02%37.80%
35.69%

Color #A41266 in popluar number systems.

HEXA41266
Decimal16418102
Binary10100100100101100110
Octal24422146

Shades and tints

Shades of #A41266

#A41266
(164,18,102)
#96115D
(150,17,93)
#881054
(136,16,84)
#7A0F4B
(122,15,75)
#6C0E42
(108,14,66)
#5E0D39
(94,13,57)
#500C30
(80,12,48)
#420B27
(66,11,39)
#340A1E
(52,10,30)
#260915
(38,9,21)
#18080C
(24,8,12)
#000000
(0,0,0)

Tints of #A41266

#A41266
(164,18,102)
#AC2773
(172,39,115)
#B43C80
(180,60,128)
#BC518D
(188,81,141)
#C4669A
(196,102,154)
#CC7BA7
(204,123,167)
#D490B4
(212,144,180)
#DCA5C1
(220,165,193)
#E4BACE
(228,186,206)
#ECCFDB
(236,207,219)
#F4E4E8
(244,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A41266; }

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

This text font color is #A41266.


Background Color

.myBgColor { background-color: #A41266; }

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

This div background color is #A41266.


Border color

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

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

This div border color is #A41266.


Opacity

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

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

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

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

This text has shadow with #A41266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41266 on black background.


Color preview on white background

This text has color #A41266 on white background.



Black color preview on #A41266 background

This text has black color on #A41266 background.


White color preview on #A41266 background

This text has white color on #A41266 background.