COLOR #A841DB

HEX: #A841DB
RGB: (168,65,219)

Color info

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

RGB color model

#A841DB color RGB value is (168,65,219).

  • red value is 168;
  • green value is 65;
  • blue value is 219.
RGB:
(168,65,219)
(66%,25%,86%)

RGB channels and saturation

R 168 of 255 = 66%
G 65 of 255 = 25%
B 219 of 255 = 86%

168
65
219

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

Portions of RGB colors in percentages

R + G + B =
168 + 65 + 219 = 452 (100%)
R 168 of 452 ~ 37.17%
G 65 of 452 ~ 14.38%
B 219 of 452 ~ 48.45%

%37.17
%14.38
%48.45

CMYK color model

#A841DB color CMYK value is (23,70,0,14).

  • cyan value is 23.29%
  • magenta value is 70.32%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,70,0,14)
C23M70Y0K14 
(23%,70%,0%,14%)
(0.23/0.70/0.00/0.14)	

CMYK percentages

%23.29
%70.32
%0
%14.12

Codes

Color #A841DB in popluar color models

A841DB
RGB16865219
HSL280°68.14%55.69%
HSB/HSV280°70.32%85.88%
CMYK23.29%70.32%0.00%
14.12%

Color #A841DB in popluar number systems.

HEXA841DB
Decimal16865219
Binary10101000100000111011011
Octal250101333

Shades and tints

Shades of #A841DB

#A841DB
(168,65,219)
#993CC8
(153,60,200)
#8A37B5
(138,55,181)
#7B32A2
(123,50,162)
#6C2D8F
(108,45,143)
#5D287C
(93,40,124)
#4E2369
(78,35,105)
#3F1E56
(63,30,86)
#301943
(48,25,67)
#211430
(33,20,48)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #A841DB

#A841DB
(168,65,219)
#AF52DE
(175,82,222)
#B663E1
(182,99,225)
#BD74E4
(189,116,228)
#C485E7
(196,133,231)
#CB96EA
(203,150,234)
#D2A7ED
(210,167,237)
#D9B8F0
(217,184,240)
#E0C9F3
(224,201,243)
#E7DAF6
(231,218,246)
#EEEBF9
(238,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A841DB color. Also use rgb(168,65,219) instead hex code.

Text Font Color

.myTextColor { color: #A841DB; }

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

This text font color is #A841DB.


Background Color

.myBgColor { background-color: #A841DB; }

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

This div background color is #A841DB.


Border color

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

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

This div border color is #A841DB.


Opacity

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

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

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

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

This text has shadow with #A841DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A841DB on black background.


Color preview on white background

This text has color #A841DB on white background.



Black color preview on #A841DB background

This text has black color on #A841DB background.


White color preview on #A841DB background

This text has white color on #A841DB background.