COLOR #A19BBE

HEX: #A19BBE RGB: (161,155,190)

Color info

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

RGB color model

#A19BBE color RGB value is (161,155,190).

RGB: (161,155,190) (63%, 61%, 75%)

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 190 of 255 = 75%

161
155
190

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

Portions of RGB colors in percentages

R + G + B = 161 + 155 + 190 = 506 (100%)
R 161 of 506 ~ 31.82%
G 155 of 506 ~ 30.63%
B 190 of 506 ~ 37.55'%

%31.82
%30.63
%37.55

CMYK color model

#A19BBE color CMYK value is (15,18,0,25).

  • cyan value is 15.26%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (15,18,0,25) C15M18Y0K25 (15%,18%,0%,25%) (0.15/0.18/0.00/0.25) 

CMYK percentages

%15.26
%18.42
%0
%25.49

Codes

Color #A19BBE in popluar color models

A1 9B BE
RGB 161 155 190
HSL 250° 21.21% 67.65%
HSB/HSV 250° 18.42% 74.51%
CMYK 15.26% 18.42% 0.00%
25.49%

Color #A19BBE in popluar number systems.

HEX A1 9B BE
Decimal 161 155 190
Binary 10100001 10011011 10111110
Octal 241 233 276

Shades and tints

Shades of #A19BBE

#A19BBE
(161,155,190)
#938DAD
(147,141,173)
#857F9C
(133,127,156)
#77718B
(119,113,139)
#69637A
(105,99,122)
#5B5569
(91,85,105)
#4D4758
(77,71,88)
#3F3947
(63,57,71)
#312B36
(49,43,54)
#231D25
(35,29,37)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #A19BBE

#A19BBE
(161,155,190)
#A9A4C3
(169,164,195)
#B1ADC8
(177,173,200)
#B9B6CD
(185,182,205)
#C1BFD2
(193,191,210)
#C9C8D7
(201,200,215)
#D1D1DC
(209,209,220)
#D9DAE1
(217,218,225)
#E1E3E6
(225,227,230)
#E9ECEB
(233,236,235)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19BBE; }

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

This text font color is #A19BBE.

Background Color

.myBgColor { background-color: #A19BBE; }

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

This div background color is #A19BBE.

Border color

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

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

This div border color is #A19BBE.

Opacity

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

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

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

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

This text has shadow with #A19BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19BBE.

Preview

Color preview on black background

This text has color #A19BBE on black background.


Color preview on white background

This text has color #A19BBE on white background.


Black color preview on #A19BBE background

This text has black color on #A19BBE background.


White color preview on #A19BBE background

This text has white color on #A19BBE background.


Related colors

Complementary color

Complementary color for #hex is #5E6441.


I love getcolorcode.com

Triadic colors

1 #BEA19B and #9BBEA1 with #A19BBE are triadic colors.

2 #BE9BA1 and #9BA1BE with #A19BBE are triadic colors.