#A0A8CC

Color #A0A8CC Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A0A8CC

Tints of Echo Blue #A0A8CC

Color information

#A0A8CC (or 0xA0A8CC) is unknown color: approx Echo Blue. HEX triplet: A0, A8 and CC. RGB value is (160,168,204). Sum of RGB (Red+Green+Blue) = 160+168+204=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A8CC is #5F5733. Grayscale: #A9A9A9. Windows color (decimal): -6248244 or 13412512. OLE color: 13412512.

HSL color Cylindrical-coordinate representation of color #A0A8CC: hue angle of 229.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A8CC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160168204-
CMYK0.220.1800.2
HSL229.09º30.14%71.37%-
HSV(B)229.09º21.57%80%-
XYZ39.439.8462.74-
YUV169.71147.35121.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=30.08%
G=31.58%
B=38.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601682040.220.1800.2229.0930.1471.37
HexA0A8CC1612014e51e47
Octal240250314262202434536107
Binary101000001010100011001100101101001001010011100101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A8CC; }

 p { color: rgb(160,168,204); }

 H1.HeaderClassName
 {
   color: #A0A8CC;
 }
 .AnyTagClassName
 {
   color: #A0A8CC;
 }
</style>
background-color css

<style>
 a { background-color: #A0A8CC; }

 a { background-color: rgb(160,168,204); }

 div.DivClassName
 {
   background-color: #A0A8CC;
 }
 .BgClassName
 {
   background-color: #A0A8CC;
 }
</style>
border-color css

<style>
 span { border-color: #A0A8CC; }

 span { border-color: rgb(160,168,204); }

 td.TdClassName
 {
   border-color: #A0A8CC;
 }
 .TagClassName
 {
   border-color: #A0A8CC;
 }
</style>