COLOR #A355AA

HEX: #A355AA
RGB: (163,85,170)

Color info

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

RGB color model

#A355AA color RGB value is (163,85,170).

  • red value is 163;
  • green value is 85;
  • blue value is 170.
RGB:
(163,85,170)
(64%,33%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 170 of 255 = 67%

163
85
170

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

Portions of RGB colors in percentages

R + G + B =
163 + 85 + 170 = 418 (100%)
R 163 of 418 ~ 39%
G 85 of 418 ~ 20.33%
B 170 of 418 ~ 40.67%

%39
%20.33
%40.67

CMYK color model

#A355AA color CMYK value is (4,50,0,33).

  • cyan value is 4.12%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,50,0,33)
C4M50Y0K33 
(4%,50%,0%,33%)
(0.04/0.50/0.00/0.33)	

CMYK percentages

%4.12
%50
%0
%33.33

Codes

Color #A355AA in popluar color models

A355AA
RGB16385170
HSL295°33.33%50.00%
HSB/HSV295°50.00%66.67%
CMYK4.12%50.00%0.00%
33.33%

Color #A355AA in popluar number systems.

HEXA355AA
Decimal16385170
Binary10100011101010110101010
Octal243125252

Shades and tints

Shades of #A355AA

#A355AA
(163,85,170)
#954E9B
(149,78,155)
#87478C
(135,71,140)
#79407D
(121,64,125)
#6B396E
(107,57,110)
#5D325F
(93,50,95)
#4F2B50
(79,43,80)
#412441
(65,36,65)
#331D32
(51,29,50)
#251623
(37,22,35)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A355AA

#A355AA
(163,85,170)
#AB64B1
(171,100,177)
#B373B8
(179,115,184)
#BB82BF
(187,130,191)
#C391C6
(195,145,198)
#CBA0CD
(203,160,205)
#D3AFD4
(211,175,212)
#DBBEDB
(219,190,219)
#E3CDE2
(227,205,226)
#EBDCE9
(235,220,233)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A355AA color. Also use rgb(163,85,170) instead hex code.

Text Font Color

.myTextColor { color: #A355AA; }

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

This text font color is #A355AA.


Background Color

.myBgColor { background-color: #A355AA; }

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

This div background color is #A355AA.


Border color

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

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

This div border color is #A355AA.


Opacity

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

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

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

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

This text has shadow with #A355AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A355AA on black background.


Color preview on white background

This text has color #A355AA on white background.



Black color preview on #A355AA background

This text has black color on #A355AA background.


White color preview on #A355AA background

This text has white color on #A355AA background.