COLOR #A355A2

HEX: #A355A2 RGB: (163,85,162)

Color info

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

RGB color model

#A355A2 color RGB value is (163,85,162).

RGB: (163,85,162) (64%, 33%, 64%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 162 of 255 = 64%

163
85
162

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

Portions of RGB colors in percentages

R + G + B = 163 + 85 + 162 = 410 (100%)
R 163 of 410 ~ 39.76%
G 85 of 410 ~ 20.73%
B 162 of 410 ~ 39.51'%

%39.76
%20.73
%39.51

CMYK color model

#A355A2 color CMYK value is (0,48,1,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 0.61%
  • key color value is 36.08%

CMYK: (0,48,1,36)
C0M48Y1K36 (0%, 48%, 1%, 36%)
(0.00 / 0.48 / 0.01 / 0.36)

CMYK percentages

%0
%47.85
%0.61
%36.08

Codes

Color #A355A2 in popluar color models

A3 55 A2
RGB 163 85 162
HSL 301° 31.45% 48.63%
HSB/HSV 301° 47.85% 63.92%
CMYK 0.00% 47.85% 0.61%
36.08%

Color #A355A2 in popluar number systems.

HEX A3 55 A2
Decimal 163 85 162
Binary 10100011 1010101 10100010
Octal 243 125 242

Shades and tints

Shades of #A355A2

#A355A2
(163,85,162)
#954E94
(149,78,148)
#874786
(135,71,134)
#794078
(121,64,120)
#6B396A
(107,57,106)
#5D325C
(93,50,92)
#4F2B4E
(79,43,78)
#412440
(65,36,64)
#331D32
(51,29,50)
#251624
(37,22,36)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A355A2

#A355A2
(163,85,162)
#AB64AA
(171,100,170)
#B373B2
(179,115,178)
#BB82BA
(187,130,186)
#C391C2
(195,145,194)
#CBA0CA
(203,160,202)
#D3AFD2
(211,175,210)
#DBBEDA
(219,190,218)
#E3CDE2
(227,205,226)
#EBDCEA
(235,220,234)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A355A2; }

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

This text font color is #A355A2.

Background Color

.myBgColor { background-color: #A355A2; }

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

This div background color is #A355A2.

Border color

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

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

This div border color is #A355A2.

Opacity

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

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

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

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

This text has shadow with #A355A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A355A2.

Preview

Color preview on black background

This text has color #A355A2 on black background.


Color preview on white background

This text has color #A355A2 on white background.


Black color preview on #A355A2 background

This text has black color on #A355A2 background.


White color preview on #A355A2 background

This text has white color on #A355A2 background.


Related colors

Complementary color

Complementary color for #hex is #5CAA5D.


I love getcolorcode.com

Triadic colors

1 #A2A355 and #55A2A3 with #A355A2 are triadic colors.

2 #A255A3 and #55A3A2 with #A355A2 are triadic colors.