COLOR #AB93E5

HEX: #AB93E5
RGB: (171,147,229)

Color info

#AB93E5 contains mainly red and blue colors. Web safe color of #AB93E5 is #9999CC (or #99C).

RGB color model

#AB93E5 color RGB value is (171,147,229).

  • red value is 171;
  • green value is 147;
  • blue value is 229.
RGB:
(171,147,229)
(67%,58%,90%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 229 of 255 = 90%

171
147
229

R + G + B ~ 72%. #AB93E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 229 = 547 (100%)
R 171 of 547 ~ 31.26%
G 147 of 547 ~ 26.87%
B 229 of 547 ~ 41.86%

%31.26
%26.87
%41.86

CMYK color model

#AB93E5 color CMYK value is (25,36,0,10).

  • cyan value is 25.33%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,36,0,10)
C25M36Y0K10 
(25%,36%,0%,10%)
(0.25/0.36/0.00/0.10)	

CMYK percentages

%25.33
%35.81
%0
%10.2

Codes

Color #AB93E5 in popluar color models

AB93E5
RGB171147229
HSL258°61.19%73.73%
HSB/HSV258°35.81%89.80%
CMYK25.33%35.81%0.00%
10.20%

Color #AB93E5 in popluar number systems.

HEXAB93E5
Decimal171147229
Binary101010111001001111100101
Octal253223345

Shades and tints

Shades of #AB93E5

#AB93E5
(171,147,229)
#9C86D1
(156,134,209)
#8D79BD
(141,121,189)
#7E6CA9
(126,108,169)
#6F5F95
(111,95,149)
#605281
(96,82,129)
#51456D
(81,69,109)
#423859
(66,56,89)
#332B45
(51,43,69)
#241E31
(36,30,49)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #AB93E5

#AB93E5
(171,147,229)
#B29CE7
(178,156,231)
#B9A5E9
(185,165,233)
#C0AEEB
(192,174,235)
#C7B7ED
(199,183,237)
#CEC0EF
(206,192,239)
#D5C9F1
(213,201,241)
#DCD2F3
(220,210,243)
#E3DBF5
(227,219,245)
#EAE4F7
(234,228,247)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB93E5 color. Also use rgb(171,147,229) instead hex code.

Text Font Color

.myTextColor { color: #AB93E5; }

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

This text font color is #AB93E5.


Background Color

.myBgColor { background-color: #AB93E5; }

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

This div background color is #AB93E5.


Border color

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

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

This div border color is #AB93E5.


Opacity

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

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

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

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

This text has shadow with #AB93E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB93E5 on black background.


Color preview on white background

This text has color #AB93E5 on white background.



Black color preview on #AB93E5 background

This text has black color on #AB93E5 background.


White color preview on #AB93E5 background

This text has white color on #AB93E5 background.