#A6AAD4

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

Shades of Echo Blue #A6AAD4

Tints of Echo Blue #A6AAD4

Color information

#A6AAD4 (or 0xA6AAD4) is unknown color: approx Echo Blue. HEX triplet: A6, AA and D4. RGB value is (166,170,212). Sum of RGB (Red+Green+Blue) = 166+170+212=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #A6AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAD4 is #59552B. Grayscale: #ADADAD. Windows color (decimal): -5854508 or 13937318. OLE color: 13937318.

HSL color Cylindrical-coordinate representation of color #A6AAD4: hue angle of 234.78º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6AAD4 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166170212-
CMYK0.220.2000.17
HSL234.78º34.85%74.12%-
HSV(B)234.78º21.7%83.14%-
XYZ41.9841.6168.11-
YUV173.59149.67122.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=30.29%
G=31.02%
B=38.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661702120.220.2000.17234.7834.8574.12
HexA6AAD41614011eb234a
Octal246252324262402135343112
Binary1010011010101010110101001011010100010001111010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAD4; }

 p { color: rgb(166,170,212); }

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

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

 a { background-color: rgb(166,170,212); }

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

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

 span { border-color: rgb(166,170,212); }

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