COLOR #AB75A9

HEX: #AB75A9
RGB: (171,117,169)

Color info

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

RGB color model

#AB75A9 color RGB value is (171,117,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 169 of 255 = 66%

171
117
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 169 = 457 (100%)
R 171 of 457 ~ 37.42%
G 117 of 457 ~ 25.6%
B 169 of 457 ~ 36.98%

%37.42
%25.6
%36.98

CMYK color model

#AB75A9 color CMYK value is (0,32,1,33).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,32,1,33)
C0M32Y1K33 
(0%,32%,1%,33%)
(0.00/0.32/0.01/0.33)	

CMYK percentages

%0
%31.58
%1.17
%32.94

Codes

Color #AB75A9 in popluar color models

AB75A9
RGB171117169
HSL302°24.32%56.47%
HSB/HSV302°31.58%67.06%
CMYK0.00%31.58%1.17%
32.94%

Color #AB75A9 in popluar number systems.

HEXAB75A9
Decimal171117169
Binary10101011111010110101001
Octal253165251

Shades and tints

Shades of #AB75A9

#AB75A9
(171,117,169)
#9C6B9A
(156,107,154)
#8D618B
(141,97,139)
#7E577C
(126,87,124)
#6F4D6D
(111,77,109)
#60435E
(96,67,94)
#51394F
(81,57,79)
#422F40
(66,47,64)
#332531
(51,37,49)
#241B22
(36,27,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #AB75A9

#AB75A9
(171,117,169)
#B281B0
(178,129,176)
#B98DB7
(185,141,183)
#C099BE
(192,153,190)
#C7A5C5
(199,165,197)
#CEB1CC
(206,177,204)
#D5BDD3
(213,189,211)
#DCC9DA
(220,201,218)
#E3D5E1
(227,213,225)
#EAE1E8
(234,225,232)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB75A9; }

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

This text font color is #AB75A9.


Background Color

.myBgColor { background-color: #AB75A9; }

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

This div background color is #AB75A9.


Border color

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

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

This div border color is #AB75A9.


Opacity

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

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

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

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

This text has shadow with #AB75A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB75A9 on black background.


Color preview on white background

This text has color #AB75A9 on white background.



Black color preview on #AB75A9 background

This text has black color on #AB75A9 background.


White color preview on #AB75A9 background

This text has white color on #AB75A9 background.