COLOR #A096B5

HEX: #A096B5 RGB: (160,150,181)

Color info

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

RGB color model

#A096B5 color RGB value is (160,150,181).

RGB: (160,150,181) (63%, 59%, 71%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 181 of 255 = 71%

160
150
181

R + G + B ~ 64%. #A096B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 150 + 181 = 491 (100%)
R 160 of 491 ~ 32.59%
G 150 of 491 ~ 30.55%
B 181 of 491 ~ 36.86'%

%32.59
%30.55
%36.86

CMYK color model

#A096B5 color CMYK value is (12,17,0,29).

  • cyan value is 11.60%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (12,17,0,29)
C12M17Y0K29 (12%, 17%, 0%, 29%)
(0.12 / 0.17 / 0.00 / 0.29)

CMYK percentages

%11.6
%17.13
%0
%29.02

Codes

Color #A096B5 in popluar color models

A0 96 B5
RGB 160 150 181
HSL 259° 17.32% 64.90%
HSB/HSV 259° 17.13% 70.98%
CMYK 11.60% 17.13% 0.00%
29.02%

Color #A096B5 in popluar number systems.

HEX A0 96 B5
Decimal 160 150 181
Binary 10100000 10010110 10110101
Octal 240 226 265

Shades and tints

Shades of #A096B5

#A096B5
(160,150,181)
#9289A5
(146,137,165)
#847C95
(132,124,149)
#766F85
(118,111,133)
#686275
(104,98,117)
#5A5565
(90,85,101)
#4C4855
(76,72,85)
#3E3B45
(62,59,69)
#302E35
(48,46,53)
#222125
(34,33,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A096B5

#A096B5
(160,150,181)
#A89FBB
(168,159,187)
#B0A8C1
(176,168,193)
#B8B1C7
(184,177,199)
#C0BACD
(192,186,205)
#C8C3D3
(200,195,211)
#D0CCD9
(208,204,217)
#D8D5DF
(216,213,223)
#E0DEE5
(224,222,229)
#E8E7EB
(232,231,235)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A096B5 color. Also use rgb(160,150,181) instead hex code.

Text Font Color

.myTextColor { color: #A096B5; }

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

This text font color is #A096B5.

Background Color

.myBgColor { background-color: #A096B5; }

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

This div background color is #A096B5.

Border color

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

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

This div border color is #A096B5.

Opacity

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

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

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

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

This text has shadow with #A096B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A096B5.

Preview

Color preview on black background

This text has color #A096B5 on black background.


Color preview on white background

This text has color #A096B5 on white background.


Black color preview on #A096B5 background

This text has black color on #A096B5 background.


White color preview on #A096B5 background

This text has white color on #A096B5 background.


Related colors

Complementary color

Complementary color for #hex is #5F694A.


I love getcolorcode.com

Triadic colors

1 #B5A096 and #96B5A0 with #A096B5 are triadic colors.

2 #B596A0 and #96A0B5 with #A096B5 are triadic colors.