COLOR #A195C2

HEX: #A195C2 RGB: (161,149,194)

Color info

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

RGB color model

#A195C2 color RGB value is (161,149,194).

RGB: (161,149,194) (63%, 58%, 76%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 194 of 255 = 76%

161
149
194

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 194 = 504 (100%)
R 161 of 504 ~ 31.94%
G 149 of 504 ~ 29.56%
B 194 of 504 ~ 38.49'%

%31.94
%29.56
%38.49

CMYK color model

#A195C2 color CMYK value is (17,23,0,24).

  • cyan value is 17.01%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (17,23,0,24)
C17M23Y0K24 (17%, 23%, 0%, 24%)
(0.17 / 0.23 / 0.00 / 0.24)

CMYK percentages

%17.01
%23.2
%0
%23.92

Codes

Color #A195C2 in popluar color models

A1 95 C2
RGB 161 149 194
HSL 256° 26.95% 67.25%
HSB/HSV 256° 23.20% 76.08%
CMYK 17.01% 23.20% 0.00%
23.92%

Color #A195C2 in popluar number systems.

HEX A1 95 C2
Decimal 161 149 194
Binary 10100001 10010101 11000010
Octal 241 225 302

Shades and tints

Shades of #A195C2

#A195C2
(161,149,194)
#9388B1
(147,136,177)
#857BA0
(133,123,160)
#776E8F
(119,110,143)
#69617E
(105,97,126)
#5B546D
(91,84,109)
#4D475C
(77,71,92)
#3F3A4B
(63,58,75)
#312D3A
(49,45,58)
#232029
(35,32,41)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #A195C2

#A195C2
(161,149,194)
#A99EC7
(169,158,199)
#B1A7CC
(177,167,204)
#B9B0D1
(185,176,209)
#C1B9D6
(193,185,214)
#C9C2DB
(201,194,219)
#D1CBE0
(209,203,224)
#D9D4E5
(217,212,229)
#E1DDEA
(225,221,234)
#E9E6EF
(233,230,239)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A195C2; }

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

This text font color is #A195C2.

Background Color

.myBgColor { background-color: #A195C2; }

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

This div background color is #A195C2.

Border color

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

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

This div border color is #A195C2.

Opacity

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

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

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

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

This text has shadow with #A195C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A195C2.

Preview

Color preview on black background

This text has color #A195C2 on black background.


Color preview on white background

This text has color #A195C2 on white background.


Black color preview on #A195C2 background

This text has black color on #A195C2 background.


White color preview on #A195C2 background

This text has white color on #A195C2 background.


Related colors

Complementary color

Complementary color for #hex is #5E6A3D.


I love getcolorcode.com

Triadic colors

1 #C2A195 and #95C2A1 with #A195C2 are triadic colors.

2 #C295A1 and #95A1C2 with #A195C2 are triadic colors.