COLOR #A354B5

HEX: #A354B5 RGB: (163,84,181)

Color info

#A354B5 contains mainly red and blue colors. Web safe color of #A354B5 is #9966CC (or #96C).

RGB color model

#A354B5 color RGB value is (163,84,181).

RGB: (163,84,181) (64%, 33%, 71%)

RGB channels and saturation

R 163 of 255 = 64%
G 84 of 255 = 33%
B 181 of 255 = 71%

163
84
181

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

Portions of RGB colors in percentages

R + G + B = 163 + 84 + 181 = 428 (100%)
R 163 of 428 ~ 38.08%
G 84 of 428 ~ 19.63%
B 181 of 428 ~ 42.29'%

%38.08
%19.63
%42.29

CMYK color model

#A354B5 color CMYK value is (10,54,0,29).

  • cyan value is 9.94%
  • magenta value is 53.59%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (10,54,0,29)
C10M54Y0K29 (10%, 54%, 0%, 29%)
(0.10 / 0.54 / 0.00 / 0.29)

CMYK percentages

%9.94
%53.59
%0
%29.02

Codes

Color #A354B5 in popluar color models

A3 54 B5
RGB 163 84 181
HSL 289° 39.59% 51.96%
HSB/HSV 289° 53.59% 70.98%
CMYK 9.94% 53.59% 0.00%
29.02%

Color #A354B5 in popluar number systems.

HEX A3 54 B5
Decimal 163 84 181
Binary 10100011 1010100 10110101
Octal 243 124 265

Shades and tints

Shades of #A354B5

#A354B5
(163,84,181)
#954DA5
(149,77,165)
#874695
(135,70,149)
#793F85
(121,63,133)
#6B3875
(107,56,117)
#5D3165
(93,49,101)
#4F2A55
(79,42,85)
#412345
(65,35,69)
#331C35
(51,28,53)
#251525
(37,21,37)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A354B5

#A354B5
(163,84,181)
#AB63BB
(171,99,187)
#B372C1
(179,114,193)
#BB81C7
(187,129,199)
#C390CD
(195,144,205)
#CB9FD3
(203,159,211)
#D3AED9
(211,174,217)
#DBBDDF
(219,189,223)
#E3CCE5
(227,204,229)
#EBDBEB
(235,219,235)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A354B5 color. Also use rgb(163,84,181) instead hex code.

Text Font Color

.myTextColor { color: #A354B5; }

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

This text font color is #A354B5.

Background Color

.myBgColor { background-color: #A354B5; }

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

This div background color is #A354B5.

Border color

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

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

This div border color is #A354B5.

Opacity

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

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

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

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

This text has shadow with #A354B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A354B5.

Preview

Color preview on black background

This text has color #A354B5 on black background.


Color preview on white background

This text has color #A354B5 on white background.


Black color preview on #A354B5 background

This text has black color on #A354B5 background.


White color preview on #A354B5 background

This text has white color on #A354B5 background.


Related colors

Complementary color

Complementary color for #hex is #5CAB4A.


I love getcolorcode.com

Triadic colors

1 #B5A354 and #54B5A3 with #A354B5 are triadic colors.

2 #B554A3 and #54A3B5 with #A354B5 are triadic colors.