#A6ACD2

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

Shades of Echo Blue #A6ACD2

Tints of Echo Blue #A6ACD2

Color information

#A6ACD2 (or 0xA6ACD2) is unknown color: approx Echo Blue. HEX triplet: A6, AC and D2. RGB value is (166,172,210). Sum of RGB (Red+Green+Blue) = 166+172+210=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #A6ACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACD2 is #59532D. Grayscale: #AEAEAE. Windows color (decimal): -5853998 or 13806758. OLE color: 13806758.

HSL color Cylindrical-coordinate representation of color #A6ACD2: hue angle of 231.82º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6ACD2 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166172210-
CMYK0.210.1800.18
HSL231.82º32.84%73.73%-
HSV(B)231.82º20.95%82.35%-
XYZ42.1142.2766.91-
YUV174.54148.01121.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=30.29%
G=31.39%
B=38.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661722100.210.1800.18231.8232.8473.73
HexA6ACD21512012e8214a
Octal246254322252202235041112
Binary1010011010101100110100101010110010010010111010001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACD2; }

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

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

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

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

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

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

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

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