COLOR #AB005C

HEX: #AB005C
RGB: (171,0,92)

Color info

#AB005C contains mainly red color. Web safe color of #AB005C is #990066 (or #906).

RGB color model

#AB005C color RGB value is (171,0,92).

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

RGB channels and saturation

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

171
0
92

R + G + B ~ 34%. #AB005C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 0 + 92 = 263 (100%)
R 171 of 263 ~ 65.02%
G 0 of 263 ~ 0%
B 92 of 263 ~ 34.98%

%65.02
%34.98

CMYK color model

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

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

CMYK percentages

%0
%100
%46.2
%32.94

Codes

Color #AB005C in popluar color models

AB005C
RGB171092
HSL328°100.00%33.53%
HSB/HSV328°100.00%67.06%
CMYK0.00%100.00%46.20%
32.94%

Color #AB005C in popluar number systems.

HEXAB005C
Decimal171092
Binary1010101101011100
Octal2530134

Shades and tints

Shades of #AB005C

#AB005C
(171,0,92)
#9C0054
(156,0,84)
#8D004C
(141,0,76)
#7E0044
(126,0,68)
#6F003C
(111,0,60)
#600034
(96,0,52)
#51002C
(81,0,44)
#420024
(66,0,36)
#33001C
(51,0,28)
#240014
(36,0,20)
#15000C
(21,0,12)
#000000
(0,0,0)

Tints of #AB005C

#AB005C
(171,0,92)
#B2176A
(178,23,106)
#B92E78
(185,46,120)
#C04586
(192,69,134)
#C75C94
(199,92,148)
#CE73A2
(206,115,162)
#D58AB0
(213,138,176)
#DCA1BE
(220,161,190)
#E3B8CC
(227,184,204)
#EACFDA
(234,207,218)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB005C; }

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

This text font color is #AB005C.


Background Color

.myBgColor { background-color: #AB005C; }

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

This div background color is #AB005C.


Border color

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

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

This div border color is #AB005C.


Opacity

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

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

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

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

This text has shadow with #AB005C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB005C on black background.


Color preview on white background

This text has color #AB005C on white background.



Black color preview on #AB005C background

This text has black color on #AB005C background.


White color preview on #AB005C background

This text has white color on #AB005C background.