COLOR #A63DAC

HEX: #A63DAC
RGB: (166,61,172)

Color info

#A63DAC contains mainly red and blue colors. Web safe color of #A63DAC is #993399 (or #939).

RGB color model

#A63DAC color RGB value is (166,61,172).

  • red value is 166;
  • green value is 61;
  • blue value is 172.
RGB:
(166,61,172)
(65%,24%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 61 of 255 = 24%
B 172 of 255 = 67%

166
61
172

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

Portions of RGB colors in percentages

R + G + B =
166 + 61 + 172 = 399 (100%)
R 166 of 399 ~ 41.6%
G 61 of 399 ~ 15.29%
B 172 of 399 ~ 43.11%

%41.6
%15.29
%43.11

CMYK color model

#A63DAC color CMYK value is (3,65,0,33).

  • cyan value is 3.49%
  • magenta value is 64.53%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,65,0,33)
C3M65Y0K33 
(3%,65%,0%,33%)
(0.03/0.65/0.00/0.33)	

CMYK percentages

%3.49
%64.53
%0
%32.55

Codes

Color #A63DAC in popluar color models

A63DAC
RGB16661172
HSL297°47.64%45.69%
HSB/HSV297°64.53%67.45%
CMYK3.49%64.53%0.00%
32.55%

Color #A63DAC in popluar number systems.

HEXA63DAC
Decimal16661172
Binary1010011011110110101100
Octal24675254

Shades and tints

Shades of #A63DAC

#A63DAC
(166,61,172)
#97389D
(151,56,157)
#88338E
(136,51,142)
#792E7F
(121,46,127)
#6A2970
(106,41,112)
#5B2461
(91,36,97)
#4C1F52
(76,31,82)
#3D1A43
(61,26,67)
#2E1534
(46,21,52)
#1F1025
(31,16,37)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #A63DAC

#A63DAC
(166,61,172)
#AE4EB3
(174,78,179)
#B65FBA
(182,95,186)
#BE70C1
(190,112,193)
#C681C8
(198,129,200)
#CE92CF
(206,146,207)
#D6A3D6
(214,163,214)
#DEB4DD
(222,180,221)
#E6C5E4
(230,197,228)
#EED6EB
(238,214,235)
#F6E7F2
(246,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63DAC color. Also use rgb(166,61,172) instead hex code.

Text Font Color

.myTextColor { color: #A63DAC; }

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

This text font color is #A63DAC.


Background Color

.myBgColor { background-color: #A63DAC; }

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

This div background color is #A63DAC.


Border color

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

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

This div border color is #A63DAC.


Opacity

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

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

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

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

This text has shadow with #A63DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63DAC on black background.


Color preview on white background

This text has color #A63DAC on white background.



Black color preview on #A63DAC background

This text has black color on #A63DAC background.


White color preview on #A63DAC background

This text has white color on #A63DAC background.