COLOR #A096C5

HEX: #A096C5
RGB: (160,150,197)

Color info

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

RGB color model

#A096C5 color RGB value is (160,150,197).

  • red value is 160;
  • green value is 150;
  • blue value is 197.
RGB:
(160,150,197)
(63%,59%,77%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 197 of 255 = 77%

160
150
197

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

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 197 = 507 (100%)
R 160 of 507 ~ 31.56%
G 150 of 507 ~ 29.59%
B 197 of 507 ~ 38.86%

%31.56
%29.59
%38.86

CMYK color model

#A096C5 color CMYK value is (19,24,0,23).

  • cyan value is 18.78%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(19,24,0,23)
C19M24Y0K23 
(19%,24%,0%,23%)
(0.19/0.24/0.00/0.23)	

CMYK percentages

%18.78
%23.86
%0
%22.75

Codes

Color #A096C5 in popluar color models

A096C5
RGB160150197
HSL253°28.83%68.04%
HSB/HSV253°23.86%77.25%
CMYK18.78%23.86%0.00%
22.75%

Color #A096C5 in popluar number systems.

HEXA096C5
Decimal160150197
Binary101000001001011011000101
Octal240226305

Shades and tints

Shades of #A096C5

#A096C5
(160,150,197)
#9289B4
(146,137,180)
#847CA3
(132,124,163)
#766F92
(118,111,146)
#686281
(104,98,129)
#5A5570
(90,85,112)
#4C485F
(76,72,95)
#3E3B4E
(62,59,78)
#302E3D
(48,46,61)
#22212C
(34,33,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #A096C5

#A096C5
(160,150,197)
#A89FCA
(168,159,202)
#B0A8CF
(176,168,207)
#B8B1D4
(184,177,212)
#C0BAD9
(192,186,217)
#C8C3DE
(200,195,222)
#D0CCE3
(208,204,227)
#D8D5E8
(216,213,232)
#E0DEED
(224,222,237)
#E8E7F2
(232,231,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096C5; }

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

This text font color is #A096C5.


Background Color

.myBgColor { background-color: #A096C5; }

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

This div background color is #A096C5.


Border color

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

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

This div border color is #A096C5.


Opacity

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

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

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

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

This text has shadow with #A096C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A096C5 on black background.


Color preview on white background

This text has color #A096C5 on white background.



Black color preview on #A096C5 background

This text has black color on #A096C5 background.


White color preview on #A096C5 background

This text has white color on #A096C5 background.