COLOR #A85893

HEX: #A85893 RGB: (168,88,147)

Color info

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

RGB color model

#A85893 color RGB value is (168,88,147).

RGB: (168,88,147) (66%, 35%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 147 of 255 = 58%

168
88
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 88 + 147 = 403 (100%)
R 168 of 403 ~ 41.69%
G 88 of 403 ~ 21.84%
B 147 of 403 ~ 36.48'%

%41.69
%21.84
%36.48

CMYK color model

#A85893 color CMYK value is (0,48,13,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 12.50%
  • key color value is 34.12%

CMYK: (0,48,13,34)
C0M48Y13K34 (0%, 48%, 13%, 34%)
(0.00 / 0.48 / 0.13 / 0.34)

CMYK percentages

%0
%47.62
%12.5
%34.12

Codes

Color #A85893 in popluar color models

A8 58 93
RGB 168 88 147
HSL 316° 31.50% 50.20%
HSB/HSV 316° 47.62% 65.88%
CMYK 0.00% 47.62% 12.50%
34.12%

Color #A85893 in popluar number systems.

HEX A8 58 93
Decimal 168 88 147
Binary 10101000 1011000 10010011
Octal 250 130 223

Shades and tints

Shades of #A85893

#A85893
(168,88,147)
#995086
(153,80,134)
#8A4879
(138,72,121)
#7B406C
(123,64,108)
#6C385F
(108,56,95)
#5D3052
(93,48,82)
#4E2845
(78,40,69)
#3F2038
(63,32,56)
#30182B
(48,24,43)
#21101E
(33,16,30)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #A85893

#A85893
(168,88,147)
#AF679C
(175,103,156)
#B676A5
(182,118,165)
#BD85AE
(189,133,174)
#C494B7
(196,148,183)
#CBA3C0
(203,163,192)
#D2B2C9
(210,178,201)
#D9C1D2
(217,193,210)
#E0D0DB
(224,208,219)
#E7DFE4
(231,223,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85893 color. Also use rgb(168,88,147) instead hex code.

Text Font Color

.myTextColor { color: #A85893; }

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

This text font color is #A85893.

Background Color

.myBgColor { background-color: #A85893; }

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

This div background color is #A85893.

Border color

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

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

This div border color is #A85893.

Opacity

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

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

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

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

This text has shadow with #A85893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85893.

Preview

Color preview on black background

This text has color #A85893 on black background.


Color preview on white background

This text has color #A85893 on white background.


Black color preview on #A85893 background

This text has black color on #A85893 background.


White color preview on #A85893 background

This text has white color on #A85893 background.


Related colors

Complementary color

Complementary color for #hex is #57A76C.


I love getcolorcode.com

Triadic colors

1 #93A858 and #5893A8 with #A85893 are triadic colors.

2 #9358A8 and #58A893 with #A85893 are triadic colors.