COLOR #AB61AF

HEX: #AB61AF
RGB: (171,97,175)

Color info

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

RGB color model

#AB61AF color RGB value is (171,97,175).

  • red value is 171;
  • green value is 97;
  • blue value is 175.
RGB:
(171,97,175)
(67%,38%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 97 of 255 = 38%
B 175 of 255 = 69%

171
97
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 97 + 175 = 443 (100%)
R 171 of 443 ~ 38.6%
G 97 of 443 ~ 21.9%
B 175 of 443 ~ 39.5%

%38.6
%21.9
%39.5

CMYK color model

#AB61AF color CMYK value is (2,45,0,31).

  • cyan value is 2.29%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,45,0,31)
C2M45Y0K31 
(2%,45%,0%,31%)
(0.02/0.45/0.00/0.31)	

CMYK percentages

%2.29
%44.57
%0
%31.37

Codes

Color #AB61AF in popluar color models

AB61AF
RGB17197175
HSL297°32.77%53.33%
HSB/HSV297°44.57%68.63%
CMYK2.29%44.57%0.00%
31.37%

Color #AB61AF in popluar number systems.

HEXAB61AF
Decimal17197175
Binary10101011110000110101111
Octal253141257

Shades and tints

Shades of #AB61AF

#AB61AF
(171,97,175)
#9C59A0
(156,89,160)
#8D5191
(141,81,145)
#7E4982
(126,73,130)
#6F4173
(111,65,115)
#603964
(96,57,100)
#513155
(81,49,85)
#422946
(66,41,70)
#332137
(51,33,55)
#241928
(36,25,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB61AF

#AB61AF
(171,97,175)
#B26FB6
(178,111,182)
#B97DBD
(185,125,189)
#C08BC4
(192,139,196)
#C799CB
(199,153,203)
#CEA7D2
(206,167,210)
#D5B5D9
(213,181,217)
#DCC3E0
(220,195,224)
#E3D1E7
(227,209,231)
#EADFEE
(234,223,238)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB61AF color. Also use rgb(171,97,175) instead hex code.

Text Font Color

.myTextColor { color: #AB61AF; }

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

This text font color is #AB61AF.


Background Color

.myBgColor { background-color: #AB61AF; }

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

This div background color is #AB61AF.


Border color

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

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

This div border color is #AB61AF.


Opacity

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

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

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

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

This text has shadow with #AB61AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB61AF on black background.


Color preview on white background

This text has color #AB61AF on white background.



Black color preview on #AB61AF background

This text has black color on #AB61AF background.


White color preview on #AB61AF background

This text has white color on #AB61AF background.