COLOR #A86190

HEX: #A86190
RGB: (168,97,144)

Color info

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

RGB color model

#A86190 color RGB value is (168,97,144).

  • red value is 168;
  • green value is 97;
  • blue value is 144.
RGB:
(168,97,144)
(66%,38%,56%)

RGB channels and saturation

R 168 of 255 = 66%
G 97 of 255 = 38%
B 144 of 255 = 56%

168
97
144

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

Portions of RGB colors in percentages

R + G + B =
168 + 97 + 144 = 409 (100%)
R 168 of 409 ~ 41.08%
G 97 of 409 ~ 23.72%
B 144 of 409 ~ 35.21%

%41.08
%23.72
%35.21

CMYK color model

#A86190 color CMYK value is (0,42,14,34).

  • cyan value is 0.00%
  • magenta value is 42.26%
  • yellow value is 14.29%
  • key color value is 34.12%
CMYK:
(0,42,14,34)
C0M42Y14K34 
(0%,42%,14%,34%)
(0.00/0.42/0.14/0.34)	

CMYK percentages

%0
%42.26
%14.29
%34.12

Codes

Color #A86190 in popluar color models

A86190
RGB16897144
HSL320°28.98%51.96%
HSB/HSV320°42.26%65.88%
CMYK0.00%42.26%14.29%
34.12%

Color #A86190 in popluar number systems.

HEXA86190
Decimal16897144
Binary10101000110000110010000
Octal250141220

Shades and tints

Shades of #A86190

#A86190
(168,97,144)
#995983
(153,89,131)
#8A5176
(138,81,118)
#7B4969
(123,73,105)
#6C415C
(108,65,92)
#5D394F
(93,57,79)
#4E3142
(78,49,66)
#3F2935
(63,41,53)
#302128
(48,33,40)
#21191B
(33,25,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A86190

#A86190
(168,97,144)
#AF6F9A
(175,111,154)
#B67DA4
(182,125,164)
#BD8BAE
(189,139,174)
#C499B8
(196,153,184)
#CBA7C2
(203,167,194)
#D2B5CC
(210,181,204)
#D9C3D6
(217,195,214)
#E0D1E0
(224,209,224)
#E7DFEA
(231,223,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86190 color. Also use rgb(168,97,144) instead hex code.

Text Font Color

.myTextColor { color: #A86190; }

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

This text font color is #A86190.


Background Color

.myBgColor { background-color: #A86190; }

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

This div background color is #A86190.


Border color

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

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

This div border color is #A86190.


Opacity

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

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

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

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

This text has shadow with #A86190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86190 on black background.


Color preview on white background

This text has color #A86190 on white background.



Black color preview on #A86190 background

This text has black color on #A86190 background.


White color preview on #A86190 background

This text has white color on #A86190 background.