COLOR #AB17AF

HEX: #AB17AF
RGB: (171,23,175)

Color info

#AB17AF contains mainly red and blue colors. Web safe color of #AB17AF is #990099 (or #909).

RGB color model

#AB17AF color RGB value is (171,23,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 23 of 255 = 9%
B 175 of 255 = 69%

171
23
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 23 + 175 = 369 (100%)
R 171 of 369 ~ 46.34%
G 23 of 369 ~ 6.23%
B 175 of 369 ~ 47.43%

%46.34
%47.43

CMYK color model

#AB17AF color CMYK value is (2,87,0,31).

  • cyan value is 2.29%
  • magenta value is 86.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,87,0,31)
C2M87Y0K31 
(2%,87%,0%,31%)
(0.02/0.87/0.00/0.31)	

CMYK percentages

%2.29
%86.86
%0
%31.37

Codes

Color #AB17AF in popluar color models

AB17AF
RGB17123175
HSL298°76.77%38.82%
HSB/HSV298°86.86%68.63%
CMYK2.29%86.86%0.00%
31.37%

Color #AB17AF in popluar number systems.

HEXAB17AF
Decimal17123175
Binary101010111011110101111
Octal25327257

Shades and tints

Shades of #AB17AF

#AB17AF
(171,23,175)
#9C15A0
(156,21,160)
#8D1391
(141,19,145)
#7E1182
(126,17,130)
#6F0F73
(111,15,115)
#600D64
(96,13,100)
#510B55
(81,11,85)
#420946
(66,9,70)
#330737
(51,7,55)
#240528
(36,5,40)
#150319
(21,3,25)
#000000
(0,0,0)

Tints of #AB17AF

#AB17AF
(171,23,175)
#B22CB6
(178,44,182)
#B941BD
(185,65,189)
#C056C4
(192,86,196)
#C76BCB
(199,107,203)
#CE80D2
(206,128,210)
#D595D9
(213,149,217)
#DCAAE0
(220,170,224)
#E3BFE7
(227,191,231)
#EAD4EE
(234,212,238)
#F1E9F5
(241,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB17AF; }

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

This text font color is #AB17AF.


Background Color

.myBgColor { background-color: #AB17AF; }

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

This div background color is #AB17AF.


Border color

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

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

This div border color is #AB17AF.


Opacity

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

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

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

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

This text has shadow with #AB17AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB17AF on black background.


Color preview on white background

This text has color #AB17AF on white background.



Black color preview on #AB17AF background

This text has black color on #AB17AF background.


White color preview on #AB17AF background

This text has white color on #AB17AF background.