#A6AFD5

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

Shades of Echo Blue #A6AFD5

Tints of Echo Blue #A6AFD5

Color information

#A6AFD5 (or 0xA6AFD5) is unknown color: approx Echo Blue. HEX triplet: A6, AF and D5. RGB value is (166,175,213). Sum of RGB (Red+Green+Blue) = 166+175+213=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6AFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFD5 is #59502A. Grayscale: #B0B0B0. Windows color (decimal): -5853227 or 14004134. OLE color: 14004134.

HSL color Cylindrical-coordinate representation of color #A6AFD5: hue angle of 228.51º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6AFD5 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166175213-
CMYK0.220.1800.16
HSL228.51º35.88%74.31%-
HSV(B)228.51º22.07%83.53%-
XYZ43.0743.5769.09-
YUV176.64148.52120.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.96%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=29.96%
G=31.59%
B=38.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661752130.220.1800.16228.5135.8874.31
HexA6AFD51612010e5244a
Octal246257325262202034544112
Binary1010011010101111110101011011010010010000111001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFD5; }

 p { color: rgb(166,175,213); }

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

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

 a { background-color: rgb(166,175,213); }

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

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

 span { border-color: rgb(166,175,213); }

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