COLOR #A85381

HEX: #A85381 RGB: (168,83,129)

Color info

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

RGB color model

#A85381 color RGB value is (168,83,129).

RGB: (168,83,129) (66%, 33%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 129 of 255 = 51%

168
83
129

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

Portions of RGB colors in percentages

R + G + B = 168 + 83 + 129 = 380 (100%)
R 168 of 380 ~ 44.21%
G 83 of 380 ~ 21.84%
B 129 of 380 ~ 33.95'%

%44.21
%21.84
%33.95

CMYK color model

#A85381 color CMYK value is (0,51,23,34).

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

CMYK: (0,51,23,34)
C0M51Y23K34 (0%, 51%, 23%, 34%)
(0.00 / 0.51 / 0.23 / 0.34)

CMYK percentages

%0
%50.6
%23.21
%34.12

Codes

Color #A85381 in popluar color models

A8 53 81
RGB 168 83 129
HSL 328° 33.86% 49.22%
HSB/HSV 328° 50.60% 65.88%
CMYK 0.00% 50.60% 23.21%
34.12%

Color #A85381 in popluar number systems.

HEX A8 53 81
Decimal 168 83 129
Binary 10101000 1010011 10000001
Octal 250 123 201

Shades and tints

Shades of #A85381

#A85381
(168,83,129)
#994C76
(153,76,118)
#8A456B
(138,69,107)
#7B3E60
(123,62,96)
#6C3755
(108,55,85)
#5D304A
(93,48,74)
#4E293F
(78,41,63)
#3F2234
(63,34,52)
#301B29
(48,27,41)
#21141E
(33,20,30)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A85381

#A85381
(168,83,129)
#AF628C
(175,98,140)
#B67197
(182,113,151)
#BD80A2
(189,128,162)
#C48FAD
(196,143,173)
#CB9EB8
(203,158,184)
#D2ADC3
(210,173,195)
#D9BCCE
(217,188,206)
#E0CBD9
(224,203,217)
#E7DAE4
(231,218,228)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85381; }

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

This text font color is #A85381.

Background Color

.myBgColor { background-color: #A85381; }

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

This div background color is #A85381.

Border color

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

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

This div border color is #A85381.

Opacity

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

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

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

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

This text has shadow with #A85381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85381.

Preview

Color preview on black background

This text has color #A85381 on black background.


Color preview on white background

This text has color #A85381 on white background.


Black color preview on #A85381 background

This text has black color on #A85381 background.


White color preview on #A85381 background

This text has white color on #A85381 background.


Related colors

Complementary color

Complementary color for #hex is #57AC7E.


I love getcolorcode.com

Triadic colors

1 #81A853 and #5381A8 with #A85381 are triadic colors.

2 #8153A8 and #53A881 with #A85381 are triadic colors.