COLOR #AB3CAD

HEX: #AB3CAD RGB: (171,60,173)

Color info

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

RGB color model

#AB3CAD color RGB value is (171,60,173).

RGB: (171,60,173) (67%, 24%, 68%)

RGB channels and saturation

R 171 of 255 = 67%
G 60 of 255 = 24%
B 173 of 255 = 68%

171
60
173

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

Portions of RGB colors in percentages

R + G + B = 171 + 60 + 173 = 404 (100%)
R 171 of 404 ~ 42.33%
G 60 of 404 ~ 14.85%
B 173 of 404 ~ 42.82'%

%42.33
%14.85
%42.82

CMYK color model

#AB3CAD color CMYK value is (1,65,0,32).

  • cyan value is 1.16%
  • magenta value is 65.32%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (1,65,0,32) C1M65Y0K32 (1%,65%,0%,32%) (0.01/0.65/0.00/0.32) 

CMYK percentages

%1.16
%65.32
%0
%32.16

Codes

Color #AB3CAD in popluar color models

AB 3C AD
RGB 171 60 173
HSL 299° 48.50% 45.69%
HSB/HSV 299° 65.32% 67.84%
CMYK 1.16% 65.32% 0.00%
32.16%

Color #AB3CAD in popluar number systems.

HEX AB 3C AD
Decimal 171 60 173
Binary 10101011 111100 10101101
Octal 253 74 255

Shades and tints

Shades of #AB3CAD

#AB3CAD
(171,60,173)
#9C379E
(156,55,158)
#8D328F
(141,50,143)
#7E2D80
(126,45,128)
#6F2871
(111,40,113)
#602362
(96,35,98)
#511E53
(81,30,83)
#421944
(66,25,68)
#331435
(51,20,53)
#240F26
(36,15,38)
#150A17
(21,10,23)
#000000
(0,0,0)

Tints of #AB3CAD

#AB3CAD
(171,60,173)
#B24DB4
(178,77,180)
#B95EBB
(185,94,187)
#C06FC2
(192,111,194)
#C780C9
(199,128,201)
#CE91D0
(206,145,208)
#D5A2D7
(213,162,215)
#DCB3DE
(220,179,222)
#E3C4E5
(227,196,229)
#EAD5EC
(234,213,236)
#F1E6F3
(241,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3CAD color. Also use rgb(171,60,173) instead hex code.

Text Font Color

.myTextColor { color: #AB3CAD; }

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

This text font color is #AB3CAD.

Background Color

.myBgColor { background-color: #AB3CAD; }

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

This div background color is #AB3CAD.

Border color

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

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

This div border color is #AB3CAD.

Opacity

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

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

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

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

This text has shadow with #AB3CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB3CAD.

Preview

Color preview on black background

This text has color #AB3CAD on black background.


Color preview on white background

This text has color #AB3CAD on white background.


Black color preview on #AB3CAD background

This text has black color on #AB3CAD background.


White color preview on #AB3CAD background

This text has white color on #AB3CAD background.


Related colors

Complementary color

Complementary color for #hex is #54C352.


I love getcolorcode.com

Triadic colors

1 #ADAB3C and #3CADAB with #AB3CAD are triadic colors.

2 #AD3CAB and #3CABAD with #AB3CAD are triadic colors.