COLOR #A19BD6

HEX: #A19BD6 RGB: (161,155,214)

Color info

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

RGB color model

#A19BD6 color RGB value is (161,155,214).

RGB: (161,155,214) (63%, 61%, 84%)

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 214 of 255 = 84%

161
155
214

R + G + B ~ 69%. #A19BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 155 + 214 = 530 (100%)
R 161 of 530 ~ 30.38%
G 155 of 530 ~ 29.25%
B 214 of 530 ~ 40.38'%

%30.38
%29.25
%40.38

CMYK color model

#A19BD6 color CMYK value is (25,28,0,16).

  • cyan value is 24.77%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (25,28,0,16)
C25M28Y0K16 (25%, 28%, 0%, 16%)
(0.25 / 0.28 / 0.00 / 0.16)

CMYK percentages

%24.77
%27.57
%0
%16.08

Codes

Color #A19BD6 in popluar color models

A1 9B D6
RGB 161 155 214
HSL 246° 41.84% 72.35%
HSB/HSV 246° 27.57% 83.92%
CMYK 24.77% 27.57% 0.00%
16.08%

Color #A19BD6 in popluar number systems.

HEX A1 9B D6
Decimal 161 155 214
Binary 10100001 10011011 11010110
Octal 241 233 326

Shades and tints

Shades of #A19BD6

#A19BD6
(161,155,214)
#938DC3
(147,141,195)
#857FB0
(133,127,176)
#77719D
(119,113,157)
#69638A
(105,99,138)
#5B5577
(91,85,119)
#4D4764
(77,71,100)
#3F3951
(63,57,81)
#312B3E
(49,43,62)
#231D2B
(35,29,43)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #A19BD6

#A19BD6
(161,155,214)
#A9A4D9
(169,164,217)
#B1ADDC
(177,173,220)
#B9B6DF
(185,182,223)
#C1BFE2
(193,191,226)
#C9C8E5
(201,200,229)
#D1D1E8
(209,209,232)
#D9DAEB
(217,218,235)
#E1E3EE
(225,227,238)
#E9ECF1
(233,236,241)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19BD6 color. Also use rgb(161,155,214) instead hex code.

Text Font Color

.myTextColor { color: #A19BD6; }

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

This text font color is #A19BD6.

Background Color

.myBgColor { background-color: #A19BD6; }

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

This div background color is #A19BD6.

Border color

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

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

This div border color is #A19BD6.

Opacity

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

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

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

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

This text has shadow with #A19BD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19BD6.

Preview

Color preview on black background

This text has color #A19BD6 on black background.


Color preview on white background

This text has color #A19BD6 on white background.


Black color preview on #A19BD6 background

This text has black color on #A19BD6 background.


White color preview on #A19BD6 background

This text has white color on #A19BD6 background.


Related colors

Complementary color

Complementary color for #hex is #5E6429.


I love getcolorcode.com

Triadic colors

1 #D6A19B and #9BD6A1 with #A19BD6 are triadic colors.

2 #D69BA1 and #9BA1D6 with #A19BD6 are triadic colors.