COLOR #A963A3

HEX: #A963A3
RGB: (169,99,163)

Color info

#A963A3 contains mainly red and blue colors. Web safe color of #A963A3 is #996699 (or #969).

RGB color model

#A963A3 color RGB value is (169,99,163).

  • red value is 169;
  • green value is 99;
  • blue value is 163.
RGB:
(169,99,163)
(66%,39%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 163 of 255 = 64%

169
99
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 99 + 163 = 431 (100%)
R 169 of 431 ~ 39.21%
G 99 of 431 ~ 22.97%
B 163 of 431 ~ 37.82%

%39.21
%22.97
%37.82

CMYK color model

#A963A3 color CMYK value is (0,41,4,34).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 3.55%
  • key color value is 33.73%
CMYK:
(0,41,4,34)
C0M41Y4K34 
(0%,41%,4%,34%)
(0.00/0.41/0.04/0.34)	

CMYK percentages

%0
%41.42
%3.55
%33.73

Codes

Color #A963A3 in popluar color models

A963A3
RGB16999163
HSL305°28.93%52.55%
HSB/HSV305°41.42%66.27%
CMYK0.00%41.42%3.55%
33.73%

Color #A963A3 in popluar number systems.

HEXA963A3
Decimal16999163
Binary10101001110001110100011
Octal251143243

Shades and tints

Shades of #A963A3

#A963A3
(169,99,163)
#9A5A95
(154,90,149)
#8B5187
(139,81,135)
#7C4879
(124,72,121)
#6D3F6B
(109,63,107)
#5E365D
(94,54,93)
#4F2D4F
(79,45,79)
#402441
(64,36,65)
#311B33
(49,27,51)
#221225
(34,18,37)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #A963A3

#A963A3
(169,99,163)
#B071AB
(176,113,171)
#B77FB3
(183,127,179)
#BE8DBB
(190,141,187)
#C59BC3
(197,155,195)
#CCA9CB
(204,169,203)
#D3B7D3
(211,183,211)
#DAC5DB
(218,197,219)
#E1D3E3
(225,211,227)
#E8E1EB
(232,225,235)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A963A3 color. Also use rgb(169,99,163) instead hex code.

Text Font Color

.myTextColor { color: #A963A3; }

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

This text font color is #A963A3.


Background Color

.myBgColor { background-color: #A963A3; }

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

This div background color is #A963A3.


Border color

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

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

This div border color is #A963A3.


Opacity

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

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

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

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

This text has shadow with #A963A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A963A3 on black background.


Color preview on white background

This text has color #A963A3 on white background.



Black color preview on #A963A3 background

This text has black color on #A963A3 background.


White color preview on #A963A3 background

This text has white color on #A963A3 background.