COLOR #A85392

HEX: #A85392
RGB: (168,83,146)

Color info

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

RGB color model

#A85392 color RGB value is (168,83,146).

  • red value is 168;
  • green value is 83;
  • blue value is 146.
RGB:
(168,83,146)
(66%,33%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 146 of 255 = 57%

168
83
146

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

Portions of RGB colors in percentages

R + G + B =
168 + 83 + 146 = 397 (100%)
R 168 of 397 ~ 42.32%
G 83 of 397 ~ 20.91%
B 146 of 397 ~ 36.78%

%42.32
%20.91
%36.78

CMYK color model

#A85392 color CMYK value is (0,51,13,34).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 13.10%
  • key color value is 34.12%
CMYK:
(0,51,13,34)
C0M51Y13K34 
(0%,51%,13%,34%)
(0.00/0.51/0.13/0.34)	

CMYK percentages

%0
%50.6
%13.1
%34.12

Codes

Color #A85392 in popluar color models

A85392
RGB16883146
HSL316°33.86%49.22%
HSB/HSV316°50.60%65.88%
CMYK0.00%50.60%13.10%
34.12%

Color #A85392 in popluar number systems.

HEXA85392
Decimal16883146
Binary10101000101001110010010
Octal250123222

Shades and tints

Shades of #A85392

#A85392
(168,83,146)
#994C85
(153,76,133)
#8A4578
(138,69,120)
#7B3E6B
(123,62,107)
#6C375E
(108,55,94)
#5D3051
(93,48,81)
#4E2944
(78,41,68)
#3F2237
(63,34,55)
#301B2A
(48,27,42)
#21141D
(33,20,29)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #A85392

#A85392
(168,83,146)
#AF629B
(175,98,155)
#B671A4
(182,113,164)
#BD80AD
(189,128,173)
#C48FB6
(196,143,182)
#CB9EBF
(203,158,191)
#D2ADC8
(210,173,200)
#D9BCD1
(217,188,209)
#E0CBDA
(224,203,218)
#E7DAE3
(231,218,227)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85392; }

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

This text font color is #A85392.


Background Color

.myBgColor { background-color: #A85392; }

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

This div background color is #A85392.


Border color

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

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

This div border color is #A85392.


Opacity

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

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

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

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

This text has shadow with #A85392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85392 on black background.


Color preview on white background

This text has color #A85392 on white background.



Black color preview on #A85392 background

This text has black color on #A85392 background.


White color preview on #A85392 background

This text has white color on #A85392 background.