COLOR #A095C9

HEX: #A095C9 RGB: (160,149,201)

Color info

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

RGB color model

#A095C9 color RGB value is (160,149,201).

RGB: (160,149,201) (63%, 58%, 79%)

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 201 of 255 = 79%

160
149
201

R + G + B ~ 67%. #A095C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 149 + 201 = 510 (100%)
R 160 of 510 ~ 31.37%
G 149 of 510 ~ 29.22%
B 201 of 510 ~ 39.41'%

%31.37
%29.22
%39.41

CMYK color model

#A095C9 color CMYK value is (20,26,0,21).

  • cyan value is 20.40%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (20,26,0,21) C20M26Y0K21 (20%,26%,0%,21%) (0.20/0.26/0.00/0.21) 

CMYK percentages

%20.4
%25.87
%0
%21.18

Codes

Color #A095C9 in popluar color models

A0 95 C9
RGB 160 149 201
HSL 253° 32.50% 68.63%
HSB/HSV 253° 25.87% 78.82%
CMYK 20.40% 25.87% 0.00%
21.18%

Color #A095C9 in popluar number systems.

HEX A0 95 C9
Decimal 160 149 201
Binary 10100000 10010101 11001001
Octal 240 225 311

Shades and tints

Shades of #A095C9

#A095C9
(160,149,201)
#9288B7
(146,136,183)
#847BA5
(132,123,165)
#766E93
(118,110,147)
#686181
(104,97,129)
#5A546F
(90,84,111)
#4C475D
(76,71,93)
#3E3A4B
(62,58,75)
#302D39
(48,45,57)
#222027
(34,32,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A095C9

#A095C9
(160,149,201)
#A89ECD
(168,158,205)
#B0A7D1
(176,167,209)
#B8B0D5
(184,176,213)
#C0B9D9
(192,185,217)
#C8C2DD
(200,194,221)
#D0CBE1
(208,203,225)
#D8D4E5
(216,212,229)
#E0DDE9
(224,221,233)
#E8E6ED
(232,230,237)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A095C9; }

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

This text font color is #A095C9.

Background Color

.myBgColor { background-color: #A095C9; }

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

This div background color is #A095C9.

Border color

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

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

This div border color is #A095C9.

Opacity

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

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

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

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

This text has shadow with #A095C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A095C9.

Preview

Color preview on black background

This text has color #A095C9 on black background.


Color preview on white background

This text has color #A095C9 on white background.


Black color preview on #A095C9 background

This text has black color on #A095C9 background.


White color preview on #A095C9 background

This text has white color on #A095C9 background.


Related colors

Complementary color

Complementary color for #hex is #5F6A36.


I love getcolorcode.com

Triadic colors

1 #C9A095 and #95C9A0 with #A095C9 are triadic colors.

2 #C995A0 and #95A0C9 with #A095C9 are triadic colors.