COLOR #A090DD

HEX: #A090DD RGB: (160,144,221)

Color info

#A090DD contains mainly blue color. Web safe color of #A090DD is #9999CC (or #99C).

RGB color model

#A090DD color RGB value is (160,144,221).

RGB: (160,144,221) (63%, 56%, 87%)

RGB channels and saturation

R 160 of 255 = 63%
G 144 of 255 = 56%
B 221 of 255 = 87%

160
144
221

R + G + B ~ 69%. #A090DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 144 + 221 = 525 (100%)
R 160 of 525 ~ 30.48%
G 144 of 525 ~ 27.43%
B 221 of 525 ~ 42.1'%

%30.48
%27.43
%42.1

CMYK color model

#A090DD color CMYK value is (28,35,0,13).

  • cyan value is 27.60%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (28,35,0,13)
C28M35Y0K13 (28%, 35%, 0%, 13%)
(0.28 / 0.35 / 0.00 / 0.13)

CMYK percentages

%27.6
%34.84
%0
%13.33

Codes

Color #A090DD in popluar color models

A0 90 DD
RGB 160 144 221
HSL 252° 53.10% 71.57%
HSB/HSV 252° 34.84% 86.67%
CMYK 27.60% 34.84% 0.00%
13.33%

Color #A090DD in popluar number systems.

HEX A0 90 DD
Decimal 160 144 221
Binary 10100000 10010000 11011101
Octal 240 220 335

Shades and tints

Shades of #A090DD

#A090DD
(160,144,221)
#9283C9
(146,131,201)
#8476B5
(132,118,181)
#7669A1
(118,105,161)
#685C8D
(104,92,141)
#5A4F79
(90,79,121)
#4C4265
(76,66,101)
#3E3551
(62,53,81)
#30283D
(48,40,61)
#221B29
(34,27,41)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #A090DD

#A090DD
(160,144,221)
#A89AE0
(168,154,224)
#B0A4E3
(176,164,227)
#B8AEE6
(184,174,230)
#C0B8E9
(192,184,233)
#C8C2EC
(200,194,236)
#D0CCEF
(208,204,239)
#D8D6F2
(216,214,242)
#E0E0F5
(224,224,245)
#E8EAF8
(232,234,248)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A090DD; }

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

This text font color is #A090DD.

Background Color

.myBgColor { background-color: #A090DD; }

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

This div background color is #A090DD.

Border color

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

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

This div border color is #A090DD.

Opacity

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

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

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

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

This text has shadow with #A090DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A090DD.

Preview

Color preview on black background

This text has color #A090DD on black background.


Color preview on white background

This text has color #A090DD on white background.


Black color preview on #A090DD background

This text has black color on #A090DD background.


White color preview on #A090DD background

This text has white color on #A090DD background.


Related colors

Complementary color

Complementary color for #hex is #5F6F22.


I love getcolorcode.com

Triadic colors

1 #DDA090 and #90DDA0 with #A090DD are triadic colors.

2 #DD90A0 and #90A0DD with #A090DD are triadic colors.