COLOR #A648DE

HEX: #A648DE
RGB: (166,72,222)

Color info

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

RGB color model

#A648DE color RGB value is (166,72,222).

  • red value is 166;
  • green value is 72;
  • blue value is 222.
RGB:
(166,72,222)
(65%,28%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 72 of 255 = 28%
B 222 of 255 = 87%

166
72
222

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

Portions of RGB colors in percentages

R + G + B =
166 + 72 + 222 = 460 (100%)
R 166 of 460 ~ 36.09%
G 72 of 460 ~ 15.65%
B 222 of 460 ~ 48.26%

%36.09
%15.65
%48.26

CMYK color model

#A648DE color CMYK value is (25,68,0,13).

  • cyan value is 25.23%
  • magenta value is 67.57%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(25,68,0,13)
C25M68Y0K13 
(25%,68%,0%,13%)
(0.25/0.68/0.00/0.13)	

CMYK percentages

%25.23
%67.57
%0
%12.94

Codes

Color #A648DE in popluar color models

A648DE
RGB16672222
HSL278°69.44%57.65%
HSB/HSV278°67.57%87.06%
CMYK25.23%67.57%0.00%
12.94%

Color #A648DE in popluar number systems.

HEXA648DE
Decimal16672222
Binary10100110100100011011110
Octal246110336

Shades and tints

Shades of #A648DE

#A648DE
(166,72,222)
#9742CA
(151,66,202)
#883CB6
(136,60,182)
#7936A2
(121,54,162)
#6A308E
(106,48,142)
#5B2A7A
(91,42,122)
#4C2466
(76,36,102)
#3D1E52
(61,30,82)
#2E183E
(46,24,62)
#1F122A
(31,18,42)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #A648DE

#A648DE
(166,72,222)
#AE58E1
(174,88,225)
#B668E4
(182,104,228)
#BE78E7
(190,120,231)
#C688EA
(198,136,234)
#CE98ED
(206,152,237)
#D6A8F0
(214,168,240)
#DEB8F3
(222,184,243)
#E6C8F6
(230,200,246)
#EED8F9
(238,216,249)
#F6E8FC
(246,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A648DE color. Also use rgb(166,72,222) instead hex code.

Text Font Color

.myTextColor { color: #A648DE; }

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

This text font color is #A648DE.


Background Color

.myBgColor { background-color: #A648DE; }

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

This div background color is #A648DE.


Border color

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

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

This div border color is #A648DE.


Opacity

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

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

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

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

This text has shadow with #A648DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A648DE on black background.


Color preview on white background

This text has color #A648DE on white background.



Black color preview on #A648DE background

This text has black color on #A648DE background.


White color preview on #A648DE background

This text has white color on #A648DE background.