COLOR #AB044A

HEX: #AB044A
RGB: (171,4,74)

Color info

#AB044A contains mainly red color. Web safe color of #AB044A is #990033 (or #903).

RGB color model

#AB044A color RGB value is (171,4,74).

  • red value is 171;
  • green value is 4;
  • blue value is 74.
RGB:
(171,4,74)
(67%,2%,29%)

RGB channels and saturation

R 171 of 255 = 67%
G 4 of 255 = 2%
B 74 of 255 = 29%

171
4
74

R + G + B ~ 33%. #AB044A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 4 + 74 = 249 (100%)
R 171 of 249 ~ 68.67%
G 4 of 249 ~ 1.61%
B 74 of 249 ~ 29.72%

%68.67
%29.72

CMYK color model

#AB044A color CMYK value is (0,98,57,33).

  • cyan value is 0.00%
  • magenta value is 97.66%
  • yellow value is 56.73%
  • key color value is 32.94%
CMYK:
(0,98,57,33)
C0M98Y57K33 
(0%,98%,57%,33%)
(0.00/0.98/0.57/0.33)	

CMYK percentages

%0
%97.66
%56.73
%32.94

Codes

Color #AB044A in popluar color models

AB044A
RGB171474
HSL335°95.43%34.31%
HSB/HSV335°97.66%67.06%
CMYK0.00%97.66%56.73%
32.94%

Color #AB044A in popluar number systems.

HEXAB044A
Decimal171474
Binary101010111001001010
Octal2534112

Shades and tints

Shades of #AB044A

#AB044A
(171,4,74)
#9C0444
(156,4,68)
#8D043E
(141,4,62)
#7E0438
(126,4,56)
#6F0432
(111,4,50)
#60042C
(96,4,44)
#510426
(81,4,38)
#420420
(66,4,32)
#33041A
(51,4,26)
#240414
(36,4,20)
#15040E
(21,4,14)
#000000
(0,0,0)

Tints of #AB044A

#AB044A
(171,4,74)
#B21A5A
(178,26,90)
#B9306A
(185,48,106)
#C0467A
(192,70,122)
#C75C8A
(199,92,138)
#CE729A
(206,114,154)
#D588AA
(213,136,170)
#DC9EBA
(220,158,186)
#E3B4CA
(227,180,202)
#EACADA
(234,202,218)
#F1E0EA
(241,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB044A; }

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

This text font color is #AB044A.


Background Color

.myBgColor { background-color: #AB044A; }

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

This div background color is #AB044A.


Border color

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

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

This div border color is #AB044A.


Opacity

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

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

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

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

This text has shadow with #AB044A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB044A on black background.


Color preview on white background

This text has color #AB044A on white background.



Black color preview on #AB044A background

This text has black color on #AB044A background.


White color preview on #AB044A background

This text has white color on #AB044A background.