#a2a8db

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

Shades of Echo Blue #A2A8DB

Tints of Echo Blue #A2A8DB

Color information

#A2A8DB (or 0xA2A8DB) is unknown color: approx Echo Blue. HEX triplet: A2, A8 and DB. RGB value is (162,168,219). Sum of RGB (Red+Green+Blue) = 162+168+219=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A8DB is #5D5724. Grayscale: #ABABAB. Windows color (decimal): -6117157 or 14395554. OLE color: 14395554.

HSL color Cylindrical-coordinate representation of color #A2A8DB: hue angle of 233.68º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2A8DB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162168219-
CMYK0.260.2300.14
HSL233.68º44.19%74.71%-
HSV(B)233.68º26.03%85.88%-
XYZ41.6940.872.7-
YUV172.02154.51120.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=29.51%
G=30.60%
B=39.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621682190.260.2300.14233.6844.1974.71
HexA2A8DB1A170Eea2c4b
Octal242250333322701635254113
Binary101000101010100011011011110101011101110111010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2a8db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2a8db; }

 p { color: rgb(162,168,219); }

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

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

 a { background-color: rgb(162,168,219); }

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

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

 span { border-color: rgb(162,168,219); }

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