COLOR #A096AF

HEX: #A096AF
RGB: (160,150,175)

Color info

#A096AF contains red, green and blue colors in about the same proportion. Web safe color of #A096AF is #999999 (or #999).

RGB color model

#A096AF color RGB value is (160,150,175).

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

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 175 of 255 = 69%

160
150
175

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

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 175 = 485 (100%)
R 160 of 485 ~ 32.99%
G 150 of 485 ~ 30.93%
B 175 of 485 ~ 36.08%

%32.99
%30.93
%36.08

CMYK color model

#A096AF color CMYK value is (9,14,0,31).

  • cyan value is 8.57%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(9,14,0,31)
C9M14Y0K31 
(9%,14%,0%,31%)
(0.09/0.14/0.00/0.31)	

CMYK percentages

%8.57
%14.29
%0
%31.37

Codes

Color #A096AF in popluar color models

A096AF
RGB160150175
HSL264°13.51%63.73%
HSB/HSV264°14.29%68.63%
CMYK8.57%14.29%0.00%
31.37%

Color #A096AF in popluar number systems.

HEXA096AF
Decimal160150175
Binary101000001001011010101111
Octal240226257

Shades and tints

Shades of #A096AF

#A096AF
(160,150,175)
#9289A0
(146,137,160)
#847C91
(132,124,145)
#766F82
(118,111,130)
#686273
(104,98,115)
#5A5564
(90,85,100)
#4C4855
(76,72,85)
#3E3B46
(62,59,70)
#302E37
(48,46,55)
#222128
(34,33,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #A096AF

#A096AF
(160,150,175)
#A89FB6
(168,159,182)
#B0A8BD
(176,168,189)
#B8B1C4
(184,177,196)
#C0BACB
(192,186,203)
#C8C3D2
(200,195,210)
#D0CCD9
(208,204,217)
#D8D5E0
(216,213,224)
#E0DEE7
(224,222,231)
#E8E7EE
(232,231,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096AF; }

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

This text font color is #A096AF.


Background Color

.myBgColor { background-color: #A096AF; }

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

This div background color is #A096AF.


Border color

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

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

This div border color is #A096AF.


Opacity

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

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

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

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

This text has shadow with #A096AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A096AF on black background.


Color preview on white background

This text has color #A096AF on white background.



Black color preview on #A096AF background

This text has black color on #A096AF background.


White color preview on #A096AF background

This text has white color on #A096AF background.