COLOR #AB70BE

HEX: #AB70BE RGB: (171,112,190)

Color info

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

RGB color model

#AB70BE color RGB value is (171,112,190).

RGB: (171,112,190) (67%, 44%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 112 of 255 = 44%
B 190 of 255 = 75%

171
112
190

R + G + B ~ 62%. #AB70BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 112 + 190 = 473 (100%)
R 171 of 473 ~ 36.15%
G 112 of 473 ~ 23.68%
B 190 of 473 ~ 40.17'%

%36.15
%23.68
%40.17

CMYK color model

#AB70BE color CMYK value is (10,41,0,25).

  • cyan value is 10.00%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (10,41,0,25)
C10M41Y0K25 (10%, 41%, 0%, 25%)
(0.10 / 0.41 / 0.00 / 0.25)

CMYK percentages

%10
%41.05
%0
%25.49

Codes

Color #AB70BE in popluar color models

AB 70 BE
RGB 171 112 190
HSL 285° 37.50% 59.22%
HSB/HSV 285° 41.05% 74.51%
CMYK 10.00% 41.05% 0.00%
25.49%

Color #AB70BE in popluar number systems.

HEX AB 70 BE
Decimal 171 112 190
Binary 10101011 1110000 10111110
Octal 253 160 276

Shades and tints

Shades of #AB70BE

#AB70BE
(171,112,190)
#9C66AD
(156,102,173)
#8D5C9C
(141,92,156)
#7E528B
(126,82,139)
#6F487A
(111,72,122)
#603E69
(96,62,105)
#513458
(81,52,88)
#422A47
(66,42,71)
#332036
(51,32,54)
#241625
(36,22,37)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB70BE

#AB70BE
(171,112,190)
#B27DC3
(178,125,195)
#B98AC8
(185,138,200)
#C097CD
(192,151,205)
#C7A4D2
(199,164,210)
#CEB1D7
(206,177,215)
#D5BEDC
(213,190,220)
#DCCBE1
(220,203,225)
#E3D8E6
(227,216,230)
#EAE5EB
(234,229,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB70BE; }

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

This text font color is #AB70BE.

Background Color

.myBgColor { background-color: #AB70BE; }

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

This div background color is #AB70BE.

Border color

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

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

This div border color is #AB70BE.

Opacity

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

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

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

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

This text has shadow with #AB70BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB70BE.

Preview

Color preview on black background

This text has color #AB70BE on black background.


Color preview on white background

This text has color #AB70BE on white background.


Black color preview on #AB70BE background

This text has black color on #AB70BE background.


White color preview on #AB70BE background

This text has white color on #AB70BE background.


Related colors

Complementary color

Complementary color for #hex is #548F41.


I love getcolorcode.com

Triadic colors

1 #BEAB70 and #70BEAB with #AB70BE are triadic colors.

2 #BE70AB and #70ABBE with #AB70BE are triadic colors.