COLOR #A090BE

HEX: #A090BE
RGB: (160,144,190)

Color info

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

RGB color model

#A090BE color RGB value is (160,144,190).

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

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 190 of 255 = 75%

160
144
190

R + G + B ~ 65%. #A090BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 190 = 494 (100%)
R 160 of 494 ~ 32.39%
G 144 of 494 ~ 29.15%
B 190 of 494 ~ 38.46%

%32.39
%29.15
%38.46

CMYK color model

#A090BE color CMYK value is (16,24,0,25).

  • cyan value is 15.79%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,24,0,25)
C16M24Y0K25 
(16%,24%,0%,25%)
(0.16/0.24/0.00/0.25)	

CMYK percentages

%15.79
%24.21
%0
%25.49

Codes

Color #A090BE in popluar color models

A090BE
RGB160144190
HSL261°26.14%65.49%
HSB/HSV261°24.21%74.51%
CMYK15.79%24.21%0.00%
25.49%

Color #A090BE in popluar number systems.

HEXA090BE
Decimal160144190
Binary101000001001000010111110
Octal240220276

Shades and tints

Shades of #A090BE

#A090BE
(160,144,190)
#9283AD
(146,131,173)
#84769C
(132,118,156)
#76698B
(118,105,139)
#685C7A
(104,92,122)
#5A4F69
(90,79,105)
#4C4258
(76,66,88)
#3E3547
(62,53,71)
#302836
(48,40,54)
#221B25
(34,27,37)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A090BE

#A090BE
(160,144,190)
#A89AC3
(168,154,195)
#B0A4C8
(176,164,200)
#B8AECD
(184,174,205)
#C0B8D2
(192,184,210)
#C8C2D7
(200,194,215)
#D0CCDC
(208,204,220)
#D8D6E1
(216,214,225)
#E0E0E6
(224,224,230)
#E8EAEB
(232,234,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A090BE; }

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

This text font color is #A090BE.


Background Color

.myBgColor { background-color: #A090BE; }

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

This div background color is #A090BE.


Border color

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

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

This div border color is #A090BE.


Opacity

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

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

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

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

This text has shadow with #A090BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A090BE on black background.


Color preview on white background

This text has color #A090BE on white background.



Black color preview on #A090BE background

This text has black color on #A090BE background.


White color preview on #A090BE background

This text has white color on #A090BE background.