#A0A7CE

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

Shades of Echo Blue #A0A7CE

Tints of Echo Blue #A0A7CE

Color information

#A0A7CE (or 0xA0A7CE) is unknown color: approx Echo Blue. HEX triplet: A0, A7 and CE. RGB value is (160,167,206). Sum of RGB (Red+Green+Blue) = 160+167+206=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0A7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A7CE is #5F5831. Grayscale: #A9A9A9. Windows color (decimal): -6248498 or 13543328. OLE color: 13543328.

HSL color Cylindrical-coordinate representation of color #A0A7CE: hue angle of 230.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A7CE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160167206-
CMYK0.220.1900.19
HSL230.87º31.94%71.76%-
HSV(B)230.87º22.33%80.78%-
XYZ39.4639.5763.95-
YUV169.35148.68121.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=30.02%
G=31.33%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601672060.220.1900.19230.8731.9471.76
HexA0A7CE1613013e72048
Octal240247316262302334740110
Binary1010000010100111110011101011010011010011111001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A7CE; }

 p { color: rgb(160,167,206); }

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

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

 a { background-color: rgb(160,167,206); }

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

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

 span { border-color: rgb(160,167,206); }

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