COLOR #A963EA

HEX: #A963EA RGB: (169,99,234)

Color info

#A963EA contains mainly blue color. Web safe color of #A963EA is #9966FF (or #96F).

RGB color model

#A963EA color RGB value is (169,99,234).

RGB: (169,99,234) (66%, 39%, 92%)

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 234 of 255 = 92%

169
99
234

R + G + B ~ 66%. #A963EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 99 + 234 = 502 (100%)
R 169 of 502 ~ 33.67%
G 99 of 502 ~ 19.72%
B 234 of 502 ~ 46.61'%

%33.67
%19.72
%46.61

CMYK color model

#A963EA color CMYK value is (28,58,0,8).

  • cyan value is 27.78%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (28,58,0,8) C28M58Y0K8 (28%,58%,0%,8%) (0.28/0.58/0.00/0.08) 

CMYK percentages

%27.78
%57.69
%0
%8.24

Codes

Color #A963EA in popluar color models

A9 63 EA
RGB 169 99 234
HSL 271° 76.27% 65.29%
HSB/HSV 271° 57.69% 91.76%
CMYK 27.78% 57.69% 0.00%
8.24%

Color #A963EA in popluar number systems.

HEX A9 63 EA
Decimal 169 99 234
Binary 10101001 1100011 11101010
Octal 251 143 352

Shades and tints

Shades of #A963EA

#A963EA
(169,99,234)
#9A5AD5
(154,90,213)
#8B51C0
(139,81,192)
#7C48AB
(124,72,171)
#6D3F96
(109,63,150)
#5E3681
(94,54,129)
#4F2D6C
(79,45,108)
#402457
(64,36,87)
#311B42
(49,27,66)
#22122D
(34,18,45)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #A963EA

#A963EA
(169,99,234)
#B071EB
(176,113,235)
#B77FEC
(183,127,236)
#BE8DED
(190,141,237)
#C59BEE
(197,155,238)
#CCA9EF
(204,169,239)
#D3B7F0
(211,183,240)
#DAC5F1
(218,197,241)
#E1D3F2
(225,211,242)
#E8E1F3
(232,225,243)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A963EA; }

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

This text font color is #A963EA.

Background Color

.myBgColor { background-color: #A963EA; }

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

This div background color is #A963EA.

Border color

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

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

This div border color is #A963EA.

Opacity

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

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

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

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

This text has shadow with #A963EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A963EA.

Preview

Color preview on black background

This text has color #A963EA on black background.


Color preview on white background

This text has color #A963EA on white background.


Black color preview on #A963EA background

This text has black color on #A963EA background.


White color preview on #A963EA background

This text has white color on #A963EA background.


Related colors

Complementary color

Complementary color for #hex is #569C15.


I love getcolorcode.com

Triadic colors

1 #EAA963 and #63EAA9 with #A963EA are triadic colors.

2 #EA63A9 and #63A9EA with #A963EA are triadic colors.