COLOR #A418C9

HEX: #A418C9
RGB: (164,24,201)

Color info

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

RGB color model

#A418C9 color RGB value is (164,24,201).

  • red value is 164;
  • green value is 24;
  • blue value is 201.
RGB:
(164,24,201)
(64%,9%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 24 of 255 = 9%
B 201 of 255 = 79%

164
24
201

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

Portions of RGB colors in percentages

R + G + B =
164 + 24 + 201 = 389 (100%)
R 164 of 389 ~ 42.16%
G 24 of 389 ~ 6.17%
B 201 of 389 ~ 51.67%

%42.16
%51.67

CMYK color model

#A418C9 color CMYK value is (18,88,0,21).

  • cyan value is 18.41%
  • magenta value is 88.06%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,88,0,21)
C18M88Y0K21 
(18%,88%,0%,21%)
(0.18/0.88/0.00/0.21)	

CMYK percentages

%18.41
%88.06
%0
%21.18

Codes

Color #A418C9 in popluar color models

A418C9
RGB16424201
HSL287°78.67%44.12%
HSB/HSV287°88.06%78.82%
CMYK18.41%88.06%0.00%
21.18%

Color #A418C9 in popluar number systems.

HEXA418C9
Decimal16424201
Binary101001001100011001001
Octal24430311

Shades and tints

Shades of #A418C9

#A418C9
(164,24,201)
#9616B7
(150,22,183)
#8814A5
(136,20,165)
#7A1293
(122,18,147)
#6C1081
(108,16,129)
#5E0E6F
(94,14,111)
#500C5D
(80,12,93)
#420A4B
(66,10,75)
#340839
(52,8,57)
#260627
(38,6,39)
#180415
(24,4,21)
#000000
(0,0,0)

Tints of #A418C9

#A418C9
(164,24,201)
#AC2DCD
(172,45,205)
#B442D1
(180,66,209)
#BC57D5
(188,87,213)
#C46CD9
(196,108,217)
#CC81DD
(204,129,221)
#D496E1
(212,150,225)
#DCABE5
(220,171,229)
#E4C0E9
(228,192,233)
#ECD5ED
(236,213,237)
#F4EAF1
(244,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A418C9 color. Also use rgb(164,24,201) instead hex code.

Text Font Color

.myTextColor { color: #A418C9; }

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

This text font color is #A418C9.


Background Color

.myBgColor { background-color: #A418C9; }

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

This div background color is #A418C9.


Border color

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

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

This div border color is #A418C9.


Opacity

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

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

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

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

This text has shadow with #A418C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A418C9 on black background.


Color preview on white background

This text has color #A418C9 on white background.



Black color preview on #A418C9 background

This text has black color on #A418C9 background.


White color preview on #A418C9 background

This text has white color on #A418C9 background.