COLOR #A8538A

HEX: #A8538A RGB: (168,83,138)

Color info

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

RGB color model

#A8538A color RGB value is (168,83,138).

RGB: (168,83,138) (66%, 33%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 138 of 255 = 54%

168
83
138

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

Portions of RGB colors in percentages

R + G + B = 168 + 83 + 138 = 389 (100%)
R 168 of 389 ~ 43.19%
G 83 of 389 ~ 21.34%
B 138 of 389 ~ 35.48'%

%43.19
%21.34
%35.48

CMYK color model

#A8538A color CMYK value is (0,51,18,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 17.86%
  • key color value is 34.12%

CMYK: (0,51,18,34)
C0M51Y18K34 (0%, 51%, 18%, 34%)
(0.00 / 0.51 / 0.18 / 0.34)

CMYK percentages

%0
%50.6
%17.86
%34.12

Codes

Color #A8538A in popluar color models

A8 53 8A
RGB 168 83 138
HSL 321° 33.86% 49.22%
HSB/HSV 321° 50.60% 65.88%
CMYK 0.00% 50.60% 17.86%
34.12%

Color #A8538A in popluar number systems.

HEX A8 53 8A
Decimal 168 83 138
Binary 10101000 1010011 10001010
Octal 250 123 212

Shades and tints

Shades of #A8538A

#A8538A
(168,83,138)
#994C7E
(153,76,126)
#8A4572
(138,69,114)
#7B3E66
(123,62,102)
#6C375A
(108,55,90)
#5D304E
(93,48,78)
#4E2942
(78,41,66)
#3F2236
(63,34,54)
#301B2A
(48,27,42)
#21141E
(33,20,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A8538A

#A8538A
(168,83,138)
#AF6294
(175,98,148)
#B6719E
(182,113,158)
#BD80A8
(189,128,168)
#C48FB2
(196,143,178)
#CB9EBC
(203,158,188)
#D2ADC6
(210,173,198)
#D9BCD0
(217,188,208)
#E0CBDA
(224,203,218)
#E7DAE4
(231,218,228)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8538A; }

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

This text font color is #A8538A.

Background Color

.myBgColor { background-color: #A8538A; }

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

This div background color is #A8538A.

Border color

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

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

This div border color is #A8538A.

Opacity

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

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

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

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

This text has shadow with #A8538A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8538A.

Preview

Color preview on black background

This text has color #A8538A on black background.


Color preview on white background

This text has color #A8538A on white background.


Black color preview on #A8538A background

This text has black color on #A8538A background.


White color preview on #A8538A background

This text has white color on #A8538A background.


Related colors

Complementary color

Complementary color for #hex is #57AC75.


I love getcolorcode.com

Triadic colors

1 #8AA853 and #538AA8 with #A8538A are triadic colors.

2 #8A53A8 and #53A88A with #A8538A are triadic colors.