COLOR #A601CA

HEX: #A601CA
RGB: (166,1,202)

Color info

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

RGB color model

#A601CA color RGB value is (166,1,202).

  • red value is 166;
  • green value is 1;
  • blue value is 202.
RGB:
(166,1,202)
(65%,0%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 1 of 255 = 0%
B 202 of 255 = 79%

166
1
202

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

Portions of RGB colors in percentages

R + G + B =
166 + 1 + 202 = 369 (100%)
R 166 of 369 ~ 44.99%
G 1 of 369 ~ 0.27%
B 202 of 369 ~ 54.74%

%44.99
%54.74

CMYK color model

#A601CA color CMYK value is (18,100,0,21).

  • cyan value is 17.82%
  • magenta value is 99.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,100,0,21)
C18M100Y0K21 
(18%,100%,0%,21%)
(0.18/1.00/0.00/0.21)	

CMYK percentages

%17.82
%99.5
%0
%20.78

Codes

Color #A601CA in popluar color models

A601CA
RGB1661202
HSL289°99.01%39.80%
HSB/HSV289°99.50%79.22%
CMYK17.82%99.50%0.00%
20.78%

Color #A601CA in popluar number systems.

HEXA601CA
Decimal1661202
Binary10100110111001010
Octal2461312

Shades and tints

Shades of #A601CA

#A601CA
(166,1,202)
#9701B8
(151,1,184)
#8801A6
(136,1,166)
#790194
(121,1,148)
#6A0182
(106,1,130)
#5B0170
(91,1,112)
#4C015E
(76,1,94)
#3D014C
(61,1,76)
#2E013A
(46,1,58)
#1F0128
(31,1,40)
#100116
(16,1,22)
#000000
(0,0,0)

Tints of #A601CA

#A601CA
(166,1,202)
#AE18CE
(174,24,206)
#B62FD2
(182,47,210)
#BE46D6
(190,70,214)
#C65DDA
(198,93,218)
#CE74DE
(206,116,222)
#D68BE2
(214,139,226)
#DEA2E6
(222,162,230)
#E6B9EA
(230,185,234)
#EED0EE
(238,208,238)
#F6E7F2
(246,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A601CA color. Also use rgb(166,1,202) instead hex code.

Text Font Color

.myTextColor { color: #A601CA; }

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

This text font color is #A601CA.


Background Color

.myBgColor { background-color: #A601CA; }

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

This div background color is #A601CA.


Border color

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

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

This div border color is #A601CA.


Opacity

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

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

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

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

This text has shadow with #A601CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A601CA on black background.


Color preview on white background

This text has color #A601CA on white background.



Black color preview on #A601CA background

This text has black color on #A601CA background.


White color preview on #A601CA background

This text has white color on #A601CA background.