#A6ACDB

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

Shades of Echo Blue #A6ACDB

Tints of Echo Blue #A6ACDB

Color information

#A6ACDB (or 0xA6ACDB) is unknown color: approx Echo Blue. HEX triplet: A6, AC and DB. RGB value is (166,172,219). Sum of RGB (Red+Green+Blue) = 166+172+219=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDB is #595324. Grayscale: #AFAFAF. Windows color (decimal): -5853989 or 14396582. OLE color: 14396582.

HSL color Cylindrical-coordinate representation of color #A6ACDB: hue angle of 233.21º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6ACDB is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166172219-
CMYK0.240.2100.14
HSL233.21º42.4%75.49%-
HSV(B)233.21º24.2%85.88%-
XYZ43.2642.7372.98-
YUV175.56152.51121.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=29.80%
G=30.88%
B=39.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661722190.240.2100.14233.2142.475.49
HexA6ACDB18150Ee92a4b
Octal246254333302501635152113
Binary101001101010110011011011110001010101110111010011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACDB; }

 p { color: rgb(166,172,219); }

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

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

 a { background-color: rgb(166,172,219); }

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

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

 span { border-color: rgb(166,172,219); }

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