COLOR #AB65DC

HEX: #AB65DC
RGB: (171,101,220)

Color info

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

RGB color model

#AB65DC color RGB value is (171,101,220).

  • red value is 171;
  • green value is 101;
  • blue value is 220.
RGB:
(171,101,220)
(67%,40%,86%)

RGB channels and saturation

R 171 of 255 = 67%
G 101 of 255 = 40%
B 220 of 255 = 86%

171
101
220

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

Portions of RGB colors in percentages

R + G + B =
171 + 101 + 220 = 492 (100%)
R 171 of 492 ~ 34.76%
G 101 of 492 ~ 20.53%
B 220 of 492 ~ 44.72%

%34.76
%20.53
%44.72

CMYK color model

#AB65DC color CMYK value is (22,54,0,14).

  • cyan value is 22.27%
  • magenta value is 54.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(22,54,0,14)
C22M54Y0K14 
(22%,54%,0%,14%)
(0.22/0.54/0.00/0.14)	

CMYK percentages

%22.27
%54.09
%0
%13.73

Codes

Color #AB65DC in popluar color models

AB65DC
RGB171101220
HSL275°62.96%62.94%
HSB/HSV275°54.09%86.27%
CMYK22.27%54.09%0.00%
13.73%

Color #AB65DC in popluar number systems.

HEXAB65DC
Decimal171101220
Binary10101011110010111011100
Octal253145334

Shades and tints

Shades of #AB65DC

#AB65DC
(171,101,220)
#9C5CC8
(156,92,200)
#8D53B4
(141,83,180)
#7E4AA0
(126,74,160)
#6F418C
(111,65,140)
#603878
(96,56,120)
#512F64
(81,47,100)
#422650
(66,38,80)
#331D3C
(51,29,60)
#241428
(36,20,40)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #AB65DC

#AB65DC
(171,101,220)
#B273DF
(178,115,223)
#B981E2
(185,129,226)
#C08FE5
(192,143,229)
#C79DE8
(199,157,232)
#CEABEB
(206,171,235)
#D5B9EE
(213,185,238)
#DCC7F1
(220,199,241)
#E3D5F4
(227,213,244)
#EAE3F7
(234,227,247)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB65DC color. Also use rgb(171,101,220) instead hex code.

Text Font Color

.myTextColor { color: #AB65DC; }

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

This text font color is #AB65DC.


Background Color

.myBgColor { background-color: #AB65DC; }

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

This div background color is #AB65DC.


Border color

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

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

This div border color is #AB65DC.


Opacity

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

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

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

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

This text has shadow with #AB65DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB65DC on black background.


Color preview on white background

This text has color #AB65DC on white background.



Black color preview on #AB65DC background

This text has black color on #AB65DC background.


White color preview on #AB65DC background

This text has white color on #AB65DC background.