#A6AFD0

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

Shades of Echo Blue #A6AFD0

Tints of Echo Blue #A6AFD0

Color information

#A6AFD0 (or 0xA6AFD0) is unknown color: approx Echo Blue. HEX triplet: A6, AF and D0. RGB value is (166,175,208). Sum of RGB (Red+Green+Blue) = 166+175+208=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFD0 is #59502F. Grayscale: #AFAFAF. Windows color (decimal): -5853232 or 13676454. OLE color: 13676454.

HSL color Cylindrical-coordinate representation of color #A6AFD0: hue angle of 227.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6AFD0 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166175208-
CMYK0.200.1600.18
HSL227.14º30.88%73.33%-
HSV(B)227.14º20.19%81.57%-
XYZ42.4443.3265.8-
YUV176.07146.02120.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=30.24%
G=31.88%
B=37.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661752080.200.1600.18227.1430.8873.33
HexA6AFD01410012e31f49
Octal246257320242002234337111
Binary101001101010111111010000101001000001001011100011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFD0; }

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

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

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

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

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

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

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

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