COLOR #A195BE

HEX: #A195BE RGB: (161,149,190)

Color info

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

RGB color model

#A195BE color RGB value is (161,149,190).

RGB: (161,149,190) (63%, 58%, 75%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 190 of 255 = 75%

161
149
190

R + G + B ~ 65%. #A195BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 190 = 500 (100%)
R 161 of 500 ~ 32.2%
G 149 of 500 ~ 29.8%
B 190 of 500 ~ 38'%

%32.2
%29.8
%38

CMYK color model

#A195BE color CMYK value is (15,22,0,25).

  • cyan value is 15.26%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (15,22,0,25) C15M22Y0K25 (15%,22%,0%,25%) (0.15/0.22/0.00/0.25) 

CMYK percentages

%15.26
%21.58
%0
%25.49

Codes

Color #A195BE in popluar color models

A1 95 BE
RGB 161 149 190
HSL 258° 23.98% 66.47%
HSB/HSV 258° 21.58% 74.51%
CMYK 15.26% 21.58% 0.00%
25.49%

Color #A195BE in popluar number systems.

HEX A1 95 BE
Decimal 161 149 190
Binary 10100001 10010101 10111110
Octal 241 225 276

Shades and tints

Shades of #A195BE

#A195BE
(161,149,190)
#9388AD
(147,136,173)
#857B9C
(133,123,156)
#776E8B
(119,110,139)
#69617A
(105,97,122)
#5B5469
(91,84,105)
#4D4758
(77,71,88)
#3F3A47
(63,58,71)
#312D36
(49,45,54)
#232025
(35,32,37)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A195BE

#A195BE
(161,149,190)
#A99EC3
(169,158,195)
#B1A7C8
(177,167,200)
#B9B0CD
(185,176,205)
#C1B9D2
(193,185,210)
#C9C2D7
(201,194,215)
#D1CBDC
(209,203,220)
#D9D4E1
(217,212,225)
#E1DDE6
(225,221,230)
#E9E6EB
(233,230,235)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195BE; }

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

This text font color is #A195BE.

Background Color

.myBgColor { background-color: #A195BE; }

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

This div background color is #A195BE.

Border color

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

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

This div border color is #A195BE.

Opacity

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

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

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

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

This text has shadow with #A195BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A195BE.

Preview

Color preview on black background

This text has color #A195BE on black background.


Color preview on white background

This text has color #A195BE on white background.


Black color preview on #A195BE background

This text has black color on #A195BE background.


White color preview on #A195BE background

This text has white color on #A195BE background.


Related colors

Complementary color

Complementary color for #hex is #5E6A41.


I love getcolorcode.com

Triadic colors

1 #BEA195 and #95BEA1 with #A195BE are triadic colors.

2 #BE95A1 and #95A1BE with #A195BE are triadic colors.