COLOR #AB00AB

HEX: #AB00AB
RGB: (171,0,171)

Color info

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

RGB color model

#AB00AB color RGB value is (171,0,171).

  • red value is 171;
  • green value is 0;
  • blue value is 171.
RGB:
(171,0,171)
(67%,0%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 0 of 255 = 0%
B 171 of 255 = 67%

171
0
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 0 + 171 = 342 (100%)
R 171 of 342 ~ 50%
G 0 of 342 ~ 0%
B 171 of 342 ~ 50%

%50
%50

CMYK color model

#AB00AB color CMYK value is (0,100,0,33).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(0,100,0,33)
C0M100Y0K33 
(0%,100%,0%,33%)
(0.00/1.00/0.00/0.33)	

CMYK percentages

%0
%100
%0
%32.94

Codes

Color #AB00AB in popluar color models

AB00AB
RGB1710171
HSL300°100.00%33.53%
HSB/HSV300°100.00%67.06%
CMYK0.00%100.00%0.00%
32.94%

Color #AB00AB in popluar number systems.

HEXAB00AB
Decimal1710171
Binary10101011010101011
Octal2530253

Shades and tints

Shades of #AB00AB

#AB00AB
(171,0,171)
#9C009C
(156,0,156)
#8D008D
(141,0,141)
#7E007E
(126,0,126)
#6F006F
(111,0,111)
#600060
(96,0,96)
#510051
(81,0,81)
#420042
(66,0,66)
#330033
(51,0,51)
#240024
(36,0,36)
#150015
(21,0,21)
#000000
(0,0,0)

Tints of #AB00AB

#AB00AB
(171,0,171)
#B217B2
(178,23,178)
#B92EB9
(185,46,185)
#C045C0
(192,69,192)
#C75CC7
(199,92,199)
#CE73CE
(206,115,206)
#D58AD5
(213,138,213)
#DCA1DC
(220,161,220)
#E3B8E3
(227,184,227)
#EACFEA
(234,207,234)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB00AB; }

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

This text font color is #AB00AB.


Background Color

.myBgColor { background-color: #AB00AB; }

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

This div background color is #AB00AB.


Border color

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

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

This div border color is #AB00AB.


Opacity

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

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

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

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

This text has shadow with #AB00AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB00AB on black background.


Color preview on white background

This text has color #AB00AB on white background.



Black color preview on #AB00AB background

This text has black color on #AB00AB background.


White color preview on #AB00AB background

This text has white color on #AB00AB background.