COLOR #AB32D5

HEX: #AB32D5
RGB: (171,50,213)

Color info

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

RGB color model

#AB32D5 color RGB value is (171,50,213).

  • red value is 171;
  • green value is 50;
  • blue value is 213.
RGB:
(171,50,213)
(67%,20%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 50 of 255 = 20%
B 213 of 255 = 84%

171
50
213

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

Portions of RGB colors in percentages

R + G + B =
171 + 50 + 213 = 434 (100%)
R 171 of 434 ~ 39.4%
G 50 of 434 ~ 11.52%
B 213 of 434 ~ 49.08%

%39.4
%11.52
%49.08

CMYK color model

#AB32D5 color CMYK value is (20,77,0,16).

  • cyan value is 19.72%
  • magenta value is 76.53%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,77,0,16)
C20M77Y0K16 
(20%,77%,0%,16%)
(0.20/0.77/0.00/0.16)	

CMYK percentages

%19.72
%76.53
%0
%16.47

Codes

Color #AB32D5 in popluar color models

AB32D5
RGB17150213
HSL285°65.99%51.57%
HSB/HSV285°76.53%83.53%
CMYK19.72%76.53%0.00%
16.47%

Color #AB32D5 in popluar number systems.

HEXAB32D5
Decimal17150213
Binary1010101111001011010101
Octal25362325

Shades and tints

Shades of #AB32D5

#AB32D5
(171,50,213)
#9C2EC2
(156,46,194)
#8D2AAF
(141,42,175)
#7E269C
(126,38,156)
#6F2289
(111,34,137)
#601E76
(96,30,118)
#511A63
(81,26,99)
#421650
(66,22,80)
#33123D
(51,18,61)
#240E2A
(36,14,42)
#150A17
(21,10,23)
#000000
(0,0,0)

Tints of #AB32D5

#AB32D5
(171,50,213)
#B244D8
(178,68,216)
#B956DB
(185,86,219)
#C068DE
(192,104,222)
#C77AE1
(199,122,225)
#CE8CE4
(206,140,228)
#D59EE7
(213,158,231)
#DCB0EA
(220,176,234)
#E3C2ED
(227,194,237)
#EAD4F0
(234,212,240)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB32D5 color. Also use rgb(171,50,213) instead hex code.

Text Font Color

.myTextColor { color: #AB32D5; }

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

This text font color is #AB32D5.


Background Color

.myBgColor { background-color: #AB32D5; }

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

This div background color is #AB32D5.


Border color

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

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

This div border color is #AB32D5.


Opacity

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

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

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

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

This text has shadow with #AB32D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB32D5 on black background.


Color preview on white background

This text has color #AB32D5 on white background.



Black color preview on #AB32D5 background

This text has black color on #AB32D5 background.


White color preview on #AB32D5 background

This text has white color on #AB32D5 background.