COLOR #A0A0C8

HEX: #A0A0C8 RGB: (160,160,200)

Color info

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

RGB color model

#A0A0C8 color RGB value is (160,160,200).

RGB: (160,160,200) (63%, 63%, 78%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 200 of 255 = 78%

160
160
200

R + G + B ~ 68%. #A0A0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 160 + 200 = 520 (100%)
R 160 of 520 ~ 30.77%
G 160 of 520 ~ 30.77%
B 200 of 520 ~ 38.46'%

%30.77
%30.77
%38.46

CMYK color model

#A0A0C8 color CMYK value is (20,20,0,22).

  • cyan value is 20.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (20,20,0,22)
C20M20Y0K22 (20%, 20%, 0%, 22%)
(0.20 / 0.20 / 0.00 / 0.22)

CMYK percentages

%20
%20
%0
%21.57

Codes

Color #A0A0C8 in popluar color models

A0 A0 C8
RGB 160 160 200
HSL 240° 26.67% 70.59%
HSB/HSV 240° 20.00% 78.43%
CMYK 20.00% 20.00% 0.00%
21.57%

Color #A0A0C8 in popluar number systems.

HEX A0 A0 C8
Decimal 160 160 200
Binary 10100000 10100000 11001000
Octal 240 240 310

Shades and tints

Shades of #A0A0C8

#A0A0C8
(160,160,200)
#9292B6
(146,146,182)
#8484A4
(132,132,164)
#767692
(118,118,146)
#686880
(104,104,128)
#5A5A6E
(90,90,110)
#4C4C5C
(76,76,92)
#3E3E4A
(62,62,74)
#303038
(48,48,56)
#222226
(34,34,38)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A0A0C8

#A0A0C8
(160,160,200)
#A8A8CD
(168,168,205)
#B0B0D2
(176,176,210)
#B8B8D7
(184,184,215)
#C0C0DC
(192,192,220)
#C8C8E1
(200,200,225)
#D0D0E6
(208,208,230)
#D8D8EB
(216,216,235)
#E0E0F0
(224,224,240)
#E8E8F5
(232,232,245)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A0C8; }

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

This text font color is #A0A0C8.

Background Color

.myBgColor { background-color: #A0A0C8; }

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

This div background color is #A0A0C8.

Border color

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

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

This div border color is #A0A0C8.

Opacity

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

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

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

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

This text has shadow with #A0A0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A0C8.

Preview

Color preview on black background

This text has color #A0A0C8 on black background.


Color preview on white background

This text has color #A0A0C8 on white background.


Black color preview on #A0A0C8 background

This text has black color on #A0A0C8 background.


White color preview on #A0A0C8 background

This text has white color on #A0A0C8 background.


Related colors

Complementary color

Complementary color for #hex is #5F5F37.


I love getcolorcode.com