#A3B0DD

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

Shades of Echo Blue #A3B0DD

Tints of Echo Blue #A3B0DD

Color information

#A3B0DD (or 0xA3B0DD) is unknown color: approx Echo Blue. HEX triplet: A3, B0 and DD. RGB value is (163,176,221). Sum of RGB (Red+Green+Blue) = 163+176+221=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0DD is #5C4F22. Grayscale: #B1B1B1. Windows color (decimal): -6049571 or 14528675. OLE color: 14528675.

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

Color convert

RGB163176221-
CMYK0.260.2000.13
HSL226.55º46.03%75.29%-
HSV(B)226.55º26.24%86.67%-
XYZ43.6844.0674.61-
YUV177.24152.69117.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=29.11%
G=31.43%
B=39.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631762210.260.2000.13226.5546.0375.29
HexA3B0DD1A140De32e4b
Octal243260335322401534356113
Binary101000111011000011011101110101010001101111000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0DD; }

 p { color: rgb(163,176,221); }

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

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

 a { background-color: rgb(163,176,221); }

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

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

 span { border-color: rgb(163,176,221); }

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