COLOR #A095C2

HEX: #A095C2 RGB: (160,149,194)

Color info

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

RGB color model

#A095C2 color RGB value is (160,149,194).

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

RGB channels and saturation

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

160
149
194

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

Portions of RGB colors in percentages

R + G + B = 160 + 149 + 194 = 503 (100%)
R 160 of 503 ~ 31.81%
G 149 of 503 ~ 29.62%
B 194 of 503 ~ 38.57'%

%31.81
%29.62
%38.57

CMYK color model

#A095C2 color CMYK value is (18,23,0,24).

  • cyan value is 17.53%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (18,23,0,24) C18M23Y0K24 (18%,23%,0%,24%) (0.18/0.23/0.00/0.24) 

CMYK percentages

%17.53
%23.2
%0
%23.92

Codes

Color #A095C2 in popluar color models

A0 95 C2
RGB 160 149 194
HSL 255° 26.95% 67.25%
HSB/HSV 255° 23.20% 76.08%
CMYK 17.53% 23.20% 0.00%
23.92%

Color #A095C2 in popluar number systems.

HEX A0 95 C2
Decimal 160 149 194
Binary 10100000 10010101 11000010
Octal 240 225 302

Shades and tints

Shades of #A095C2

#A095C2
(160,149,194)
#9288B1
(146,136,177)
#847BA0
(132,123,160)
#766E8F
(118,110,143)
#68617E
(104,97,126)
#5A546D
(90,84,109)
#4C475C
(76,71,92)
#3E3A4B
(62,58,75)
#302D3A
(48,45,58)
#222029
(34,32,41)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #A095C2

#A095C2
(160,149,194)
#A89EC7
(168,158,199)
#B0A7CC
(176,167,204)
#B8B0D1
(184,176,209)
#C0B9D6
(192,185,214)
#C8C2DB
(200,194,219)
#D0CBE0
(208,203,224)
#D8D4E5
(216,212,229)
#E0DDEA
(224,221,234)
#E8E6EF
(232,230,239)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A095C2; }

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

This text font color is #A095C2.

Background Color

.myBgColor { background-color: #A095C2; }

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

This div background color is #A095C2.

Border color

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

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

This div border color is #A095C2.

Opacity

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

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

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

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

This text has shadow with #A095C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A095C2.

Preview

Color preview on black background

This text has color #A095C2 on black background.


Color preview on white background

This text has color #A095C2 on white background.


Black color preview on #A095C2 background

This text has black color on #A095C2 background.


White color preview on #A095C2 background

This text has white color on #A095C2 background.


Related colors

Complementary color

Complementary color for #hex is #5F6A3D.


I love getcolorcode.com

Triadic colors

1 #C2A095 and #95C2A0 with #A095C2 are triadic colors.

2 #C295A0 and #95A0C2 with #A095C2 are triadic colors.