COLOR #AB75A7

HEX: #AB75A7
RGB: (171,117,167)

Color info

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

RGB color model

#AB75A7 color RGB value is (171,117,167).

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

RGB channels and saturation

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

171
117
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 167 = 455 (100%)
R 171 of 455 ~ 37.58%
G 117 of 455 ~ 25.71%
B 167 of 455 ~ 36.7%

%37.58
%25.71
%36.7

CMYK color model

#AB75A7 color CMYK value is (0,32,2,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK:
(0,32,2,33)
C0M32Y2K33 
(0%,32%,2%,33%)
(0.00/0.32/0.02/0.33)	

CMYK percentages

%0
%31.58
%2.34
%32.94

Codes

Color #AB75A7 in popluar color models

AB75A7
RGB171117167
HSL304°24.32%56.47%
HSB/HSV304°31.58%67.06%
CMYK0.00%31.58%2.34%
32.94%

Color #AB75A7 in popluar number systems.

HEXAB75A7
Decimal171117167
Binary10101011111010110100111
Octal253165247

Shades and tints

Shades of #AB75A7

#AB75A7
(171,117,167)
#9C6B98
(156,107,152)
#8D6189
(141,97,137)
#7E577A
(126,87,122)
#6F4D6B
(111,77,107)
#60435C
(96,67,92)
#51394D
(81,57,77)
#422F3E
(66,47,62)
#33252F
(51,37,47)
#241B20
(36,27,32)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB75A7

#AB75A7
(171,117,167)
#B281AF
(178,129,175)
#B98DB7
(185,141,183)
#C099BF
(192,153,191)
#C7A5C7
(199,165,199)
#CEB1CF
(206,177,207)
#D5BDD7
(213,189,215)
#DCC9DF
(220,201,223)
#E3D5E7
(227,213,231)
#EAE1EF
(234,225,239)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB75A7; }

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

This text font color is #AB75A7.


Background Color

.myBgColor { background-color: #AB75A7; }

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

This div background color is #AB75A7.


Border color

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

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

This div border color is #AB75A7.


Opacity

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

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

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

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

This text has shadow with #AB75A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB75A7 on black background.


Color preview on white background

This text has color #AB75A7 on white background.



Black color preview on #AB75A7 background

This text has black color on #AB75A7 background.


White color preview on #AB75A7 background

This text has white color on #AB75A7 background.