#A2ABD5

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

Shades of Echo Blue #A2ABD5

Tints of Echo Blue #A2ABD5

Color information

#A2ABD5 (or 0xA2ABD5) is unknown color: approx Echo Blue. HEX triplet: A2, AB and D5. RGB value is (162,171,213). Sum of RGB (Red+Green+Blue) = 162+171+213=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABD5 is #5D542A. Grayscale: #ACACAC. Windows color (decimal): -6116395 or 14003106. OLE color: 14003106.

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

Color convert

RGB162171213-
CMYK0.240.2000.16
HSL229.41º37.78%73.53%-
HSV(B)229.41º23.94%83.53%-
XYZ41.4741.6168.8-
YUV173.1150.52120.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.67%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=29.67%
G=31.32%
B=39.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621712130.240.2000.16229.4137.7873.53
HexA2ABD51814010e5264a
Octal242253325302402034546112
Binary1010001010101011110101011100010100010000111001011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABD5; }

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

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

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

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

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

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

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

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