COLOR #AB7AC8

HEX: #AB7AC8 RGB: (171,122,200)

Color info

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

RGB color model

#AB7AC8 color RGB value is (171,122,200).

RGB: (171,122,200) (67%, 48%, 78%)

RGB channels and saturation

R 171 of 255 = 67%
G 122 of 255 = 48%
B 200 of 255 = 78%

171
122
200

R + G + B ~ 64%. #AB7AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 122 + 200 = 493 (100%)
R 171 of 493 ~ 34.69%
G 122 of 493 ~ 24.75%
B 200 of 493 ~ 40.57'%

%34.69
%24.75
%40.57

CMYK color model

#AB7AC8 color CMYK value is (15,39,0,22).

  • cyan value is 14.50%
  • magenta value is 39.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (15,39,0,22)
C15M39Y0K22 (15%, 39%, 0%, 22%)
(0.15 / 0.39 / 0.00 / 0.22)

CMYK percentages

%14.5
%39
%0
%21.57

Codes

Color #AB7AC8 in popluar color models

AB 7A C8
RGB 171 122 200
HSL 278° 41.49% 63.14%
HSB/HSV 278° 39.00% 78.43%
CMYK 14.50% 39.00% 0.00%
21.57%

Color #AB7AC8 in popluar number systems.

HEX AB 7A C8
Decimal 171 122 200
Binary 10101011 1111010 11001000
Octal 253 172 310

Shades and tints

Shades of #AB7AC8

#AB7AC8
(171,122,200)
#9C6FB6
(156,111,182)
#8D64A4
(141,100,164)
#7E5992
(126,89,146)
#6F4E80
(111,78,128)
#60436E
(96,67,110)
#51385C
(81,56,92)
#422D4A
(66,45,74)
#332238
(51,34,56)
#241726
(36,23,38)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #AB7AC8

#AB7AC8
(171,122,200)
#B286CD
(178,134,205)
#B992D2
(185,146,210)
#C09ED7
(192,158,215)
#C7AADC
(199,170,220)
#CEB6E1
(206,182,225)
#D5C2E6
(213,194,230)
#DCCEEB
(220,206,235)
#E3DAF0
(227,218,240)
#EAE6F5
(234,230,245)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7AC8 color. Also use rgb(171,122,200) instead hex code.

Text Font Color

.myTextColor { color: #AB7AC8; }

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

This text font color is #AB7AC8.

Background Color

.myBgColor { background-color: #AB7AC8; }

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

This div background color is #AB7AC8.

Border color

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

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

This div border color is #AB7AC8.

Opacity

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

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

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

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

This text has shadow with #AB7AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7AC8.

Preview

Color preview on black background

This text has color #AB7AC8 on black background.


Color preview on white background

This text has color #AB7AC8 on white background.


Black color preview on #AB7AC8 background

This text has black color on #AB7AC8 background.


White color preview on #AB7AC8 background

This text has white color on #AB7AC8 background.


Related colors

Complementary color

Complementary color for #hex is #548537.


I love getcolorcode.com

Triadic colors

1 #C8AB7A and #7AC8AB with #AB7AC8 are triadic colors.

2 #C87AAB and #7AABC8 with #AB7AC8 are triadic colors.