COLOR #A64BDD

HEX: #A64BDD
RGB: (166,75,221)

Color info

#A64BDD contains mainly red and blue colors. Web safe color of #A64BDD is #9933CC (or #93C).

RGB color model

#A64BDD color RGB value is (166,75,221).

  • red value is 166;
  • green value is 75;
  • blue value is 221.
RGB:
(166,75,221)
(65%,29%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 75 of 255 = 29%
B 221 of 255 = 87%

166
75
221

R + G + B ~ 60%. #A64BDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 75 + 221 = 462 (100%)
R 166 of 462 ~ 35.93%
G 75 of 462 ~ 16.23%
B 221 of 462 ~ 47.84%

%35.93
%16.23
%47.84

CMYK color model

#A64BDD color CMYK value is (25,66,0,13).

  • cyan value is 24.89%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,66,0,13)
C25M66Y0K13 
(25%,66%,0%,13%)
(0.25/0.66/0.00/0.13)	

CMYK percentages

%24.89
%66.06
%0
%13.33

Codes

Color #A64BDD in popluar color models

A64BDD
RGB16675221
HSL277°68.22%58.04%
HSB/HSV277°66.06%86.67%
CMYK24.89%66.06%0.00%
13.33%

Color #A64BDD in popluar number systems.

HEXA64BDD
Decimal16675221
Binary10100110100101111011101
Octal246113335

Shades and tints

Shades of #A64BDD

#A64BDD
(166,75,221)
#9745C9
(151,69,201)
#883FB5
(136,63,181)
#7939A1
(121,57,161)
#6A338D
(106,51,141)
#5B2D79
(91,45,121)
#4C2765
(76,39,101)
#3D2151
(61,33,81)
#2E1B3D
(46,27,61)
#1F1529
(31,21,41)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A64BDD

#A64BDD
(166,75,221)
#AE5BE0
(174,91,224)
#B66BE3
(182,107,227)
#BE7BE6
(190,123,230)
#C68BE9
(198,139,233)
#CE9BEC
(206,155,236)
#D6ABEF
(214,171,239)
#DEBBF2
(222,187,242)
#E6CBF5
(230,203,245)
#EEDBF8
(238,219,248)
#F6EBFB
(246,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64BDD color. Also use rgb(166,75,221) instead hex code.

Text Font Color

.myTextColor { color: #A64BDD; }

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

This text font color is #A64BDD.


Background Color

.myBgColor { background-color: #A64BDD; }

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

This div background color is #A64BDD.


Border color

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

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

This div border color is #A64BDD.


Opacity

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

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

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

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

This text has shadow with #A64BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64BDD on black background.


Color preview on white background

This text has color #A64BDD on white background.



Black color preview on #A64BDD background

This text has black color on #A64BDD background.


White color preview on #A64BDD background

This text has white color on #A64BDD background.