COLOR #A195D6

HEX: #A195D6 RGB: (161,149,214)

Color info

#A195D6 contains mainly red and blue colors. Web safe color of #A195D6 is #9999CC (or #99C).

RGB color model

#A195D6 color RGB value is (161,149,214).

RGB: (161,149,214) (63%, 58%, 84%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 214 of 255 = 84%

161
149
214

R + G + B ~ 68%. #A195D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 214 = 524 (100%)
R 161 of 524 ~ 30.73%
G 149 of 524 ~ 28.44%
B 214 of 524 ~ 40.84'%

%30.73
%28.44
%40.84

CMYK color model

#A195D6 color CMYK value is (25,30,0,16).

  • cyan value is 24.77%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (25,30,0,16) C25M30Y0K16 (25%,30%,0%,16%) (0.25/0.30/0.00/0.16) 

CMYK percentages

%24.77
%30.37
%0
%16.08

Codes

Color #A195D6 in popluar color models

A1 95 D6
RGB 161 149 214
HSL 251° 44.22% 71.18%
HSB/HSV 251° 30.37% 83.92%
CMYK 24.77% 30.37% 0.00%
16.08%

Color #A195D6 in popluar number systems.

HEX A1 95 D6
Decimal 161 149 214
Binary 10100001 10010101 11010110
Octal 241 225 326

Shades and tints

Shades of #A195D6

#A195D6
(161,149,214)
#9388C3
(147,136,195)
#857BB0
(133,123,176)
#776E9D
(119,110,157)
#69618A
(105,97,138)
#5B5477
(91,84,119)
#4D4764
(77,71,100)
#3F3A51
(63,58,81)
#312D3E
(49,45,62)
#23202B
(35,32,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #A195D6

#A195D6
(161,149,214)
#A99ED9
(169,158,217)
#B1A7DC
(177,167,220)
#B9B0DF
(185,176,223)
#C1B9E2
(193,185,226)
#C9C2E5
(201,194,229)
#D1CBE8
(209,203,232)
#D9D4EB
(217,212,235)
#E1DDEE
(225,221,238)
#E9E6F1
(233,230,241)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195D6; }

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

This text font color is #A195D6.

Background Color

.myBgColor { background-color: #A195D6; }

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

This div background color is #A195D6.

Border color

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

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

This div border color is #A195D6.

Opacity

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

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

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

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

This text has shadow with #A195D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A195D6.

Preview

Color preview on black background

This text has color #A195D6 on black background.


Color preview on white background

This text has color #A195D6 on white background.


Black color preview on #A195D6 background

This text has black color on #A195D6 background.


White color preview on #A195D6 background

This text has white color on #A195D6 background.


Related colors

Complementary color

Complementary color for #hex is #5E6A29.


I love getcolorcode.com

Triadic colors

1 #D6A195 and #95D6A1 with #A195D6 are triadic colors.

2 #D695A1 and #95A1D6 with #A195D6 are triadic colors.