COLOR #AB70E3

HEX: #AB70E3 RGB: (171,112,227)

Color info

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

RGB color model

#AB70E3 color RGB value is (171,112,227).

RGB: (171,112,227) (67%, 44%, 89%)

RGB channels and saturation

R 171 of 255 = 67%
G 112 of 255 = 44%
B 227 of 255 = 89%

171
112
227

R + G + B ~ 67%. #AB70E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 112 + 227 = 510 (100%)
R 171 of 510 ~ 33.53%
G 112 of 510 ~ 21.96%
B 227 of 510 ~ 44.51'%

%33.53
%21.96
%44.51

CMYK color model

#AB70E3 color CMYK value is (25,51,0,11).

  • cyan value is 24.67%
  • magenta value is 50.66%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (25,51,0,11)
C25M51Y0K11 (25%, 51%, 0%, 11%)
(0.25 / 0.51 / 0.00 / 0.11)

CMYK percentages

%24.67
%50.66
%0
%10.98

Codes

Color #AB70E3 in popluar color models

AB 70 E3
RGB 171 112 227
HSL 271° 67.25% 66.47%
HSB/HSV 271° 50.66% 89.02%
CMYK 24.67% 50.66% 0.00%
10.98%

Color #AB70E3 in popluar number systems.

HEX AB 70 E3
Decimal 171 112 227
Binary 10101011 1110000 11100011
Octal 253 160 343

Shades and tints

Shades of #AB70E3

#AB70E3
(171,112,227)
#9C66CF
(156,102,207)
#8D5CBB
(141,92,187)
#7E52A7
(126,82,167)
#6F4893
(111,72,147)
#603E7F
(96,62,127)
#51346B
(81,52,107)
#422A57
(66,42,87)
#332043
(51,32,67)
#24162F
(36,22,47)
#150C1B
(21,12,27)
#000000
(0,0,0)

Tints of #AB70E3

#AB70E3
(171,112,227)
#B27DE5
(178,125,229)
#B98AE7
(185,138,231)
#C097E9
(192,151,233)
#C7A4EB
(199,164,235)
#CEB1ED
(206,177,237)
#D5BEEF
(213,190,239)
#DCCBF1
(220,203,241)
#E3D8F3
(227,216,243)
#EAE5F5
(234,229,245)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB70E3 color. Also use rgb(171,112,227) instead hex code.

Text Font Color

.myTextColor { color: #AB70E3; }

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

This text font color is #AB70E3.

Background Color

.myBgColor { background-color: #AB70E3; }

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

This div background color is #AB70E3.

Border color

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

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

This div border color is #AB70E3.

Opacity

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

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

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

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

This text has shadow with #AB70E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB70E3.

Preview

Color preview on black background

This text has color #AB70E3 on black background.


Color preview on white background

This text has color #AB70E3 on white background.


Black color preview on #AB70E3 background

This text has black color on #AB70E3 background.


White color preview on #AB70E3 background

This text has white color on #AB70E3 background.


Related colors

Complementary color

Complementary color for #hex is #548F1C.


I love getcolorcode.com

Triadic colors

1 #E3AB70 and #70E3AB with #AB70E3 are triadic colors.

2 #E370AB and #70ABE3 with #AB70E3 are triadic colors.