COLOR #AB53B0

HEX: #AB53B0
RGB: (171,83,176)

Color info

#AB53B0 contains mainly red and blue colors. Web safe color of #AB53B0 is #996699 (or #969).

RGB color model

#AB53B0 color RGB value is (171,83,176).

  • red value is 171;
  • green value is 83;
  • blue value is 176.
RGB:
(171,83,176)
(67%,33%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 83 of 255 = 33%
B 176 of 255 = 69%

171
83
176

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

Portions of RGB colors in percentages

R + G + B =
171 + 83 + 176 = 430 (100%)
R 171 of 430 ~ 39.77%
G 83 of 430 ~ 19.3%
B 176 of 430 ~ 40.93%

%39.77
%19.3
%40.93

CMYK color model

#AB53B0 color CMYK value is (3,53,0,31).

  • cyan value is 2.84%
  • magenta value is 52.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,53,0,31)
C3M53Y0K31 
(3%,53%,0%,31%)
(0.03/0.53/0.00/0.31)	

CMYK percentages

%2.84
%52.84
%0
%30.98

Codes

Color #AB53B0 in popluar color models

AB53B0
RGB17183176
HSL297°37.05%50.78%
HSB/HSV297°52.84%69.02%
CMYK2.84%52.84%0.00%
30.98%

Color #AB53B0 in popluar number systems.

HEXAB53B0
Decimal17183176
Binary10101011101001110110000
Octal253123260

Shades and tints

Shades of #AB53B0

#AB53B0
(171,83,176)
#9C4CA0
(156,76,160)
#8D4590
(141,69,144)
#7E3E80
(126,62,128)
#6F3770
(111,55,112)
#603060
(96,48,96)
#512950
(81,41,80)
#422240
(66,34,64)
#331B30
(51,27,48)
#241420
(36,20,32)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #AB53B0

#AB53B0
(171,83,176)
#B262B7
(178,98,183)
#B971BE
(185,113,190)
#C080C5
(192,128,197)
#C78FCC
(199,143,204)
#CE9ED3
(206,158,211)
#D5ADDA
(213,173,218)
#DCBCE1
(220,188,225)
#E3CBE8
(227,203,232)
#EADAEF
(234,218,239)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB53B0; }

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

This text font color is #AB53B0.


Background Color

.myBgColor { background-color: #AB53B0; }

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

This div background color is #AB53B0.


Border color

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

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

This div border color is #AB53B0.


Opacity

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

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

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

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

This text has shadow with #AB53B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB53B0 on black background.


Color preview on white background

This text has color #AB53B0 on white background.



Black color preview on #AB53B0 background

This text has black color on #AB53B0 background.


White color preview on #AB53B0 background

This text has white color on #AB53B0 background.