COLOR #AB64C4

HEX: #AB64C4
RGB: (171,100,196)

Color info

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

RGB color model

#AB64C4 color RGB value is (171,100,196).

  • red value is 171;
  • green value is 100;
  • blue value is 196.
RGB:
(171,100,196)
(67%,39%,77%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 196 of 255 = 77%

171
100
196

R + G + B ~ 61%. #AB64C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 100 + 196 = 467 (100%)
R 171 of 467 ~ 36.62%
G 100 of 467 ~ 21.41%
B 196 of 467 ~ 41.97%

%36.62
%21.41
%41.97

CMYK color model

#AB64C4 color CMYK value is (13,49,0,23).

  • cyan value is 12.76%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(13,49,0,23)
C13M49Y0K23 
(13%,49%,0%,23%)
(0.13/0.49/0.00/0.23)	

CMYK percentages

%12.76
%48.98
%0
%23.14

Codes

Color #AB64C4 in popluar color models

AB64C4
RGB171100196
HSL284°44.86%58.04%
HSB/HSV284°48.98%76.86%
CMYK12.76%48.98%0.00%
23.14%

Color #AB64C4 in popluar number systems.

HEXAB64C4
Decimal171100196
Binary10101011110010011000100
Octal253144304

Shades and tints

Shades of #AB64C4

#AB64C4
(171,100,196)
#9C5BB3
(156,91,179)
#8D52A2
(141,82,162)
#7E4991
(126,73,145)
#6F4080
(111,64,128)
#60376F
(96,55,111)
#512E5E
(81,46,94)
#42254D
(66,37,77)
#331C3C
(51,28,60)
#24132B
(36,19,43)
#150A1A
(21,10,26)
#000000
(0,0,0)

Tints of #AB64C4

#AB64C4
(171,100,196)
#B272C9
(178,114,201)
#B980CE
(185,128,206)
#C08ED3
(192,142,211)
#C79CD8
(199,156,216)
#CEAADD
(206,170,221)
#D5B8E2
(213,184,226)
#DCC6E7
(220,198,231)
#E3D4EC
(227,212,236)
#EAE2F1
(234,226,241)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB64C4 color. Also use rgb(171,100,196) instead hex code.

Text Font Color

.myTextColor { color: #AB64C4; }

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

This text font color is #AB64C4.


Background Color

.myBgColor { background-color: #AB64C4; }

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

This div background color is #AB64C4.


Border color

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

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

This div border color is #AB64C4.


Opacity

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

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

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

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

This text has shadow with #AB64C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB64C4 on black background.


Color preview on white background

This text has color #AB64C4 on white background.



Black color preview on #AB64C4 background

This text has black color on #AB64C4 background.


White color preview on #AB64C4 background

This text has white color on #AB64C4 background.