COLOR #A463BE

HEX: #A463BE
RGB: (164,99,190)

Color info

#A463BE contains mainly red and blue colors. Web safe color of #A463BE is #9966CC (or #96C).

RGB color model

#A463BE color RGB value is (164,99,190).

  • red value is 164;
  • green value is 99;
  • blue value is 190.
RGB:
(164,99,190)
(64%,39%,75%)

RGB channels and saturation

R 164 of 255 = 64%
G 99 of 255 = 39%
B 190 of 255 = 75%

164
99
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 99 + 190 = 453 (100%)
R 164 of 453 ~ 36.2%
G 99 of 453 ~ 21.85%
B 190 of 453 ~ 41.94%

%36.2
%21.85
%41.94

CMYK color model

#A463BE color CMYK value is (14,48,0,25).

  • cyan value is 13.68%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,48,0,25)
C14M48Y0K25 
(14%,48%,0%,25%)
(0.14/0.48/0.00/0.25)	

CMYK percentages

%13.68
%47.89
%0
%25.49

Codes

Color #A463BE in popluar color models

A463BE
RGB16499190
HSL283°41.18%56.67%
HSB/HSV283°47.89%74.51%
CMYK13.68%47.89%0.00%
25.49%

Color #A463BE in popluar number systems.

HEXA463BE
Decimal16499190
Binary10100100110001110111110
Octal244143276

Shades and tints

Shades of #A463BE

#A463BE
(164,99,190)
#965AAD
(150,90,173)
#88519C
(136,81,156)
#7A488B
(122,72,139)
#6C3F7A
(108,63,122)
#5E3669
(94,54,105)
#502D58
(80,45,88)
#422447
(66,36,71)
#341B36
(52,27,54)
#261225
(38,18,37)
#180914
(24,9,20)
#000000
(0,0,0)

Tints of #A463BE

#A463BE
(164,99,190)
#AC71C3
(172,113,195)
#B47FC8
(180,127,200)
#BC8DCD
(188,141,205)
#C49BD2
(196,155,210)
#CCA9D7
(204,169,215)
#D4B7DC
(212,183,220)
#DCC5E1
(220,197,225)
#E4D3E6
(228,211,230)
#ECE1EB
(236,225,235)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A463BE color. Also use rgb(164,99,190) instead hex code.

Text Font Color

.myTextColor { color: #A463BE; }

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

This text font color is #A463BE.


Background Color

.myBgColor { background-color: #A463BE; }

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

This div background color is #A463BE.


Border color

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

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

This div border color is #A463BE.


Opacity

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

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

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

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

This text has shadow with #A463BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A463BE on black background.


Color preview on white background

This text has color #A463BE on white background.



Black color preview on #A463BE background

This text has black color on #A463BE background.


White color preview on #A463BE background

This text has white color on #A463BE background.