COLOR #AB5AC3

HEX: #AB5AC3
RGB: (171,90,195)

Color info

#AB5AC3 contains mainly red and blue colors. Web safe color of #AB5AC3 is #9966CC (or #96C).

RGB color model

#AB5AC3 color RGB value is (171,90,195).

  • red value is 171;
  • green value is 90;
  • blue value is 195.
RGB:
(171,90,195)
(67%,35%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 90 of 255 = 35%
B 195 of 255 = 76%

171
90
195

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

Portions of RGB colors in percentages

R + G + B =
171 + 90 + 195 = 456 (100%)
R 171 of 456 ~ 37.5%
G 90 of 456 ~ 19.74%
B 195 of 456 ~ 42.76%

%37.5
%19.74
%42.76

CMYK color model

#AB5AC3 color CMYK value is (12,54,0,24).

  • cyan value is 12.31%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,54,0,24)
C12M54Y0K24 
(12%,54%,0%,24%)
(0.12/0.54/0.00/0.24)	

CMYK percentages

%12.31
%53.85
%0
%23.53

Codes

Color #AB5AC3 in popluar color models

AB5AC3
RGB17190195
HSL286°46.67%55.88%
HSB/HSV286°53.85%76.47%
CMYK12.31%53.85%0.00%
23.53%

Color #AB5AC3 in popluar number systems.

HEXAB5AC3
Decimal17190195
Binary10101011101101011000011
Octal253132303

Shades and tints

Shades of #AB5AC3

#AB5AC3
(171,90,195)
#9C52B2
(156,82,178)
#8D4AA1
(141,74,161)
#7E4290
(126,66,144)
#6F3A7F
(111,58,127)
#60326E
(96,50,110)
#512A5D
(81,42,93)
#42224C
(66,34,76)
#331A3B
(51,26,59)
#24122A
(36,18,42)
#150A19
(21,10,25)
#000000
(0,0,0)

Tints of #AB5AC3

#AB5AC3
(171,90,195)
#B269C8
(178,105,200)
#B978CD
(185,120,205)
#C087D2
(192,135,210)
#C796D7
(199,150,215)
#CEA5DC
(206,165,220)
#D5B4E1
(213,180,225)
#DCC3E6
(220,195,230)
#E3D2EB
(227,210,235)
#EAE1F0
(234,225,240)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5AC3 color. Also use rgb(171,90,195) instead hex code.

Text Font Color

.myTextColor { color: #AB5AC3; }

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

This text font color is #AB5AC3.


Background Color

.myBgColor { background-color: #AB5AC3; }

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

This div background color is #AB5AC3.


Border color

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

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

This div border color is #AB5AC3.


Opacity

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

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

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

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

This text has shadow with #AB5AC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5AC3 on black background.


Color preview on white background

This text has color #AB5AC3 on white background.



Black color preview on #AB5AC3 background

This text has black color on #AB5AC3 background.


White color preview on #AB5AC3 background

This text has white color on #AB5AC3 background.