COLOR #A85798

HEX: #A85798 RGB: (168,87,152)

Color info

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

RGB color model

#A85798 color RGB value is (168,87,152).

RGB: (168,87,152) (66%, 34%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 87 of 255 = 34%
B 152 of 255 = 60%

168
87
152

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

Portions of RGB colors in percentages

R + G + B = 168 + 87 + 152 = 407 (100%)
R 168 of 407 ~ 41.28%
G 87 of 407 ~ 21.38%
B 152 of 407 ~ 37.35'%

%41.28
%21.38
%37.35

CMYK color model

#A85798 color CMYK value is (0,48,10,34).

  • cyan value is 0.00%
  • magenta value is 48.21%
  • yellow value is 9.52%
  • key color value is 34.12%

CMYK: (0,48,10,34)
C0M48Y10K34 (0%, 48%, 10%, 34%)
(0.00 / 0.48 / 0.10 / 0.34)

CMYK percentages

%0
%48.21
%9.52
%34.12

Codes

Color #A85798 in popluar color models

A8 57 98
RGB 168 87 152
HSL 312° 31.76% 50.00%
HSB/HSV 312° 48.21% 65.88%
CMYK 0.00% 48.21% 9.52%
34.12%

Color #A85798 in popluar number systems.

HEX A8 57 98
Decimal 168 87 152
Binary 10101000 1010111 10011000
Octal 250 127 230

Shades and tints

Shades of #A85798

#A85798
(168,87,152)
#99508B
(153,80,139)
#8A497E
(138,73,126)
#7B4271
(123,66,113)
#6C3B64
(108,59,100)
#5D3457
(93,52,87)
#4E2D4A
(78,45,74)
#3F263D
(63,38,61)
#301F30
(48,31,48)
#211823
(33,24,35)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #A85798

#A85798
(168,87,152)
#AF66A1
(175,102,161)
#B675AA
(182,117,170)
#BD84B3
(189,132,179)
#C493BC
(196,147,188)
#CBA2C5
(203,162,197)
#D2B1CE
(210,177,206)
#D9C0D7
(217,192,215)
#E0CFE0
(224,207,224)
#E7DEE9
(231,222,233)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85798 color. Also use rgb(168,87,152) instead hex code.

Text Font Color

.myTextColor { color: #A85798; }

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

This text font color is #A85798.

Background Color

.myBgColor { background-color: #A85798; }

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

This div background color is #A85798.

Border color

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

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

This div border color is #A85798.

Opacity

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

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

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

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

This text has shadow with #A85798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85798.

Preview

Color preview on black background

This text has color #A85798 on black background.


Color preview on white background

This text has color #A85798 on white background.


Black color preview on #A85798 background

This text has black color on #A85798 background.


White color preview on #A85798 background

This text has white color on #A85798 background.


Related colors

Complementary color

Complementary color for #hex is #57A867.


I love getcolorcode.com

Triadic colors

1 #98A857 and #5798A8 with #A85798 are triadic colors.

2 #9857A8 and #57A898 with #A85798 are triadic colors.