COLOR #A63BC4

HEX: #A63BC4 RGB: (166,59,196)

Color info

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

RGB color model

#A63BC4 color RGB value is (166,59,196).

RGB: (166,59,196) (65%, 23%, 77%)

RGB channels and saturation

R 166 of 255 = 65%
G 59 of 255 = 23%
B 196 of 255 = 77%

166
59
196

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

Portions of RGB colors in percentages

R + G + B = 166 + 59 + 196 = 421 (100%)
R 166 of 421 ~ 39.43%
G 59 of 421 ~ 14.01%
B 196 of 421 ~ 46.56'%

%39.43
%14.01
%46.56

CMYK color model

#A63BC4 color CMYK value is (15,70,0,23).

  • cyan value is 15.31%
  • magenta value is 69.90%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (15,70,0,23)
C15M70Y0K23 (15%, 70%, 0%, 23%)
(0.15 / 0.70 / 0.00 / 0.23)

CMYK percentages

%15.31
%69.9
%0
%23.14

Codes

Color #A63BC4 in popluar color models

A6 3B C4
RGB 166 59 196
HSL 287° 53.73% 50.00%
HSB/HSV 287° 69.90% 76.86%
CMYK 15.31% 69.90% 0.00%
23.14%

Color #A63BC4 in popluar number systems.

HEX A6 3B C4
Decimal 166 59 196
Binary 10100110 111011 11000100
Octal 246 73 304

Shades and tints

Shades of #A63BC4

#A63BC4
(166,59,196)
#9736B3
(151,54,179)
#8831A2
(136,49,162)
#792C91
(121,44,145)
#6A2780
(106,39,128)
#5B226F
(91,34,111)
#4C1D5E
(76,29,94)
#3D184D
(61,24,77)
#2E133C
(46,19,60)
#1F0E2B
(31,14,43)
#10091A
(16,9,26)
#000000
(0,0,0)

Tints of #A63BC4

#A63BC4
(166,59,196)
#AE4CC9
(174,76,201)
#B65DCE
(182,93,206)
#BE6ED3
(190,110,211)
#C67FD8
(198,127,216)
#CE90DD
(206,144,221)
#D6A1E2
(214,161,226)
#DEB2E7
(222,178,231)
#E6C3EC
(230,195,236)
#EED4F1
(238,212,241)
#F6E5F6
(246,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63BC4 color. Also use rgb(166,59,196) instead hex code.

Text Font Color

.myTextColor { color: #A63BC4; }

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

This text font color is #A63BC4.

Background Color

.myBgColor { background-color: #A63BC4; }

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

This div background color is #A63BC4.

Border color

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

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

This div border color is #A63BC4.

Opacity

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

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

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

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

This text has shadow with #A63BC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A63BC4.

Preview

Color preview on black background

This text has color #A63BC4 on black background.


Color preview on white background

This text has color #A63BC4 on white background.


Black color preview on #A63BC4 background

This text has black color on #A63BC4 background.


White color preview on #A63BC4 background

This text has white color on #A63BC4 background.


Related colors

Complementary color

Complementary color for #hex is #59C43B.


I love getcolorcode.com

Triadic colors

1 #C4A63B and #3BC4A6 with #A63BC4 are triadic colors.

2 #C43BA6 and #3BA6C4 with #A63BC4 are triadic colors.