COLOR #AB77CE

HEX: #AB77CE RGB: (171,119,206)

Color info

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

RGB color model

#AB77CE color RGB value is (171,119,206).

RGB: (171,119,206) (67%, 47%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 206 of 255 = 81%

171
119
206

R + G + B ~ 65%. #AB77CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 119 + 206 = 496 (100%)
R 171 of 496 ~ 34.48%
G 119 of 496 ~ 23.99%
B 206 of 496 ~ 41.53'%

%34.48
%23.99
%41.53

CMYK color model

#AB77CE color CMYK value is (17,42,0,19).

  • cyan value is 16.99%
  • magenta value is 42.23%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,42,0,19)
C17M42Y0K19 (17%, 42%, 0%, 19%)
(0.17 / 0.42 / 0.00 / 0.19)

CMYK percentages

%16.99
%42.23
%0
%19.22

Codes

Color #AB77CE in popluar color models

AB 77 CE
RGB 171 119 206
HSL 276° 47.03% 63.73%
HSB/HSV 276° 42.23% 80.78%
CMYK 16.99% 42.23% 0.00%
19.22%

Color #AB77CE in popluar number systems.

HEX AB 77 CE
Decimal 171 119 206
Binary 10101011 1110111 11001110
Octal 253 167 316

Shades and tints

Shades of #AB77CE

#AB77CE
(171,119,206)
#9C6DBC
(156,109,188)
#8D63AA
(141,99,170)
#7E5998
(126,89,152)
#6F4F86
(111,79,134)
#604574
(96,69,116)
#513B62
(81,59,98)
#423150
(66,49,80)
#33273E
(51,39,62)
#241D2C
(36,29,44)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #AB77CE

#AB77CE
(171,119,206)
#B283D2
(178,131,210)
#B98FD6
(185,143,214)
#C09BDA
(192,155,218)
#C7A7DE
(199,167,222)
#CEB3E2
(206,179,226)
#D5BFE6
(213,191,230)
#DCCBEA
(220,203,234)
#E3D7EE
(227,215,238)
#EAE3F2
(234,227,242)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB77CE color. Also use rgb(171,119,206) instead hex code.

Text Font Color

.myTextColor { color: #AB77CE; }

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

This text font color is #AB77CE.

Background Color

.myBgColor { background-color: #AB77CE; }

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

This div background color is #AB77CE.

Border color

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

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

This div border color is #AB77CE.

Opacity

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

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

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

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

This text has shadow with #AB77CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB77CE.

Preview

Color preview on black background

This text has color #AB77CE on black background.


Color preview on white background

This text has color #AB77CE on white background.


Black color preview on #AB77CE background

This text has black color on #AB77CE background.


White color preview on #AB77CE background

This text has white color on #AB77CE background.


Related colors

Complementary color

Complementary color for #hex is #548831.


I love getcolorcode.com

Triadic colors

1 #CEAB77 and #77CEAB with #AB77CE are triadic colors.

2 #CE77AB and #77ABCE with #AB77CE are triadic colors.