#A0AFDB

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

Shades of Echo Blue #A0AFDB

Tints of Echo Blue #A0AFDB

Color information

#A0AFDB (or 0xA0AFDB) is unknown color: approx Echo Blue. HEX triplet: A0, AF and DB. RGB value is (160,175,219). Sum of RGB (Red+Green+Blue) = 160+175+219=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFDB is #5F5024. Grayscale: #AFAFAF. Windows color (decimal): -6246437 or 14397344. OLE color: 14397344.

HSL color Cylindrical-coordinate representation of color #A0AFDB: hue angle of 224.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0AFDB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160175219-
CMYK0.270.2000.14
HSL224.75º45.04%74.31%-
HSV(B)224.75º26.94%85.88%-
XYZ42.6143.2573.12-
YUV175.53152.53116.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=28.88%
G=31.59%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601752190.270.2000.14224.7545.0474.31
HexA0AFDB1B140Ee12d4a
Octal240257333332401634155112
Binary101000001010111111011011110111010001110111000011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFDB; }

 p { color: rgb(160,175,219); }

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

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

 a { background-color: rgb(160,175,219); }

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

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

 span { border-color: rgb(160,175,219); }

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