COLOR #A090CB

HEX: #A090CB RGB: (160,144,203)

Color info

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

RGB color model

#A090CB color RGB value is (160,144,203).

RGB: (160,144,203) (63%, 56%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 203 of 255 = 80%

160
144
203

R + G + B ~ 66%. #A090CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 144 + 203 = 507 (100%)
R 160 of 507 ~ 31.56%
G 144 of 507 ~ 28.4%
B 203 of 507 ~ 40.04'%

%31.56
%28.4
%40.04

CMYK color model

#A090CB color CMYK value is (21,29,0,20).

  • cyan value is 21.18%
  • magenta value is 29.06%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (21,29,0,20)
C21M29Y0K20 (21%, 29%, 0%, 20%)
(0.21 / 0.29 / 0.00 / 0.20)

CMYK percentages

%21.18
%29.06
%0
%20.39

Codes

Color #A090CB in popluar color models

A0 90 CB
RGB 160 144 203
HSL 256° 36.20% 68.04%
HSB/HSV 256° 29.06% 79.61%
CMYK 21.18% 29.06% 0.00%
20.39%

Color #A090CB in popluar number systems.

HEX A0 90 CB
Decimal 160 144 203
Binary 10100000 10010000 11001011
Octal 240 220 313

Shades and tints

Shades of #A090CB

#A090CB
(160,144,203)
#9283B9
(146,131,185)
#8476A7
(132,118,167)
#766995
(118,105,149)
#685C83
(104,92,131)
#5A4F71
(90,79,113)
#4C425F
(76,66,95)
#3E354D
(62,53,77)
#30283B
(48,40,59)
#221B29
(34,27,41)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #A090CB

#A090CB
(160,144,203)
#A89ACF
(168,154,207)
#B0A4D3
(176,164,211)
#B8AED7
(184,174,215)
#C0B8DB
(192,184,219)
#C8C2DF
(200,194,223)
#D0CCE3
(208,204,227)
#D8D6E7
(216,214,231)
#E0E0EB
(224,224,235)
#E8EAEF
(232,234,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A090CB; }

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

This text font color is #A090CB.

Background Color

.myBgColor { background-color: #A090CB; }

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

This div background color is #A090CB.

Border color

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

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

This div border color is #A090CB.

Opacity

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

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

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

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

This text has shadow with #A090CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A090CB.

Preview

Color preview on black background

This text has color #A090CB on black background.


Color preview on white background

This text has color #A090CB on white background.


Black color preview on #A090CB background

This text has black color on #A090CB background.


White color preview on #A090CB background

This text has white color on #A090CB background.


Related colors

Complementary color

Complementary color for #hex is #5F6F34.


I love getcolorcode.com

Triadic colors

1 #CBA090 and #90CBA0 with #A090CB are triadic colors.

2 #CB90A0 and #90A0CB with #A090CB are triadic colors.