COLOR #A278AB

HEX: #A278AB
RGB: (162,120,171)

Color info

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

RGB color model

#A278AB color RGB value is (162,120,171).

  • red value is 162;
  • green value is 120;
  • blue value is 171.
RGB:
(162,120,171)
(64%,47%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 120 of 255 = 47%
B 171 of 255 = 67%

162
120
171

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

Portions of RGB colors in percentages

R + G + B =
162 + 120 + 171 = 453 (100%)
R 162 of 453 ~ 35.76%
G 120 of 453 ~ 26.49%
B 171 of 453 ~ 37.75%

%35.76
%26.49
%37.75

CMYK color model

#A278AB color CMYK value is (5,30,0,33).

  • cyan value is 5.26%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(5,30,0,33)
C5M30Y0K33 
(5%,30%,0%,33%)
(0.05/0.30/0.00/0.33)	

CMYK percentages

%5.26
%29.82
%0
%32.94

Codes

Color #A278AB in popluar color models

A278AB
RGB162120171
HSL289°23.29%57.06%
HSB/HSV289°29.82%67.06%
CMYK5.26%29.82%0.00%
32.94%

Color #A278AB in popluar number systems.

HEXA278AB
Decimal162120171
Binary10100010111100010101011
Octal242170253

Shades and tints

Shades of #A278AB

#A278AB
(162,120,171)
#946E9C
(148,110,156)
#86648D
(134,100,141)
#785A7E
(120,90,126)
#6A506F
(106,80,111)
#5C4660
(92,70,96)
#4E3C51
(78,60,81)
#403242
(64,50,66)
#322833
(50,40,51)
#241E24
(36,30,36)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #A278AB

#A278AB
(162,120,171)
#AA84B2
(170,132,178)
#B290B9
(178,144,185)
#BA9CC0
(186,156,192)
#C2A8C7
(194,168,199)
#CAB4CE
(202,180,206)
#D2C0D5
(210,192,213)
#DACCDC
(218,204,220)
#E2D8E3
(226,216,227)
#EAE4EA
(234,228,234)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A278AB color. Also use rgb(162,120,171) instead hex code.

Text Font Color

.myTextColor { color: #A278AB; }

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

This text font color is #A278AB.


Background Color

.myBgColor { background-color: #A278AB; }

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

This div background color is #A278AB.


Border color

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

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

This div border color is #A278AB.


Opacity

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

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

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

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

This text has shadow with #A278AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A278AB on black background.


Color preview on white background

This text has color #A278AB on white background.



Black color preview on #A278AB background

This text has black color on #A278AB background.


White color preview on #A278AB background

This text has white color on #A278AB background.