COLOR #A3538D

HEX: #A3538D RGB: (163,83,141)

Color info

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

RGB color model

#A3538D color RGB value is (163,83,141).

RGB: (163,83,141) (64%, 33%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 83 of 255 = 33%
B 141 of 255 = 55%

163
83
141

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

Portions of RGB colors in percentages

R + G + B = 163 + 83 + 141 = 387 (100%)
R 163 of 387 ~ 42.12%
G 83 of 387 ~ 21.45%
B 141 of 387 ~ 36.43'%

%42.12
%21.45
%36.43

CMYK color model

#A3538D color CMYK value is (0,49,13,36).

  • cyan value is 0.00%
  • magenta value is 49.08%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK: (0,49,13,36) C0M49Y13K36 (0%,49%,13%,36%) (0.00/0.49/0.13/0.36) 

CMYK percentages

%0
%49.08
%13.5
%36.08

Codes

Color #A3538D in popluar color models

A3 53 8D
RGB 163 83 141
HSL 317° 32.52% 48.24%
HSB/HSV 317° 49.08% 63.92%
CMYK 0.00% 49.08% 13.50%
36.08%

Color #A3538D in popluar number systems.

HEX A3 53 8D
Decimal 163 83 141
Binary 10100011 1010011 10001101
Octal 243 123 215

Shades and tints

Shades of #A3538D

#A3538D
(163,83,141)
#954C81
(149,76,129)
#874575
(135,69,117)
#793E69
(121,62,105)
#6B375D
(107,55,93)
#5D3051
(93,48,81)
#4F2945
(79,41,69)
#412239
(65,34,57)
#331B2D
(51,27,45)
#251421
(37,20,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A3538D

#A3538D
(163,83,141)
#AB6297
(171,98,151)
#B371A1
(179,113,161)
#BB80AB
(187,128,171)
#C38FB5
(195,143,181)
#CB9EBF
(203,158,191)
#D3ADC9
(211,173,201)
#DBBCD3
(219,188,211)
#E3CBDD
(227,203,221)
#EBDAE7
(235,218,231)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3538D color. Also use rgb(163,83,141) instead hex code.

Text Font Color

.myTextColor { color: #A3538D; }

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

This text font color is #A3538D.

Background Color

.myBgColor { background-color: #A3538D; }

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

This div background color is #A3538D.

Border color

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

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

This div border color is #A3538D.

Opacity

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

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

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

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

This text has shadow with #A3538D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3538D.

Preview

Color preview on black background

This text has color #A3538D on black background.


Color preview on white background

This text has color #A3538D on white background.


Black color preview on #A3538D background

This text has black color on #A3538D background.


White color preview on #A3538D background

This text has white color on #A3538D background.


Related colors

Complementary color

Complementary color for #hex is #5CAC72.


I love getcolorcode.com

Triadic colors

1 #8DA353 and #538DA3 with #A3538D are triadic colors.

2 #8D53A3 and #53A38D with #A3538D are triadic colors.