COLOR #AB75FF

HEX: #AB75FF
RGB: (171,117,255)

Color info

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

RGB color model

#AB75FF color RGB value is (171,117,255).

  • red value is 171;
  • green value is 117;
  • blue value is 255.
RGB:
(171,117,255)
(67%,46%,100%)

RGB channels and saturation

R 171 of 255 = 67%
G 117 of 255 = 46%
B 255 of 255 = 100%

171
117
255

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

Portions of RGB colors in percentages

R + G + B =
171 + 117 + 255 = 543 (100%)
R 171 of 543 ~ 31.49%
G 117 of 543 ~ 21.55%
B 255 of 543 ~ 46.96%

%31.49
%21.55
%46.96

CMYK color model

#AB75FF color CMYK value is (33,54,0,0).

  • cyan value is 32.94%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,54,0,0)
C33M54Y0K0 
(33%,54%,0%,0%)
(0.33/0.54/0.00/0.00)	

CMYK percentages

%32.94
%54.12
%0
%0

Codes

Color #AB75FF in popluar color models

AB75FF
RGB171117255
HSL263°100.00%72.94%
HSB/HSV263°54.12%100.00%
CMYK32.94%54.12%0.00%
0.00%

Color #AB75FF in popluar number systems.

HEXAB75FF
Decimal171117255
Binary10101011111010111111111
Octal253165377

Shades and tints

Shades of #AB75FF

#AB75FF
(171,117,255)
#9C6BE8
(156,107,232)
#8D61D1
(141,97,209)
#7E57BA
(126,87,186)
#6F4DA3
(111,77,163)
#60438C
(96,67,140)
#513975
(81,57,117)
#422F5E
(66,47,94)
#332547
(51,37,71)
#241B30
(36,27,48)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB75FF

#AB75FF
(171,117,255)
#B281FF
(178,129,255)
#B98DFF
(185,141,255)
#C099FF
(192,153,255)
#C7A5FF
(199,165,255)
#CEB1FF
(206,177,255)
#D5BDFF
(213,189,255)
#DCC9FF
(220,201,255)
#E3D5FF
(227,213,255)
#EAE1FF
(234,225,255)
#F1EDFF
(241,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB75FF; }

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

This text font color is #AB75FF.


Background Color

.myBgColor { background-color: #AB75FF; }

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

This div background color is #AB75FF.


Border color

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

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

This div border color is #AB75FF.


Opacity

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

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

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

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

This text has shadow with #AB75FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB75FF on black background.


Color preview on white background

This text has color #AB75FF on white background.



Black color preview on #AB75FF background

This text has black color on #AB75FF background.


White color preview on #AB75FF background

This text has white color on #AB75FF background.