COLOR #A19FBD

HEX: #A19FBD RGB: (161,159,189)

Color info

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

RGB color model

#A19FBD color RGB value is (161,159,189).

RGB: (161,159,189) (63%, 62%, 74%)

RGB channels and saturation

R 161 of 255 = 63%
G 159 of 255 = 62%
B 189 of 255 = 74%

161
159
189

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

Portions of RGB colors in percentages

R + G + B = 161 + 159 + 189 = 509 (100%)
R 161 of 509 ~ 31.63%
G 159 of 509 ~ 31.24%
B 189 of 509 ~ 37.13'%

%31.63
%31.24
%37.13

CMYK color model

#A19FBD color CMYK value is (15,16,0,26).

  • cyan value is 14.81%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (15,16,0,26)
C15M16Y0K26 (15%, 16%, 0%, 26%)
(0.15 / 0.16 / 0.00 / 0.26)

CMYK percentages

%14.81
%15.87
%0
%25.88

Codes

Color #A19FBD in popluar color models

A1 9F BD
RGB 161 159 189
HSL 244° 18.52% 68.24%
HSB/HSV 244° 15.87% 74.12%
CMYK 14.81% 15.87% 0.00%
25.88%

Color #A19FBD in popluar number systems.

HEX A1 9F BD
Decimal 161 159 189
Binary 10100001 10011111 10111101
Octal 241 237 275

Shades and tints

Shades of #A19FBD

#A19FBD
(161,159,189)
#9391AC
(147,145,172)
#85839B
(133,131,155)
#77758A
(119,117,138)
#696779
(105,103,121)
#5B5968
(91,89,104)
#4D4B57
(77,75,87)
#3F3D46
(63,61,70)
#312F35
(49,47,53)
#232124
(35,33,36)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A19FBD

#A19FBD
(161,159,189)
#A9A7C3
(169,167,195)
#B1AFC9
(177,175,201)
#B9B7CF
(185,183,207)
#C1BFD5
(193,191,213)
#C9C7DB
(201,199,219)
#D1CFE1
(209,207,225)
#D9D7E7
(217,215,231)
#E1DFED
(225,223,237)
#E9E7F3
(233,231,243)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19FBD; }

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

This text font color is #A19FBD.

Background Color

.myBgColor { background-color: #A19FBD; }

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

This div background color is #A19FBD.

Border color

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

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

This div border color is #A19FBD.

Opacity

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

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

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

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

This text has shadow with #A19FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19FBD.

Preview

Color preview on black background

This text has color #A19FBD on black background.


Color preview on white background

This text has color #A19FBD on white background.


Black color preview on #A19FBD background

This text has black color on #A19FBD background.


White color preview on #A19FBD background

This text has white color on #A19FBD background.


Related colors

Complementary color

Complementary color for #hex is #5E6042.


I love getcolorcode.com

Triadic colors

1 #BDA19F and #9FBDA1 with #A19FBD are triadic colors.

2 #BD9FA1 and #9FA1BD with #A19FBD are triadic colors.