COLOR #A096BF

HEX: #A096BF RGB: (160,150,191)

Color info

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

RGB color model

#A096BF color RGB value is (160,150,191).

RGB: (160,150,191) (63%, 59%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 191 of 255 = 75%

160
150
191

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

Portions of RGB colors in percentages

R + G + B = 160 + 150 + 191 = 501 (100%)
R 160 of 501 ~ 31.94%
G 150 of 501 ~ 29.94%
B 191 of 501 ~ 38.12'%

%31.94
%29.94
%38.12

CMYK color model

#A096BF color CMYK value is (16,21,0,25).

  • cyan value is 16.23%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (16,21,0,25)
C16M21Y0K25 (16%, 21%, 0%, 25%)
(0.16 / 0.21 / 0.00 / 0.25)

CMYK percentages

%16.23
%21.47
%0
%25.1

Codes

Color #A096BF in popluar color models

A0 96 BF
RGB 160 150 191
HSL 255° 24.26% 66.86%
HSB/HSV 255° 21.47% 74.90%
CMYK 16.23% 21.47% 0.00%
25.10%

Color #A096BF in popluar number systems.

HEX A0 96 BF
Decimal 160 150 191
Binary 10100000 10010110 10111111
Octal 240 226 277

Shades and tints

Shades of #A096BF

#A096BF
(160,150,191)
#9289AE
(146,137,174)
#847C9D
(132,124,157)
#766F8C
(118,111,140)
#68627B
(104,98,123)
#5A556A
(90,85,106)
#4C4859
(76,72,89)
#3E3B48
(62,59,72)
#302E37
(48,46,55)
#222126
(34,33,38)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A096BF

#A096BF
(160,150,191)
#A89FC4
(168,159,196)
#B0A8C9
(176,168,201)
#B8B1CE
(184,177,206)
#C0BAD3
(192,186,211)
#C8C3D8
(200,195,216)
#D0CCDD
(208,204,221)
#D8D5E2
(216,213,226)
#E0DEE7
(224,222,231)
#E8E7EC
(232,231,236)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096BF; }

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

This text font color is #A096BF.

Background Color

.myBgColor { background-color: #A096BF; }

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

This div background color is #A096BF.

Border color

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

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

This div border color is #A096BF.

Opacity

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

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

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

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

This text has shadow with #A096BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A096BF.

Preview

Color preview on black background

This text has color #A096BF on black background.


Color preview on white background

This text has color #A096BF on white background.


Black color preview on #A096BF background

This text has black color on #A096BF background.


White color preview on #A096BF background

This text has white color on #A096BF background.


Related colors

Complementary color

Complementary color for #hex is #5F6940.


I love getcolorcode.com

Triadic colors

1 #BFA096 and #96BFA0 with #A096BF are triadic colors.

2 #BF96A0 and #96A0BF with #A096BF are triadic colors.