#A0A7DD

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

Shades of Echo Blue #A0A7DD

Tints of Echo Blue #A0A7DD

Color information

#A0A7DD (or 0xA0A7DD) is unknown color: approx Echo Blue. HEX triplet: A0, A7 and DD. RGB value is (160,167,221). Sum of RGB (Red+Green+Blue) = 160+167+221=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A7DD is #5F5822. Grayscale: #AAAAAA. Windows color (decimal): -6248483 or 14526368. OLE color: 14526368.

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

Color convert

RGB160167221-
CMYK0.280.2400.13
HSL233.11º47.29%74.71%-
HSV(B)233.11º27.6%86.67%-
XYZ41.3740.3374.01-
YUV171.06156.18120.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=29.20%
G=30.47%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601672210.280.2400.13233.1147.2974.71
HexA0A7DD1C180De92f4b
Octal240247335343001535157113
Binary101000001010011111011101111001100001101111010011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A7DD; }

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

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

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

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

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

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

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

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