COLOR #A2698E

HEX: #A2698E
RGB: (162,105,142)

Color info

#A2698E contains red, green and blue colors in about the same proportion. Web safe color of #A2698E is #996699 (or #969).

RGB color model

#A2698E color RGB value is (162,105,142).

  • red value is 162;
  • green value is 105;
  • blue value is 142.
RGB:
(162,105,142)
(64%,41%,56%)

RGB channels and saturation

R 162 of 255 = 64%
G 105 of 255 = 41%
B 142 of 255 = 56%

162
105
142

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

Portions of RGB colors in percentages

R + G + B =
162 + 105 + 142 = 409 (100%)
R 162 of 409 ~ 39.61%
G 105 of 409 ~ 25.67%
B 142 of 409 ~ 34.72%

%39.61
%25.67
%34.72

CMYK color model

#A2698E color CMYK value is (0,35,12,36).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 12.35%
  • key color value is 36.47%
CMYK:
(0,35,12,36)
C0M35Y12K36 
(0%,35%,12%,36%)
(0.00/0.35/0.12/0.36)	

CMYK percentages

%0
%35.19
%12.35
%36.47

Codes

Color #A2698E in popluar color models

A2698E
RGB162105142
HSL321°23.46%52.35%
HSB/HSV321°35.19%63.53%
CMYK0.00%35.19%12.35%
36.47%

Color #A2698E in popluar number systems.

HEXA2698E
Decimal162105142
Binary10100010110100110001110
Octal242151216

Shades and tints

Shades of #A2698E

#A2698E
(162,105,142)
#946082
(148,96,130)
#865776
(134,87,118)
#784E6A
(120,78,106)
#6A455E
(106,69,94)
#5C3C52
(92,60,82)
#4E3346
(78,51,70)
#402A3A
(64,42,58)
#32212E
(50,33,46)
#241822
(36,24,34)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #A2698E

#A2698E
(162,105,142)
#AA7698
(170,118,152)
#B283A2
(178,131,162)
#BA90AC
(186,144,172)
#C29DB6
(194,157,182)
#CAAAC0
(202,170,192)
#D2B7CA
(210,183,202)
#DAC4D4
(218,196,212)
#E2D1DE
(226,209,222)
#EADEE8
(234,222,232)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2698E color. Also use rgb(162,105,142) instead hex code.

Text Font Color

.myTextColor { color: #A2698E; }

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

This text font color is #A2698E.


Background Color

.myBgColor { background-color: #A2698E; }

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

This div background color is #A2698E.


Border color

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

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

This div border color is #A2698E.


Opacity

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

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

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

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

This text has shadow with #A2698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2698E on black background.


Color preview on white background

This text has color #A2698E on white background.



Black color preview on #A2698E background

This text has black color on #A2698E background.


White color preview on #A2698E background

This text has white color on #A2698E background.