COLOR #A862CE

HEX: #A862CE
RGB: (168,98,206)

Color info

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

RGB color model

#A862CE color RGB value is (168,98,206).

  • red value is 168;
  • green value is 98;
  • blue value is 206.
RGB:
(168,98,206)
(66%,38%,81%)

RGB channels and saturation

R 168 of 255 = 66%
G 98 of 255 = 38%
B 206 of 255 = 81%

168
98
206

R + G + B ~ 62%. #A862CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 98 + 206 = 472 (100%)
R 168 of 472 ~ 35.59%
G 98 of 472 ~ 20.76%
B 206 of 472 ~ 43.64%

%35.59
%20.76
%43.64

CMYK color model

#A862CE color CMYK value is (18,52,0,19).

  • cyan value is 18.45%
  • magenta value is 52.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,52,0,19)
C18M52Y0K19 
(18%,52%,0%,19%)
(0.18/0.52/0.00/0.19)	

CMYK percentages

%18.45
%52.43
%0
%19.22

Codes

Color #A862CE in popluar color models

A862CE
RGB16898206
HSL279°52.43%59.61%
HSB/HSV279°52.43%80.78%
CMYK18.45%52.43%0.00%
19.22%

Color #A862CE in popluar number systems.

HEXA862CE
Decimal16898206
Binary10101000110001011001110
Octal250142316

Shades and tints

Shades of #A862CE

#A862CE
(168,98,206)
#995ABC
(153,90,188)
#8A52AA
(138,82,170)
#7B4A98
(123,74,152)
#6C4286
(108,66,134)
#5D3A74
(93,58,116)
#4E3262
(78,50,98)
#3F2A50
(63,42,80)
#30223E
(48,34,62)
#211A2C
(33,26,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #A862CE

#A862CE
(168,98,206)
#AF70D2
(175,112,210)
#B67ED6
(182,126,214)
#BD8CDA
(189,140,218)
#C49ADE
(196,154,222)
#CBA8E2
(203,168,226)
#D2B6E6
(210,182,230)
#D9C4EA
(217,196,234)
#E0D2EE
(224,210,238)
#E7E0F2
(231,224,242)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A862CE color. Also use rgb(168,98,206) instead hex code.

Text Font Color

.myTextColor { color: #A862CE; }

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

This text font color is #A862CE.


Background Color

.myBgColor { background-color: #A862CE; }

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

This div background color is #A862CE.


Border color

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

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

This div border color is #A862CE.


Opacity

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

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

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

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

This text has shadow with #A862CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A862CE on black background.


Color preview on white background

This text has color #A862CE on white background.



Black color preview on #A862CE background

This text has black color on #A862CE background.


White color preview on #A862CE background

This text has white color on #A862CE background.