#A6AFCA

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

Shades of Echo Blue #A6AFCA

Tints of Echo Blue #A6AFCA

Color information

#A6AFCA (or 0xA6AFCA) is unknown color: approx Echo Blue. HEX triplet: A6, AF and CA. RGB value is (166,175,202). Sum of RGB (Red+Green+Blue) = 166+175+202=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFCA is #595035. Grayscale: #AFAFAF. Windows color (decimal): -5853238 or 13283238. OLE color: 13283238.

HSL color Cylindrical-coordinate representation of color #A6AFCA: hue angle of 225º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6AFCA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166175202-
CMYK0.180.1300.21
HSL225º25.35%72.16%-
HSV(B)225º17.82%79.22%-
XYZ41.7243.0361.98-
YUV175.39143.02121.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=30.57%
G=32.23%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661752020.180.1300.2122525.3572.16
HexA6AFCA12D015e11948
Octal246257312221502534131110
Binary10100110101011111100101010010110101010111100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFCA; }

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

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

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

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

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

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

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

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