#A0AFDD

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

Shades of Echo Blue #A0AFDD

Tints of Echo Blue #A0AFDD

Color information

#A0AFDD (or 0xA0AFDD) is unknown color: approx Echo Blue. HEX triplet: A0, AF and DD. RGB value is (160,175,221). Sum of RGB (Red+Green+Blue) = 160+175+221=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFDD is #5F5022. Grayscale: #AFAFAF. Windows color (decimal): -6246435 or 14528416. OLE color: 14528416.

HSL color Cylindrical-coordinate representation of color #A0AFDD: hue angle of 225.25º degrees, saturation: 0.47, 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 #A0AFDD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160175221-
CMYK0.280.2100.13
HSL225.25º47.29%74.71%-
HSV(B)225.25º27.6%86.67%-
XYZ42.8843.3574.51-
YUV175.76153.53116.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.78%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=28.78%
G=31.47%
B=39.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601752210.280.2100.13225.2547.2974.71
HexA0AFDD1C150De12f4b
Octal240257335342501534157113
Binary101000001010111111011101111001010101101111000011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFDD; }

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

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

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

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

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

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

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

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