COLOR #AB75A6

HEX: #AB75A6
RGB: (171,117,166)

Color info

#AB75A6 contains red, green and blue colors in about the same proportion. Web safe color of #AB75A6 is #996699 (or #969).

RGB color model

#AB75A6 color RGB value is (171,117,166).

  • red value is 171;
  • green value is 117;
  • blue value is 166.
RGB:
(171,117,166)
(67%,46%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 166 of 255 = 65%

171
117
166

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 166 = 454 (100%)
R 171 of 454 ~ 37.67%
G 117 of 454 ~ 25.77%
B 166 of 454 ~ 36.56%

%37.67
%25.77
%36.56

CMYK color model

#AB75A6 color CMYK value is (0,32,3,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(0,32,3,33)
C0M32Y3K33 
(0%,32%,3%,33%)
(0.00/0.32/0.03/0.33)	

CMYK percentages

%0
%31.58
%2.92
%32.94

Codes

Color #AB75A6 in popluar color models

AB75A6
RGB171117166
HSL306°24.32%56.47%
HSB/HSV306°31.58%67.06%
CMYK0.00%31.58%2.92%
32.94%

Color #AB75A6 in popluar number systems.

HEXAB75A6
Decimal171117166
Binary10101011111010110100110
Octal253165246

Shades and tints

Shades of #AB75A6

#AB75A6
(171,117,166)
#9C6B97
(156,107,151)
#8D6188
(141,97,136)
#7E5779
(126,87,121)
#6F4D6A
(111,77,106)
#60435B
(96,67,91)
#51394C
(81,57,76)
#422F3D
(66,47,61)
#33252E
(51,37,46)
#241B1F
(36,27,31)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #AB75A6

#AB75A6
(171,117,166)
#B281AE
(178,129,174)
#B98DB6
(185,141,182)
#C099BE
(192,153,190)
#C7A5C6
(199,165,198)
#CEB1CE
(206,177,206)
#D5BDD6
(213,189,214)
#DCC9DE
(220,201,222)
#E3D5E6
(227,213,230)
#EAE1EE
(234,225,238)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB75A6 color. Also use rgb(171,117,166) instead hex code.

Text Font Color

.myTextColor { color: #AB75A6; }

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

This text font color is #AB75A6.


Background Color

.myBgColor { background-color: #AB75A6; }

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

This div background color is #AB75A6.


Border color

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

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

This div border color is #AB75A6.


Opacity

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

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

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

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

This text has shadow with #AB75A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB75A6 on black background.


Color preview on white background

This text has color #AB75A6 on white background.



Black color preview on #AB75A6 background

This text has black color on #AB75A6 background.


White color preview on #AB75A6 background

This text has white color on #AB75A6 background.