COLOR #A0A4D7

HEX: #A0A4D7 RGB: (160,164,215)

Color info

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

RGB color model

#A0A4D7 color RGB value is (160,164,215).

RGB: (160,164,215) (63%, 64%, 84%)

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 215 of 255 = 84%

160
164
215

R + G + B ~ 70%. #A0A4D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 164 + 215 = 539 (100%)
R 160 of 539 ~ 29.68%
G 164 of 539 ~ 30.43%
B 215 of 539 ~ 39.89'%

%29.68
%30.43
%39.89

CMYK color model

#A0A4D7 color CMYK value is (26,24,0,16).

  • cyan value is 25.58%
  • magenta value is 23.72%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (26,24,0,16)
C26M24Y0K16 (26%, 24%, 0%, 16%)
(0.26 / 0.24 / 0.00 / 0.16)

CMYK percentages

%25.58
%23.72
%0
%15.69

Codes

Color #A0A4D7 in popluar color models

A0 A4 D7
RGB 160 164 215
HSL 236° 40.74% 73.53%
HSB/HSV 236° 25.58% 84.31%
CMYK 25.58% 23.72% 0.00%
15.69%

Color #A0A4D7 in popluar number systems.

HEX A0 A4 D7
Decimal 160 164 215
Binary 10100000 10100100 11010111
Octal 240 244 327

Shades and tints

Shades of #A0A4D7

#A0A4D7
(160,164,215)
#9296C4
(146,150,196)
#8488B1
(132,136,177)
#767A9E
(118,122,158)
#686C8B
(104,108,139)
#5A5E78
(90,94,120)
#4C5065
(76,80,101)
#3E4252
(62,66,82)
#30343F
(48,52,63)
#22262C
(34,38,44)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #A0A4D7

#A0A4D7
(160,164,215)
#A8ACDA
(168,172,218)
#B0B4DD
(176,180,221)
#B8BCE0
(184,188,224)
#C0C4E3
(192,196,227)
#C8CCE6
(200,204,230)
#D0D4E9
(208,212,233)
#D8DCEC
(216,220,236)
#E0E4EF
(224,228,239)
#E8ECF2
(232,236,242)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A4D7 color. Also use rgb(160,164,215) instead hex code.

Text Font Color

.myTextColor { color: #A0A4D7; }

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

This text font color is #A0A4D7.

Background Color

.myBgColor { background-color: #A0A4D7; }

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

This div background color is #A0A4D7.

Border color

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

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

This div border color is #A0A4D7.

Opacity

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

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

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

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

This text has shadow with #A0A4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A4D7.

Preview

Color preview on black background

This text has color #A0A4D7 on black background.


Color preview on white background

This text has color #A0A4D7 on white background.


Black color preview on #A0A4D7 background

This text has black color on #A0A4D7 background.


White color preview on #A0A4D7 background

This text has white color on #A0A4D7 background.


Related colors

Complementary color

Complementary color for #hex is #5F5B28.


I love getcolorcode.com

Triadic colors

1 #D7A0A4 and #A4D7A0 with #A0A4D7 are triadic colors.

2 #D7A4A0 and #A4A0D7 with #A0A4D7 are triadic colors.