COLOR #A350A9

HEX: #A350A9
RGB: (163,80,169)

Color info

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

RGB color model

#A350A9 color RGB value is (163,80,169).

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

RGB channels and saturation

R 163 of 255 = 64%
G 80 of 255 = 31%
B 169 of 255 = 66%

163
80
169

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

Portions of RGB colors in percentages

R + G + B =
163 + 80 + 169 = 412 (100%)
R 163 of 412 ~ 39.56%
G 80 of 412 ~ 19.42%
B 169 of 412 ~ 41.02%

%39.56
%19.42
%41.02

CMYK color model

#A350A9 color CMYK value is (4,53,0,34).

  • cyan value is 3.55%
  • magenta value is 52.66%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(4,53,0,34)
C4M53Y0K34 
(4%,53%,0%,34%)
(0.04/0.53/0.00/0.34)	

CMYK percentages

%3.55
%52.66
%0
%33.73

Codes

Color #A350A9 in popluar color models

A350A9
RGB16380169
HSL296°35.74%48.82%
HSB/HSV296°52.66%66.27%
CMYK3.55%52.66%0.00%
33.73%

Color #A350A9 in popluar number systems.

HEXA350A9
Decimal16380169
Binary10100011101000010101001
Octal243120251

Shades and tints

Shades of #A350A9

#A350A9
(163,80,169)
#95499A
(149,73,154)
#87428B
(135,66,139)
#793B7C
(121,59,124)
#6B346D
(107,52,109)
#5D2D5E
(93,45,94)
#4F264F
(79,38,79)
#411F40
(65,31,64)
#331831
(51,24,49)
#251122
(37,17,34)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #A350A9

#A350A9
(163,80,169)
#AB5FB0
(171,95,176)
#B36EB7
(179,110,183)
#BB7DBE
(187,125,190)
#C38CC5
(195,140,197)
#CB9BCC
(203,155,204)
#D3AAD3
(211,170,211)
#DBB9DA
(219,185,218)
#E3C8E1
(227,200,225)
#EBD7E8
(235,215,232)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A350A9; }

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

This text font color is #A350A9.


Background Color

.myBgColor { background-color: #A350A9; }

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

This div background color is #A350A9.


Border color

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

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

This div border color is #A350A9.


Opacity

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

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

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

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

This text has shadow with #A350A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A350A9 on black background.


Color preview on white background

This text has color #A350A9 on white background.



Black color preview on #A350A9 background

This text has black color on #A350A9 background.


White color preview on #A350A9 background

This text has white color on #A350A9 background.