COLOR #A063AA

HEX: #A063AA
RGB: (160,99,170)

Color info

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

RGB color model

#A063AA color RGB value is (160,99,170).

  • red value is 160;
  • green value is 99;
  • blue value is 170.
RGB:
(160,99,170)
(63%,39%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 99 of 255 = 39%
B 170 of 255 = 67%

160
99
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 99 + 170 = 429 (100%)
R 160 of 429 ~ 37.3%
G 99 of 429 ~ 23.08%
B 170 of 429 ~ 39.63%

%37.3
%23.08
%39.63

CMYK color model

#A063AA color CMYK value is (6,42,0,33).

  • cyan value is 5.88%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,42,0,33)
C6M42Y0K33 
(6%,42%,0%,33%)
(0.06/0.42/0.00/0.33)	

CMYK percentages

%5.88
%41.76
%0
%33.33

Codes

Color #A063AA in popluar color models

A063AA
RGB16099170
HSL292°29.46%52.75%
HSB/HSV292°41.76%66.67%
CMYK5.88%41.76%0.00%
33.33%

Color #A063AA in popluar number systems.

HEXA063AA
Decimal16099170
Binary10100000110001110101010
Octal240143252

Shades and tints

Shades of #A063AA

#A063AA
(160,99,170)
#925A9B
(146,90,155)
#84518C
(132,81,140)
#76487D
(118,72,125)
#683F6E
(104,63,110)
#5A365F
(90,54,95)
#4C2D50
(76,45,80)
#3E2441
(62,36,65)
#301B32
(48,27,50)
#221223
(34,18,35)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #A063AA

#A063AA
(160,99,170)
#A871B1
(168,113,177)
#B07FB8
(176,127,184)
#B88DBF
(184,141,191)
#C09BC6
(192,155,198)
#C8A9CD
(200,169,205)
#D0B7D4
(208,183,212)
#D8C5DB
(216,197,219)
#E0D3E2
(224,211,226)
#E8E1E9
(232,225,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A063AA; }

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

This text font color is #A063AA.


Background Color

.myBgColor { background-color: #A063AA; }

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

This div background color is #A063AA.


Border color

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

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

This div border color is #A063AA.


Opacity

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

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

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

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

This text has shadow with #A063AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A063AA on black background.


Color preview on white background

This text has color #A063AA on white background.



Black color preview on #A063AA background

This text has black color on #A063AA background.


White color preview on #A063AA background

This text has white color on #A063AA background.