#A0ABDF

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

Shades of Echo Blue #A0ABDF

Tints of Echo Blue #A0ABDF

Color information

#A0ABDF (or 0xA0ABDF) is unknown color: approx Echo Blue. HEX triplet: A0, AB and DF. RGB value is (160,171,223). Sum of RGB (Red+Green+Blue) = 160+171+223=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABDF is #5F5420. Grayscale: #ADADAD. Windows color (decimal): -6247457 or 14658464. OLE color: 14658464.

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

Color convert

RGB160171223-
CMYK0.280.2300.13
HSL229.52º49.61%75.1%-
HSV(B)229.52º28.25%87.45%-
XYZ42.3841.9375.67-
YUV173.64155.86118.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=28.88%
G=30.87%
B=40.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601712230.280.2300.13229.5249.6175.1
HexA0ABDF1C170De6324b
Octal240253337342701534662113
Binary101000001010101111011111111001011101101111001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ABDF; }

 p { color: rgb(160,171,223); }

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

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

 a { background-color: rgb(160,171,223); }

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

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

 span { border-color: rgb(160,171,223); }

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