COLOR #AB48B8

HEX: #AB48B8
RGB: (171,72,184)

Color info

#AB48B8 contains mainly red and blue colors. Web safe color of #AB48B8 is #9933CC (or #93C).

RGB color model

#AB48B8 color RGB value is (171,72,184).

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

RGB channels and saturation

R 171 of 255 = 67%
G 72 of 255 = 28%
B 184 of 255 = 72%

171
72
184

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

Portions of RGB colors in percentages

R + G + B =
171 + 72 + 184 = 427 (100%)
R 171 of 427 ~ 40.05%
G 72 of 427 ~ 16.86%
B 184 of 427 ~ 43.09%

%40.05
%16.86
%43.09

CMYK color model

#AB48B8 color CMYK value is (7,61,0,28).

  • cyan value is 7.07%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(7,61,0,28)
C7M61Y0K28 
(7%,61%,0%,28%)
(0.07/0.61/0.00/0.28)	

CMYK percentages

%7.07
%60.87
%0
%27.84

Codes

Color #AB48B8 in popluar color models

AB48B8
RGB17172184
HSL293°44.09%50.20%
HSB/HSV293°60.87%72.16%
CMYK7.07%60.87%0.00%
27.84%

Color #AB48B8 in popluar number systems.

HEXAB48B8
Decimal17172184
Binary10101011100100010111000
Octal253110270

Shades and tints

Shades of #AB48B8

#AB48B8
(171,72,184)
#9C42A8
(156,66,168)
#8D3C98
(141,60,152)
#7E3688
(126,54,136)
#6F3078
(111,48,120)
#602A68
(96,42,104)
#512458
(81,36,88)
#421E48
(66,30,72)
#331838
(51,24,56)
#241228
(36,18,40)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #AB48B8

#AB48B8
(171,72,184)
#B258BE
(178,88,190)
#B968C4
(185,104,196)
#C078CA
(192,120,202)
#C788D0
(199,136,208)
#CE98D6
(206,152,214)
#D5A8DC
(213,168,220)
#DCB8E2
(220,184,226)
#E3C8E8
(227,200,232)
#EAD8EE
(234,216,238)
#F1E8F4
(241,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB48B8; }

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

This text font color is #AB48B8.


Background Color

.myBgColor { background-color: #AB48B8; }

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

This div background color is #AB48B8.


Border color

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

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

This div border color is #AB48B8.


Opacity

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

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

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

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

This text has shadow with #AB48B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB48B8 on black background.


Color preview on white background

This text has color #AB48B8 on white background.



Black color preview on #AB48B8 background

This text has black color on #AB48B8 background.


White color preview on #AB48B8 background

This text has white color on #AB48B8 background.