COLOR #A090CE

HEX: #A090CE RGB: (160,144,206)

Color info

#A090CE contains mainly red and blue colors. Web safe color of #A090CE is #9999CC (or #99C).

RGB color model

#A090CE color RGB value is (160,144,206).

RGB: (160,144,206) (63%, 56%, 81%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 206 of 255 = 81%

160
144
206

R + G + B ~ 67%. #A090CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 144 + 206 = 510 (100%)
R 160 of 510 ~ 31.37%
G 144 of 510 ~ 28.24%
B 206 of 510 ~ 40.39'%

%31.37
%28.24
%40.39

CMYK color model

#A090CE color CMYK value is (22,30,0,19).

  • cyan value is 22.33%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (22,30,0,19) C22M30Y0K19 (22%,30%,0%,19%) (0.22/0.30/0.00/0.19) 

CMYK percentages

%22.33
%30.1
%0
%19.22

Codes

Color #A090CE in popluar color models

A0 90 CE
RGB 160 144 206
HSL 255° 38.75% 68.63%
HSB/HSV 255° 30.10% 80.78%
CMYK 22.33% 30.10% 0.00%
19.22%

Color #A090CE in popluar number systems.

HEX A0 90 CE
Decimal 160 144 206
Binary 10100000 10010000 11001110
Octal 240 220 316

Shades and tints

Shades of #A090CE

#A090CE
(160,144,206)
#9283BC
(146,131,188)
#8476AA
(132,118,170)
#766998
(118,105,152)
#685C86
(104,92,134)
#5A4F74
(90,79,116)
#4C4262
(76,66,98)
#3E3550
(62,53,80)
#30283E
(48,40,62)
#221B2C
(34,27,44)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #A090CE

#A090CE
(160,144,206)
#A89AD2
(168,154,210)
#B0A4D6
(176,164,214)
#B8AEDA
(184,174,218)
#C0B8DE
(192,184,222)
#C8C2E2
(200,194,226)
#D0CCE6
(208,204,230)
#D8D6EA
(216,214,234)
#E0E0EE
(224,224,238)
#E8EAF2
(232,234,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A090CE; }

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

This text font color is #A090CE.

Background Color

.myBgColor { background-color: #A090CE; }

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

This div background color is #A090CE.

Border color

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

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

This div border color is #A090CE.

Opacity

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

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

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

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

This text has shadow with #A090CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A090CE.

Preview

Color preview on black background

This text has color #A090CE on black background.


Color preview on white background

This text has color #A090CE on white background.


Black color preview on #A090CE background

This text has black color on #A090CE background.


White color preview on #A090CE background

This text has white color on #A090CE background.


Related colors

Complementary color

Complementary color for #hex is #5F6F31.


I love getcolorcode.com

Triadic colors

1 #CEA090 and #90CEA0 with #A090CE are triadic colors.

2 #CE90A0 and #90A0CE with #A090CE are triadic colors.