COLOR #A19FBA

HEX: #A19FBA
RGB: (161,159,186)

Color info

#A19FBA contains red, green and blue colors in about the same proportion. Web safe color of #A19FBA is #9999CC (or #99C).

RGB color model

#A19FBA color RGB value is (161,159,186).

  • red value is 161;
  • green value is 159;
  • blue value is 186.
RGB:
(161,159,186)
(63%,62%,73%)

RGB channels and saturation

R 161 of 255 = 63%
G 159 of 255 = 62%
B 186 of 255 = 73%

161
159
186

R + G + B ~ 66%. #A19FBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 159 + 186 = 506 (100%)
R 161 of 506 ~ 31.82%
G 159 of 506 ~ 31.42%
B 186 of 506 ~ 36.76%

%31.82
%31.42
%36.76

CMYK color model

#A19FBA color CMYK value is (13,15,0,27).

  • cyan value is 13.44%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,15,0,27)
C13M15Y0K27 
(13%,15%,0%,27%)
(0.13/0.15/0.00/0.27)	

CMYK percentages

%13.44
%14.52
%0
%27.06

Codes

Color #A19FBA in popluar color models

A19FBA
RGB161159186
HSL244°16.36%67.65%
HSB/HSV244°14.52%72.94%
CMYK13.44%14.52%0.00%
27.06%

Color #A19FBA in popluar number systems.

HEXA19FBA
Decimal161159186
Binary101000011001111110111010
Octal241237272

Shades and tints

Shades of #A19FBA

#A19FBA
(161,159,186)
#9391AA
(147,145,170)
#85839A
(133,131,154)
#77758A
(119,117,138)
#69677A
(105,103,122)
#5B596A
(91,89,106)
#4D4B5A
(77,75,90)
#3F3D4A
(63,61,74)
#312F3A
(49,47,58)
#23212A
(35,33,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #A19FBA

#A19FBA
(161,159,186)
#A9A7C0
(169,167,192)
#B1AFC6
(177,175,198)
#B9B7CC
(185,183,204)
#C1BFD2
(193,191,210)
#C9C7D8
(201,199,216)
#D1CFDE
(209,207,222)
#D9D7E4
(217,215,228)
#E1DFEA
(225,223,234)
#E9E7F0
(233,231,240)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19FBA color. Also use rgb(161,159,186) instead hex code.

Text Font Color

.myTextColor { color: #A19FBA; }

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

This text font color is #A19FBA.


Background Color

.myBgColor { background-color: #A19FBA; }

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

This div background color is #A19FBA.


Border color

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

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

This div border color is #A19FBA.


Opacity

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

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

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

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

This text has shadow with #A19FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19FBA on black background.


Color preview on white background

This text has color #A19FBA on white background.



Black color preview on #A19FBA background

This text has black color on #A19FBA background.


White color preview on #A19FBA background

This text has white color on #A19FBA background.