COLOR #A836DE

HEX: #A836DE
RGB: (168,54,222)

Color info

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

RGB color model

#A836DE color RGB value is (168,54,222).

  • red value is 168;
  • green value is 54;
  • blue value is 222.
RGB:
(168,54,222)
(66%,21%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 54 of 255 = 21%
B 222 of 255 = 87%

168
54
222

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

Portions of RGB colors in percentages

R + G + B =
168 + 54 + 222 = 444 (100%)
R 168 of 444 ~ 37.84%
G 54 of 444 ~ 12.16%
B 222 of 444 ~ 50%

%37.84
%12.16
%50

CMYK color model

#A836DE color CMYK value is (24,76,0,13).

  • cyan value is 24.32%
  • magenta value is 75.68%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,76,0,13)
C24M76Y0K13 
(24%,76%,0%,13%)
(0.24/0.76/0.00/0.13)	

CMYK percentages

%24.32
%75.68
%0
%12.94

Codes

Color #A836DE in popluar color models

A836DE
RGB16854222
HSL281°71.79%54.12%
HSB/HSV281°75.68%87.06%
CMYK24.32%75.68%0.00%
12.94%

Color #A836DE in popluar number systems.

HEXA836DE
Decimal16854222
Binary1010100011011011011110
Octal25066336

Shades and tints

Shades of #A836DE

#A836DE
(168,54,222)
#9932CA
(153,50,202)
#8A2EB6
(138,46,182)
#7B2AA2
(123,42,162)
#6C268E
(108,38,142)
#5D227A
(93,34,122)
#4E1E66
(78,30,102)
#3F1A52
(63,26,82)
#30163E
(48,22,62)
#21122A
(33,18,42)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #A836DE

#A836DE
(168,54,222)
#AF48E1
(175,72,225)
#B65AE4
(182,90,228)
#BD6CE7
(189,108,231)
#C47EEA
(196,126,234)
#CB90ED
(203,144,237)
#D2A2F0
(210,162,240)
#D9B4F3
(217,180,243)
#E0C6F6
(224,198,246)
#E7D8F9
(231,216,249)
#EEEAFC
(238,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A836DE color. Also use rgb(168,54,222) instead hex code.

Text Font Color

.myTextColor { color: #A836DE; }

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

This text font color is #A836DE.


Background Color

.myBgColor { background-color: #A836DE; }

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

This div background color is #A836DE.


Border color

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

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

This div border color is #A836DE.


Opacity

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

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

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

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

This text has shadow with #A836DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A836DE on black background.


Color preview on white background

This text has color #A836DE on white background.



Black color preview on #A836DE background

This text has black color on #A836DE background.


White color preview on #A836DE background

This text has white color on #A836DE background.