#A6ACD7

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

Shades of Echo Blue #A6ACD7

Tints of Echo Blue #A6ACD7

Color information

#A6ACD7 (or 0xA6ACD7) is unknown color: approx Echo Blue. HEX triplet: A6, AC and D7. RGB value is (166,172,215). Sum of RGB (Red+Green+Blue) = 166+172+215=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #A6ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACD7 is #595328. Grayscale: #AEAEAE. Windows color (decimal): -5853993 or 14134438. OLE color: 14134438.

HSL color Cylindrical-coordinate representation of color #A6ACD7: hue angle of 232.65º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6ACD7 is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166172215-
CMYK0.230.200.16
HSL232.65º37.98%74.71%-
HSV(B)232.65º22.79%84.31%-
XYZ42.7442.5270.24-
YUV175.11150.51121.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=30.02%
G=31.10%
B=38.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661722150.230.200.16232.6537.9874.71
HexA6ACD71714010e9264b
Octal246254327272402035146113
Binary1010011010101100110101111011110100010000111010011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACD7; }

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

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

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

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

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

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

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

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