COLOR #AB61EF

HEX: #AB61EF RGB: (171,97,239)

Color info

#AB61EF contains mainly blue color. Web safe color of #AB61EF is #9966FF (or #96F).

RGB color model

#AB61EF color RGB value is (171,97,239).

RGB: (171,97,239) (67%, 38%, 94%)

RGB channels and saturation

R 171 of 255 = 67%
G 97 of 255 = 38%
B 239 of 255 = 94%

171
97
239

R + G + B ~ 66%. #AB61EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 97 + 239 = 507 (100%)
R 171 of 507 ~ 33.73%
G 97 of 507 ~ 19.13%
B 239 of 507 ~ 47.14'%

%33.73
%19.13
%47.14

CMYK color model

#AB61EF color CMYK value is (28,59,0,6).

  • cyan value is 28.45%
  • magenta value is 59.41%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (28,59,0,6)
C28M59Y0K6 (28%, 59%, 0%, 6%)
(0.28 / 0.59 / 0.00 / 0.06)

CMYK percentages

%28.45
%59.41
%0
%6.27

Codes

Color #AB61EF in popluar color models

AB 61 EF
RGB 171 97 239
HSL 271° 81.61% 65.88%
HSB/HSV 271° 59.41% 93.73%
CMYK 28.45% 59.41% 0.00%
6.27%

Color #AB61EF in popluar number systems.

HEX AB 61 EF
Decimal 171 97 239
Binary 10101011 1100001 11101111
Octal 253 141 357

Shades and tints

Shades of #AB61EF

#AB61EF
(171,97,239)
#9C59DA
(156,89,218)
#8D51C5
(141,81,197)
#7E49B0
(126,73,176)
#6F419B
(111,65,155)
#603986
(96,57,134)
#513171
(81,49,113)
#42295C
(66,41,92)
#332147
(51,33,71)
#241932
(36,25,50)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #AB61EF

#AB61EF
(171,97,239)
#B26FF0
(178,111,240)
#B97DF1
(185,125,241)
#C08BF2
(192,139,242)
#C799F3
(199,153,243)
#CEA7F4
(206,167,244)
#D5B5F5
(213,181,245)
#DCC3F6
(220,195,246)
#E3D1F7
(227,209,247)
#EADFF8
(234,223,248)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB61EF color. Also use rgb(171,97,239) instead hex code.

Text Font Color

.myTextColor { color: #AB61EF; }

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

This text font color is #AB61EF.

Background Color

.myBgColor { background-color: #AB61EF; }

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

This div background color is #AB61EF.

Border color

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

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

This div border color is #AB61EF.

Opacity

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

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

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

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

This text has shadow with #AB61EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB61EF.

Preview

Color preview on black background

This text has color #AB61EF on black background.


Color preview on white background

This text has color #AB61EF on white background.


Black color preview on #AB61EF background

This text has black color on #AB61EF background.


White color preview on #AB61EF background

This text has white color on #AB61EF background.


Related colors

Complementary color

Complementary color for #hex is #549E10.


I love getcolorcode.com

Triadic colors

1 #EFAB61 and #61EFAB with #AB61EF are triadic colors.

2 #EF61AB and #61ABEF with #AB61EF are triadic colors.