COLOR #AB80F5

HEX: #AB80F5 RGB: (171,128,245)

Color info

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

RGB color model

#AB80F5 color RGB value is (171,128,245).

RGB: (171,128,245) (67%, 50%, 96%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 245 of 255 = 96%

171
128
245

R + G + B ~ 71%. #AB80F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 245 = 544 (100%)
R 171 of 544 ~ 31.43%
G 128 of 544 ~ 23.53%
B 245 of 544 ~ 45.04'%

%31.43
%23.53
%45.04

CMYK color model

#AB80F5 color CMYK value is (30,48,0,4).

  • cyan value is 30.20%
  • magenta value is 47.76%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (30,48,0,4)
C30M48Y0K4 (30%, 48%, 0%, 4%)
(0.30 / 0.48 / 0.00 / 0.04)

CMYK percentages

%30.2
%47.76
%0
%3.92

Codes

Color #AB80F5 in popluar color models

AB 80 F5
RGB 171 128 245
HSL 262° 85.40% 73.14%
HSB/HSV 262° 47.76% 96.08%
CMYK 30.20% 47.76% 0.00%
3.92%

Color #AB80F5 in popluar number systems.

HEX AB 80 F5
Decimal 171 128 245
Binary 10101011 10000000 11110101
Octal 253 200 365

Shades and tints

Shades of #AB80F5

#AB80F5
(171,128,245)
#9C75DF
(156,117,223)
#8D6AC9
(141,106,201)
#7E5FB3
(126,95,179)
#6F549D
(111,84,157)
#604987
(96,73,135)
#513E71
(81,62,113)
#42335B
(66,51,91)
#332845
(51,40,69)
#241D2F
(36,29,47)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #AB80F5

#AB80F5
(171,128,245)
#B28BF5
(178,139,245)
#B996F5
(185,150,245)
#C0A1F5
(192,161,245)
#C7ACF5
(199,172,245)
#CEB7F5
(206,183,245)
#D5C2F5
(213,194,245)
#DCCDF5
(220,205,245)
#E3D8F5
(227,216,245)
#EAE3F5
(234,227,245)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB80F5; }

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

This text font color is #AB80F5.

Background Color

.myBgColor { background-color: #AB80F5; }

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

This div background color is #AB80F5.

Border color

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

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

This div border color is #AB80F5.

Opacity

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

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

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

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

This text has shadow with #AB80F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB80F5.

Preview

Color preview on black background

This text has color #AB80F5 on black background.


Color preview on white background

This text has color #AB80F5 on white background.


Black color preview on #AB80F5 background

This text has black color on #AB80F5 background.


White color preview on #AB80F5 background

This text has white color on #AB80F5 background.


Related colors

Complementary color

Complementary color for #hex is #547F0A.


I love getcolorcode.com

Triadic colors

1 #F5AB80 and #80F5AB with #AB80F5 are triadic colors.

2 #F580AB and #80ABF5 with #AB80F5 are triadic colors.