COLOR #A8538D

HEX: #A8538D RGB: (168,83,141)

Color info

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

RGB color model

#A8538D color RGB value is (168,83,141).

RGB: (168,83,141) (66%, 33%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 141 of 255 = 55%

168
83
141

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

Portions of RGB colors in percentages

R + G + B = 168 + 83 + 141 = 392 (100%)
R 168 of 392 ~ 42.86%
G 83 of 392 ~ 21.17%
B 141 of 392 ~ 35.97'%

%42.86
%21.17
%35.97

CMYK color model

#A8538D color CMYK value is (0,51,16,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 16.07%
  • key color value is 34.12%
CMYK: (0,51,16,34) C0M51Y16K34 (0%,51%,16%,34%) (0.00/0.51/0.16/0.34) 

CMYK percentages

%0
%50.6
%16.07
%34.12

Codes

Color #A8538D in popluar color models

A8 53 8D
RGB 168 83 141
HSL 319° 33.86% 49.22%
HSB/HSV 319° 50.60% 65.88%
CMYK 0.00% 50.60% 16.07%
34.12%

Color #A8538D in popluar number systems.

HEX A8 53 8D
Decimal 168 83 141
Binary 10101000 1010011 10001101
Octal 250 123 215

Shades and tints

Shades of #A8538D

#A8538D
(168,83,141)
#994C81
(153,76,129)
#8A4575
(138,69,117)
#7B3E69
(123,62,105)
#6C375D
(108,55,93)
#5D3051
(93,48,81)
#4E2945
(78,41,69)
#3F2239
(63,34,57)
#301B2D
(48,27,45)
#211421
(33,20,33)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #A8538D

#A8538D
(168,83,141)
#AF6297
(175,98,151)
#B671A1
(182,113,161)
#BD80AB
(189,128,171)
#C48FB5
(196,143,181)
#CB9EBF
(203,158,191)
#D2ADC9
(210,173,201)
#D9BCD3
(217,188,211)
#E0CBDD
(224,203,221)
#E7DAE7
(231,218,231)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8538D; }

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

This text font color is #A8538D.

Background Color

.myBgColor { background-color: #A8538D; }

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

This div background color is #A8538D.

Border color

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

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

This div border color is #A8538D.

Opacity

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

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

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

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

This text has shadow with #A8538D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8538D.

Preview

Color preview on black background

This text has color #A8538D on black background.


Color preview on white background

This text has color #A8538D on white background.


Black color preview on #A8538D background

This text has black color on #A8538D background.


White color preview on #A8538D background

This text has white color on #A8538D background.


Related colors

Complementary color

Complementary color for #hex is #57AC72.


I love getcolorcode.com

Triadic colors

1 #8DA853 and #538DA8 with #A8538D are triadic colors.

2 #8D53A8 and #53A88D with #A8538D are triadic colors.