COLOR #A41AC0

HEX: #A41AC0
RGB: (164,26,192)

Color info

#A41AC0 contains mainly red and blue colors. Web safe color of #A41AC0 is #9900CC (or #90C).

RGB color model

#A41AC0 color RGB value is (164,26,192).

  • red value is 164;
  • green value is 26;
  • blue value is 192.
RGB:
(164,26,192)
(64%,10%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 26 of 255 = 10%
B 192 of 255 = 75%

164
26
192

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

Portions of RGB colors in percentages

R + G + B =
164 + 26 + 192 = 382 (100%)
R 164 of 382 ~ 42.93%
G 26 of 382 ~ 6.81%
B 192 of 382 ~ 50.26%

%42.93
%50.26

CMYK color model

#A41AC0 color CMYK value is (15,86,0,25).

  • cyan value is 14.58%
  • magenta value is 86.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,86,0,25)
C15M86Y0K25 
(15%,86%,0%,25%)
(0.15/0.86/0.00/0.25)	

CMYK percentages

%14.58
%86.46
%0
%24.71

Codes

Color #A41AC0 in popluar color models

A41AC0
RGB16426192
HSL290°76.15%42.75%
HSB/HSV290°86.46%75.29%
CMYK14.58%86.46%0.00%
24.71%

Color #A41AC0 in popluar number systems.

HEXA41AC0
Decimal16426192
Binary101001001101011000000
Octal24432300

Shades and tints

Shades of #A41AC0

#A41AC0
(164,26,192)
#9618AF
(150,24,175)
#88169E
(136,22,158)
#7A148D
(122,20,141)
#6C127C
(108,18,124)
#5E106B
(94,16,107)
#500E5A
(80,14,90)
#420C49
(66,12,73)
#340A38
(52,10,56)
#260827
(38,8,39)
#180616
(24,6,22)
#000000
(0,0,0)

Tints of #A41AC0

#A41AC0
(164,26,192)
#AC2EC5
(172,46,197)
#B442CA
(180,66,202)
#BC56CF
(188,86,207)
#C46AD4
(196,106,212)
#CC7ED9
(204,126,217)
#D492DE
(212,146,222)
#DCA6E3
(220,166,227)
#E4BAE8
(228,186,232)
#ECCEED
(236,206,237)
#F4E2F2
(244,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A41AC0 color. Also use rgb(164,26,192) instead hex code.

Text Font Color

.myTextColor { color: #A41AC0; }

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

This text font color is #A41AC0.


Background Color

.myBgColor { background-color: #A41AC0; }

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

This div background color is #A41AC0.


Border color

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

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

This div border color is #A41AC0.


Opacity

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

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

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

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

This text has shadow with #A41AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A41AC0 on black background.


Color preview on white background

This text has color #A41AC0 on white background.



Black color preview on #A41AC0 background

This text has black color on #A41AC0 background.


White color preview on #A41AC0 background

This text has white color on #A41AC0 background.