COLOR #A63FC6

HEX: #A63FC6 RGB: (166,63,198)

Color info

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

RGB color model

#A63FC6 color RGB value is (166,63,198).

RGB: (166,63,198) (65%, 25%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 63 of 255 = 25%
B 198 of 255 = 78%

166
63
198

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

Portions of RGB colors in percentages

R + G + B = 166 + 63 + 198 = 427 (100%)
R 166 of 427 ~ 38.88%
G 63 of 427 ~ 14.75%
B 198 of 427 ~ 46.37'%

%38.88
%14.75
%46.37

CMYK color model

#A63FC6 color CMYK value is (16,68,0,22).

  • cyan value is 16.16%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (16,68,0,22)
C16M68Y0K22 (16%, 68%, 0%, 22%)
(0.16 / 0.68 / 0.00 / 0.22)

CMYK percentages

%16.16
%68.18
%0
%22.35

Codes

Color #A63FC6 in popluar color models

A6 3F C6
RGB 166 63 198
HSL 286° 54.22% 51.18%
HSB/HSV 286° 68.18% 77.65%
CMYK 16.16% 68.18% 0.00%
22.35%

Color #A63FC6 in popluar number systems.

HEX A6 3F C6
Decimal 166 63 198
Binary 10100110 111111 11000110
Octal 246 77 306

Shades and tints

Shades of #A63FC6

#A63FC6
(166,63,198)
#973AB4
(151,58,180)
#8835A2
(136,53,162)
#793090
(121,48,144)
#6A2B7E
(106,43,126)
#5B266C
(91,38,108)
#4C215A
(76,33,90)
#3D1C48
(61,28,72)
#2E1736
(46,23,54)
#1F1224
(31,18,36)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #A63FC6

#A63FC6
(166,63,198)
#AE50CB
(174,80,203)
#B661D0
(182,97,208)
#BE72D5
(190,114,213)
#C683DA
(198,131,218)
#CE94DF
(206,148,223)
#D6A5E4
(214,165,228)
#DEB6E9
(222,182,233)
#E6C7EE
(230,199,238)
#EED8F3
(238,216,243)
#F6E9F8
(246,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63FC6 color. Also use rgb(166,63,198) instead hex code.

Text Font Color

.myTextColor { color: #A63FC6; }

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

This text font color is #A63FC6.

Background Color

.myBgColor { background-color: #A63FC6; }

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

This div background color is #A63FC6.

Border color

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

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

This div border color is #A63FC6.

Opacity

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

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

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

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

This text has shadow with #A63FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A63FC6.

Preview

Color preview on black background

This text has color #A63FC6 on black background.


Color preview on white background

This text has color #A63FC6 on white background.


Black color preview on #A63FC6 background

This text has black color on #A63FC6 background.


White color preview on #A63FC6 background

This text has white color on #A63FC6 background.


Related colors

Complementary color

Complementary color for #hex is #59C039.


I love getcolorcode.com

Triadic colors

1 #C6A63F and #3FC6A6 with #A63FC6 are triadic colors.

2 #C63FA6 and #3FA6C6 with #A63FC6 are triadic colors.