COLOR #A64BCA

HEX: #A64BCA
RGB: (166,75,202)

Color info

#A64BCA contains mainly red and blue colors. Web safe color of #A64BCA is #9933CC (or #93C).

RGB color model

#A64BCA color RGB value is (166,75,202).

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

RGB channels and saturation

R 166 of 255 = 65%
G 75 of 255 = 29%
B 202 of 255 = 79%

166
75
202

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

Portions of RGB colors in percentages

R + G + B =
166 + 75 + 202 = 443 (100%)
R 166 of 443 ~ 37.47%
G 75 of 443 ~ 16.93%
B 202 of 443 ~ 45.6%

%37.47
%16.93
%45.6

CMYK color model

#A64BCA color CMYK value is (18,63,0,21).

  • cyan value is 17.82%
  • magenta value is 62.87%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(18,63,0,21)
C18M63Y0K21 
(18%,63%,0%,21%)
(0.18/0.63/0.00/0.21)	

CMYK percentages

%17.82
%62.87
%0
%20.78

Codes

Color #A64BCA in popluar color models

A64BCA
RGB16675202
HSL283°54.51%54.31%
HSB/HSV283°62.87%79.22%
CMYK17.82%62.87%0.00%
20.78%

Color #A64BCA in popluar number systems.

HEXA64BCA
Decimal16675202
Binary10100110100101111001010
Octal246113312

Shades and tints

Shades of #A64BCA

#A64BCA
(166,75,202)
#9745B8
(151,69,184)
#883FA6
(136,63,166)
#793994
(121,57,148)
#6A3382
(106,51,130)
#5B2D70
(91,45,112)
#4C275E
(76,39,94)
#3D214C
(61,33,76)
#2E1B3A
(46,27,58)
#1F1528
(31,21,40)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #A64BCA

#A64BCA
(166,75,202)
#AE5BCE
(174,91,206)
#B66BD2
(182,107,210)
#BE7BD6
(190,123,214)
#C68BDA
(198,139,218)
#CE9BDE
(206,155,222)
#D6ABE2
(214,171,226)
#DEBBE6
(222,187,230)
#E6CBEA
(230,203,234)
#EEDBEE
(238,219,238)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A64BCA; }

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

This text font color is #A64BCA.


Background Color

.myBgColor { background-color: #A64BCA; }

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

This div background color is #A64BCA.


Border color

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

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

This div border color is #A64BCA.


Opacity

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

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

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

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

This text has shadow with #A64BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64BCA on black background.


Color preview on white background

This text has color #A64BCA on white background.



Black color preview on #A64BCA background

This text has black color on #A64BCA background.


White color preview on #A64BCA background

This text has white color on #A64BCA background.