COLOR #A862A8

HEX: #A862A8
RGB: (168,98,168)

Color info

#A862A8 contains mainly red and blue colors. Web safe color of #A862A8 is #996699 (or #969).

RGB color model

#A862A8 color RGB value is (168,98,168).

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

RGB channels and saturation

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

168
98
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 98 + 168 = 434 (100%)
R 168 of 434 ~ 38.71%
G 98 of 434 ~ 22.58%
B 168 of 434 ~ 38.71%

%38.71
%22.58
%38.71

CMYK color model

#A862A8 color CMYK value is (0,42,0,34).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(0,42,0,34)
C0M42Y0K34 
(0%,42%,0%,34%)
(0.00/0.42/0.00/0.34)	

CMYK percentages

%0
%41.67
%0
%34.12

Codes

Color #A862A8 in popluar color models

A862A8
RGB16898168
HSL300°28.69%52.16%
HSB/HSV300°41.67%65.88%
CMYK0.00%41.67%0.00%
34.12%

Color #A862A8 in popluar number systems.

HEXA862A8
Decimal16898168
Binary10101000110001010101000
Octal250142250

Shades and tints

Shades of #A862A8

#A862A8
(168,98,168)
#995A99
(153,90,153)
#8A528A
(138,82,138)
#7B4A7B
(123,74,123)
#6C426C
(108,66,108)
#5D3A5D
(93,58,93)
#4E324E
(78,50,78)
#3F2A3F
(63,42,63)
#302230
(48,34,48)
#211A21
(33,26,33)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A862A8

#A862A8
(168,98,168)
#AF70AF
(175,112,175)
#B67EB6
(182,126,182)
#BD8CBD
(189,140,189)
#C49AC4
(196,154,196)
#CBA8CB
(203,168,203)
#D2B6D2
(210,182,210)
#D9C4D9
(217,196,217)
#E0D2E0
(224,210,224)
#E7E0E7
(231,224,231)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A862A8; }

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

This text font color is #A862A8.


Background Color

.myBgColor { background-color: #A862A8; }

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

This div background color is #A862A8.


Border color

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

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

This div border color is #A862A8.


Opacity

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

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

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

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

This text has shadow with #A862A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A862A8 on black background.


Color preview on white background

This text has color #A862A8 on white background.



Black color preview on #A862A8 background

This text has black color on #A862A8 background.


White color preview on #A862A8 background

This text has white color on #A862A8 background.