COLOR #A063E5

HEX: #A063E5 RGB: (160,99,229)

Color info

#A063E5 contains mainly blue color. Web safe color of #A063E5 is #9966CC (or #96C).

RGB color model

#A063E5 color RGB value is (160,99,229).

RGB: (160,99,229) (63%, 39%, 90%)

RGB channels and saturation

R 160 of 255 = 63%
G 99 of 255 = 39%
B 229 of 255 = 90%

160
99
229

R + G + B ~ 64%. #A063E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 99 + 229 = 488 (100%)
R 160 of 488 ~ 32.79%
G 99 of 488 ~ 20.29%
B 229 of 488 ~ 46.93'%

%32.79
%20.29
%46.93

CMYK color model

#A063E5 color CMYK value is (30,57,0,10).

  • cyan value is 30.13%
  • magenta value is 56.77%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (30,57,0,10)
C30M57Y0K10 (30%, 57%, 0%, 10%)
(0.30 / 0.57 / 0.00 / 0.10)

CMYK percentages

%30.13
%56.77
%0
%10.2

Codes

Color #A063E5 in popluar color models

A0 63 E5
RGB 160 99 229
HSL 268° 71.43% 64.31%
HSB/HSV 268° 56.77% 89.80%
CMYK 30.13% 56.77% 0.00%
10.20%

Color #A063E5 in popluar number systems.

HEX A0 63 E5
Decimal 160 99 229
Binary 10100000 1100011 11100101
Octal 240 143 345

Shades and tints

Shades of #A063E5

#A063E5
(160,99,229)
#925AD1
(146,90,209)
#8451BD
(132,81,189)
#7648A9
(118,72,169)
#683F95
(104,63,149)
#5A3681
(90,54,129)
#4C2D6D
(76,45,109)
#3E2459
(62,36,89)
#301B45
(48,27,69)
#221231
(34,18,49)
#14091D
(20,9,29)
#000000
(0,0,0)

Tints of #A063E5

#A063E5
(160,99,229)
#A871E7
(168,113,231)
#B07FE9
(176,127,233)
#B88DEB
(184,141,235)
#C09BED
(192,155,237)
#C8A9EF
(200,169,239)
#D0B7F1
(208,183,241)
#D8C5F3
(216,197,243)
#E0D3F5
(224,211,245)
#E8E1F7
(232,225,247)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A063E5 color. Also use rgb(160,99,229) instead hex code.

Text Font Color

.myTextColor { color: #A063E5; }

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

This text font color is #A063E5.

Background Color

.myBgColor { background-color: #A063E5; }

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

This div background color is #A063E5.

Border color

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

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

This div border color is #A063E5.

Opacity

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

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

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

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

This text has shadow with #A063E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A063E5.

Preview

Color preview on black background

This text has color #A063E5 on black background.


Color preview on white background

This text has color #A063E5 on white background.


Black color preview on #A063E5 background

This text has black color on #A063E5 background.


White color preview on #A063E5 background

This text has white color on #A063E5 background.


Related colors

Complementary color

Complementary color for #A063E5 is #5F9C1A.


I love getcolorcode.com

Triadic colors

1 #E5A063 and #63E5A0 with #A063E5 are triadic colors.

2 #E563A0 and #63A0E5 with #A063E5 are triadic colors.