COLOR #AB80FF

HEX: #AB80FF RGB: (171,128,255)

Color info

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

RGB color model

#AB80FF color RGB value is (171,128,255).

RGB: (171,128,255) (67%, 50%, 100%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 255 of 255 = 100%

171
128
255

R + G + B ~ 72%. #AB80FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 255 = 554 (100%)
R 171 of 554 ~ 30.87%
G 128 of 554 ~ 23.1%
B 255 of 554 ~ 46.03'%

%30.87
%23.1
%46.03

CMYK color model

#AB80FF color CMYK value is (33,50,0,0).

  • cyan value is 32.94%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (33,50,0,0)
C33M50Y0K0 (33%, 50%, 0%, 0%)
(0.33 / 0.50 / 0.00 / 0.00)

CMYK percentages

%32.94
%49.8
%0
%0

Codes

Color #AB80FF in popluar color models

AB 80 FF
RGB 171 128 255
HSL 260° 100.00% 75.10%
HSB/HSV 260° 49.80% 100.00%
CMYK 32.94% 49.80% 0.00%
0.00%

Color #AB80FF in popluar number systems.

HEX AB 80 FF
Decimal 171 128 255
Binary 10101011 10000000 11111111
Octal 253 200 377

Shades and tints

Shades of #AB80FF

#AB80FF
(171,128,255)
#9C75E8
(156,117,232)
#8D6AD1
(141,106,209)
#7E5FBA
(126,95,186)
#6F54A3
(111,84,163)
#60498C
(96,73,140)
#513E75
(81,62,117)
#42335E
(66,51,94)
#332847
(51,40,71)
#241D30
(36,29,48)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #AB80FF

#AB80FF
(171,128,255)
#B28BFF
(178,139,255)
#B996FF
(185,150,255)
#C0A1FF
(192,161,255)
#C7ACFF
(199,172,255)
#CEB7FF
(206,183,255)
#D5C2FF
(213,194,255)
#DCCDFF
(220,205,255)
#E3D8FF
(227,216,255)
#EAE3FF
(234,227,255)
#F1EEFF
(241,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB80FF color. Also use rgb(171,128,255) instead hex code.

Text Font Color

.myTextColor { color: #AB80FF; }

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

This text font color is #AB80FF.

Background Color

.myBgColor { background-color: #AB80FF; }

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

This div background color is #AB80FF.

Border color

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

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

This div border color is #AB80FF.

Opacity

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

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

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

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

This text has shadow with #AB80FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB80FF.

Preview

Color preview on black background

This text has color #AB80FF on black background.


Color preview on white background

This text has color #AB80FF on white background.


Black color preview on #AB80FF background

This text has black color on #AB80FF background.


White color preview on #AB80FF background

This text has white color on #AB80FF background.


Related colors

Complementary color

Complementary color for #hex is #547F00.


I love getcolorcode.com

Triadic colors

1 #FFAB80 and #80FFAB with #AB80FF are triadic colors.

2 #FF80AB and #80ABFF with #AB80FF are triadic colors.