#A6ACDC

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

Shades of Echo Blue #A6ACDC

Tints of Echo Blue #A6ACDC

Color information

#A6ACDC (or 0xA6ACDC) is unknown color: approx Echo Blue. HEX triplet: A6, AC and DC. RGB value is (166,172,220). Sum of RGB (Red+Green+Blue) = 166+172+220=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDC is #595323. Grayscale: #AFAFAF. Windows color (decimal): -5853988 or 14462118. OLE color: 14462118.

HSL color Cylindrical-coordinate representation of color #A6ACDC: hue angle of 233.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6ACDC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166172220-
CMYK0.250.2200.14
HSL233.33º43.55%75.69%-
HSV(B)233.33º24.55%86.27%-
XYZ43.442.7873.68-
YUV175.68153.01121.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=29.75%
G=30.82%
B=39.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661722200.250.2200.14233.3343.5575.69
HexA6ACDC19160Ee92c4c
Octal246254334312601635154114
Binary101001101010110011011100110011011001110111010011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACDC; }

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

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

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

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

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

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

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

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