COLOR #AB6095

HEX: #AB6095
RGB: (171,96,149)

Color info

#AB6095 contains mainly red and blue colors. Web safe color of #AB6095 is #996699 (or #969).

RGB color model

#AB6095 color RGB value is (171,96,149).

  • red value is 171;
  • green value is 96;
  • blue value is 149.
RGB:
(171,96,149)
(67%,38%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 96 of 255 = 38%
B 149 of 255 = 58%

171
96
149

R + G + B ~ 54%. #AB6095 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 96 + 149 = 416 (100%)
R 171 of 416 ~ 41.11%
G 96 of 416 ~ 23.08%
B 149 of 416 ~ 35.82%

%41.11
%23.08
%35.82

CMYK color model

#AB6095 color CMYK value is (0,44,13,33).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(0,44,13,33)
C0M44Y13K33 
(0%,44%,13%,33%)
(0.00/0.44/0.13/0.33)	

CMYK percentages

%0
%43.86
%12.87
%32.94

Codes

Color #AB6095 in popluar color models

AB6095
RGB17196149
HSL318°30.86%52.35%
HSB/HSV318°43.86%67.06%
CMYK0.00%43.86%12.87%
32.94%

Color #AB6095 in popluar number systems.

HEXAB6095
Decimal17196149
Binary10101011110000010010101
Octal253140225

Shades and tints

Shades of #AB6095

#AB6095
(171,96,149)
#9C5888
(156,88,136)
#8D507B
(141,80,123)
#7E486E
(126,72,110)
#6F4061
(111,64,97)
#603854
(96,56,84)
#513047
(81,48,71)
#42283A
(66,40,58)
#33202D
(51,32,45)
#241820
(36,24,32)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB6095

#AB6095
(171,96,149)
#B26E9E
(178,110,158)
#B97CA7
(185,124,167)
#C08AB0
(192,138,176)
#C798B9
(199,152,185)
#CEA6C2
(206,166,194)
#D5B4CB
(213,180,203)
#DCC2D4
(220,194,212)
#E3D0DD
(227,208,221)
#EADEE6
(234,222,230)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6095 color. Also use rgb(171,96,149) instead hex code.

Text Font Color

.myTextColor { color: #AB6095; }

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

This text font color is #AB6095.


Background Color

.myBgColor { background-color: #AB6095; }

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

This div background color is #AB6095.


Border color

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

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

This div border color is #AB6095.


Opacity

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

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

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

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

This text has shadow with #AB6095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6095 on black background.


Color preview on white background

This text has color #AB6095 on white background.



Black color preview on #AB6095 background

This text has black color on #AB6095 background.


White color preview on #AB6095 background

This text has white color on #AB6095 background.