COLOR #AB659C

HEX: #AB659C
RGB: (171,101,156)

Color info

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

RGB color model

#AB659C color RGB value is (171,101,156).

  • red value is 171;
  • green value is 101;
  • blue value is 156.
RGB:
(171,101,156)
(67%,40%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 101 of 255 = 40%
B 156 of 255 = 61%

171
101
156

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

Portions of RGB colors in percentages

R + G + B =
171 + 101 + 156 = 428 (100%)
R 171 of 428 ~ 39.95%
G 101 of 428 ~ 23.6%
B 156 of 428 ~ 36.45%

%39.95
%23.6
%36.45

CMYK color model

#AB659C color CMYK value is (0,41,9,33).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(0,41,9,33)
C0M41Y9K33 
(0%,41%,9%,33%)
(0.00/0.41/0.09/0.33)	

CMYK percentages

%0
%40.94
%8.77
%32.94

Codes

Color #AB659C in popluar color models

AB659C
RGB171101156
HSL313°29.41%53.33%
HSB/HSV313°40.94%67.06%
CMYK0.00%40.94%8.77%
32.94%

Color #AB659C in popluar number systems.

HEXAB659C
Decimal171101156
Binary10101011110010110011100
Octal253145234

Shades and tints

Shades of #AB659C

#AB659C
(171,101,156)
#9C5C8E
(156,92,142)
#8D5380
(141,83,128)
#7E4A72
(126,74,114)
#6F4164
(111,65,100)
#603856
(96,56,86)
#512F48
(81,47,72)
#42263A
(66,38,58)
#331D2C
(51,29,44)
#24141E
(36,20,30)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #AB659C

#AB659C
(171,101,156)
#B273A5
(178,115,165)
#B981AE
(185,129,174)
#C08FB7
(192,143,183)
#C79DC0
(199,157,192)
#CEABC9
(206,171,201)
#D5B9D2
(213,185,210)
#DCC7DB
(220,199,219)
#E3D5E4
(227,213,228)
#EAE3ED
(234,227,237)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB659C color. Also use rgb(171,101,156) instead hex code.

Text Font Color

.myTextColor { color: #AB659C; }

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

This text font color is #AB659C.


Background Color

.myBgColor { background-color: #AB659C; }

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

This div background color is #AB659C.


Border color

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

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

This div border color is #AB659C.


Opacity

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

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

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

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

This text has shadow with #AB659C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB659C on black background.


Color preview on white background

This text has color #AB659C on white background.



Black color preview on #AB659C background

This text has black color on #AB659C background.


White color preview on #AB659C background

This text has white color on #AB659C background.