#A0ACCE

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

Shades of Echo Blue #A0ACCE

Tints of Echo Blue #A0ACCE

Color information

#A0ACCE (or 0xA0ACCE) is unknown color: approx Echo Blue. HEX triplet: A0, AC and CE. RGB value is (160,172,206). Sum of RGB (Red+Green+Blue) = 160+172+206=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0ACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACCE is #5F5331. Grayscale: #ACACAC. Windows color (decimal): -6247218 or 13544608. OLE color: 13544608.

HSL color Cylindrical-coordinate representation of color #A0ACCE: hue angle of 224.35º 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 #A0ACCE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160172206-
CMYK0.220.1700.19
HSL224.35º31.94%71.76%-
HSV(B)224.35º22.33%80.78%-
XYZ40.3941.4364.26-
YUV172.29147.02119.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=29.74%
G=31.97%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601722060.220.1700.19224.3531.9471.76
HexA0ACCE1611013e02048
Octal240254316262102334040110
Binary1010000010101100110011101011010001010011111000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACCE; }

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

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

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

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

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

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

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

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