COLOR #A090B6

HEX: #A090B6
RGB: (160,144,182)

Color info

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

RGB color model

#A090B6 color RGB value is (160,144,182).

  • red value is 160;
  • green value is 144;
  • blue value is 182.
RGB:
(160,144,182)
(63%,56%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 182 of 255 = 71%

160
144
182

R + G + B ~ 63%. #A090B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 182 = 486 (100%)
R 160 of 486 ~ 32.92%
G 144 of 486 ~ 29.63%
B 182 of 486 ~ 37.45%

%32.92
%29.63
%37.45

CMYK color model

#A090B6 color CMYK value is (12,21,0,29).

  • cyan value is 12.09%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(12,21,0,29)
C12M21Y0K29 
(12%,21%,0%,29%)
(0.12/0.21/0.00/0.29)	

CMYK percentages

%12.09
%20.88
%0
%28.63

Codes

Color #A090B6 in popluar color models

A090B6
RGB160144182
HSL265°20.65%63.92%
HSB/HSV265°20.88%71.37%
CMYK12.09%20.88%0.00%
28.63%

Color #A090B6 in popluar number systems.

HEXA090B6
Decimal160144182
Binary101000001001000010110110
Octal240220266

Shades and tints

Shades of #A090B6

#A090B6
(160,144,182)
#9283A6
(146,131,166)
#847696
(132,118,150)
#766986
(118,105,134)
#685C76
(104,92,118)
#5A4F66
(90,79,102)
#4C4256
(76,66,86)
#3E3546
(62,53,70)
#302836
(48,40,54)
#221B26
(34,27,38)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #A090B6

#A090B6
(160,144,182)
#A89ABC
(168,154,188)
#B0A4C2
(176,164,194)
#B8AEC8
(184,174,200)
#C0B8CE
(192,184,206)
#C8C2D4
(200,194,212)
#D0CCDA
(208,204,218)
#D8D6E0
(216,214,224)
#E0E0E6
(224,224,230)
#E8EAEC
(232,234,236)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A090B6 color. Also use rgb(160,144,182) instead hex code.

Text Font Color

.myTextColor { color: #A090B6; }

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

This text font color is #A090B6.


Background Color

.myBgColor { background-color: #A090B6; }

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

This div background color is #A090B6.


Border color

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

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

This div border color is #A090B6.


Opacity

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

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

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

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

This text has shadow with #A090B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A090B6 on black background.


Color preview on white background

This text has color #A090B6 on white background.



Black color preview on #A090B6 background

This text has black color on #A090B6 background.


White color preview on #A090B6 background

This text has white color on #A090B6 background.