#A2ABDD

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

Shades of Echo Blue #A2ABDD

Tints of Echo Blue #A2ABDD

Color information

#A2ABDD (or 0xA2ABDD) is unknown color: approx Echo Blue. HEX triplet: A2, AB and DD. RGB value is (162,171,221). Sum of RGB (Red+Green+Blue) = 162+171+221=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABDD is #5D5422. Grayscale: #ADADAD. Windows color (decimal): -6116387 or 14527394. OLE color: 14527394.

HSL color Cylindrical-coordinate representation of color #A2ABDD: hue angle of 230.85º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2ABDD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162171221-
CMYK0.270.2300.13
HSL230.85º46.46%75.1%-
HSV(B)230.85º26.7%86.67%-
XYZ42.5142.0374.28-
YUV174.01154.52119.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=29.24%
G=30.87%
B=39.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621712210.270.2300.13230.8546.4675.1
HexA2ABDD1B170De72e4b
Octal242253335332701534756113
Binary101000101010101111011101110111011101101111001111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABDD; }

 p { color: rgb(162,171,221); }

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

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

 a { background-color: rgb(162,171,221); }

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

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

 span { border-color: rgb(162,171,221); }

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