COLOR #A604DA

HEX: #A604DA
RGB: (166,4,218)

Color info

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

RGB color model

#A604DA color RGB value is (166,4,218).

  • red value is 166;
  • green value is 4;
  • blue value is 218.
RGB:
(166,4,218)
(65%,2%,85%)

RGB channels and saturation

R 166 of 255 = 65%
G 4 of 255 = 2%
B 218 of 255 = 85%

166
4
218

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

Portions of RGB colors in percentages

R + G + B =
166 + 4 + 218 = 388 (100%)
R 166 of 388 ~ 42.78%
G 4 of 388 ~ 1.03%
B 218 of 388 ~ 56.19%

%42.78
%56.19

CMYK color model

#A604DA color CMYK value is (24,98,0,15).

  • cyan value is 23.85%
  • magenta value is 98.17%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,98,0,15)
C24M98Y0K15 
(24%,98%,0%,15%)
(0.24/0.98/0.00/0.15)	

CMYK percentages

%23.85
%98.17
%0
%14.51

Codes

Color #A604DA in popluar color models

A604DA
RGB1664218
HSL285°96.40%43.53%
HSB/HSV285°98.17%85.49%
CMYK23.85%98.17%0.00%
14.51%

Color #A604DA in popluar number systems.

HEXA604DA
Decimal1664218
Binary1010011010011011010
Octal2464332

Shades and tints

Shades of #A604DA

#A604DA
(166,4,218)
#9704C7
(151,4,199)
#8804B4
(136,4,180)
#7904A1
(121,4,161)
#6A048E
(106,4,142)
#5B047B
(91,4,123)
#4C0468
(76,4,104)
#3D0455
(61,4,85)
#2E0442
(46,4,66)
#1F042F
(31,4,47)
#10041C
(16,4,28)
#000000
(0,0,0)

Tints of #A604DA

#A604DA
(166,4,218)
#AE1ADD
(174,26,221)
#B630E0
(182,48,224)
#BE46E3
(190,70,227)
#C65CE6
(198,92,230)
#CE72E9
(206,114,233)
#D688EC
(214,136,236)
#DE9EEF
(222,158,239)
#E6B4F2
(230,180,242)
#EECAF5
(238,202,245)
#F6E0F8
(246,224,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A604DA color. Also use rgb(166,4,218) instead hex code.

Text Font Color

.myTextColor { color: #A604DA; }

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

This text font color is #A604DA.


Background Color

.myBgColor { background-color: #A604DA; }

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

This div background color is #A604DA.


Border color

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

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

This div border color is #A604DA.


Opacity

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

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

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

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

This text has shadow with #A604DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A604DA on black background.


Color preview on white background

This text has color #A604DA on white background.



Black color preview on #A604DA background

This text has black color on #A604DA background.


White color preview on #A604DA background

This text has white color on #A604DA background.