COLOR #A290B4

HEX: #A290B4
RGB: (162,144,180)

Color info

#A290B4 contains red, green and blue colors in about the same proportion. Web safe color of #A290B4 is #9999CC (or #99C).

RGB color model

#A290B4 color RGB value is (162,144,180).

  • red value is 162;
  • green value is 144;
  • blue value is 180.
RGB:
(162,144,180)
(64%,56%,71%)

RGB channels and saturation

R 162 of 255 = 64%
G 144 of 255 = 56%
B 180 of 255 = 71%

162
144
180

R + G + B ~ 64%. #A290B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 144 + 180 = 486 (100%)
R 162 of 486 ~ 33.33%
G 144 of 486 ~ 29.63%
B 180 of 486 ~ 37.04%

%33.33
%29.63
%37.04

CMYK color model

#A290B4 color CMYK value is (10,20,0,29).

  • cyan value is 10.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(10,20,0,29)
C10M20Y0K29 
(10%,20%,0%,29%)
(0.10/0.20/0.00/0.29)	

CMYK percentages

%10
%20
%0
%29.41

Codes

Color #A290B4 in popluar color models

A290B4
RGB162144180
HSL270°19.35%63.53%
HSB/HSV270°20.00%70.59%
CMYK10.00%20.00%0.00%
29.41%

Color #A290B4 in popluar number systems.

HEXA290B4
Decimal162144180
Binary101000101001000010110100
Octal242220264

Shades and tints

Shades of #A290B4

#A290B4
(162,144,180)
#9483A4
(148,131,164)
#867694
(134,118,148)
#786984
(120,105,132)
#6A5C74
(106,92,116)
#5C4F64
(92,79,100)
#4E4254
(78,66,84)
#403544
(64,53,68)
#322834
(50,40,52)
#241B24
(36,27,36)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #A290B4

#A290B4
(162,144,180)
#AA9ABA
(170,154,186)
#B2A4C0
(178,164,192)
#BAAEC6
(186,174,198)
#C2B8CC
(194,184,204)
#CAC2D2
(202,194,210)
#D2CCD8
(210,204,216)
#DAD6DE
(218,214,222)
#E2E0E4
(226,224,228)
#EAEAEA
(234,234,234)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A290B4 color. Also use rgb(162,144,180) instead hex code.

Text Font Color

.myTextColor { color: #A290B4; }

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

This text font color is #A290B4.


Background Color

.myBgColor { background-color: #A290B4; }

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

This div background color is #A290B4.


Border color

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

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

This div border color is #A290B4.


Opacity

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

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

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

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

This text has shadow with #A290B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A290B4 on black background.


Color preview on white background

This text has color #A290B4 on white background.



Black color preview on #A290B4 background

This text has black color on #A290B4 background.


White color preview on #A290B4 background

This text has white color on #A290B4 background.