COLOR #AB429C

HEX: #AB429C
RGB: (171,66,156)

Color info

#AB429C contains mainly red and blue colors. Web safe color of #AB429C is #993399 (or #939).

RGB color model

#AB429C color RGB value is (171,66,156).

  • red value is 171;
  • green value is 66;
  • blue value is 156.
RGB:
(171,66,156)
(67%,26%,61%)

RGB channels and saturation

R 171 of 255 = 67%
G 66 of 255 = 26%
B 156 of 255 = 61%

171
66
156

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

Portions of RGB colors in percentages

R + G + B =
171 + 66 + 156 = 393 (100%)
R 171 of 393 ~ 43.51%
G 66 of 393 ~ 16.79%
B 156 of 393 ~ 39.69%

%43.51
%16.79
%39.69

CMYK color model

#AB429C color CMYK value is (0,61,9,33).

  • cyan value is 0.00%
  • magenta value is 61.40%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(0,61,9,33)
C0M61Y9K33 
(0%,61%,9%,33%)
(0.00/0.61/0.09/0.33)	

CMYK percentages

%0
%61.4
%8.77
%32.94

Codes

Color #AB429C in popluar color models

AB429C
RGB17166156
HSL309°44.30%46.47%
HSB/HSV309°61.40%67.06%
CMYK0.00%61.40%8.77%
32.94%

Color #AB429C in popluar number systems.

HEXAB429C
Decimal17166156
Binary10101011100001010011100
Octal253102234

Shades and tints

Shades of #AB429C

#AB429C
(171,66,156)
#9C3C8E
(156,60,142)
#8D3680
(141,54,128)
#7E3072
(126,48,114)
#6F2A64
(111,42,100)
#602456
(96,36,86)
#511E48
(81,30,72)
#42183A
(66,24,58)
#33122C
(51,18,44)
#240C1E
(36,12,30)
#150610
(21,6,16)
#000000
(0,0,0)

Tints of #AB429C

#AB429C
(171,66,156)
#B253A5
(178,83,165)
#B964AE
(185,100,174)
#C075B7
(192,117,183)
#C786C0
(199,134,192)
#CE97C9
(206,151,201)
#D5A8D2
(213,168,210)
#DCB9DB
(220,185,219)
#E3CAE4
(227,202,228)
#EADBED
(234,219,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB429C; }

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

This text font color is #AB429C.


Background Color

.myBgColor { background-color: #AB429C; }

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

This div background color is #AB429C.


Border color

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

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

This div border color is #AB429C.


Opacity

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

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

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

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

This text has shadow with #AB429C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB429C on black background.


Color preview on white background

This text has color #AB429C on white background.



Black color preview on #AB429C background

This text has black color on #AB429C background.


White color preview on #AB429C background

This text has white color on #AB429C background.