#A2A9CD

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

Shades of Echo Blue #A2A9CD

Tints of Echo Blue #A2A9CD

Color information

#A2A9CD (or 0xA2A9CD) is unknown color: approx Echo Blue. HEX triplet: A2, A9 and CD. RGB value is (162,169,205). Sum of RGB (Red+Green+Blue) = 162+169+205=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2A9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A9CD is #5D5632. Grayscale: #AAAAAA. Windows color (decimal): -6116915 or 13478306. OLE color: 13478306.

HSL color Cylindrical-coordinate representation of color #A2A9CD: hue angle of 230.23º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A9CD is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162169205-
CMYK0.210.1800.20
HSL230.23º30.07%71.96%-
HSV(B)230.23º20.98%80.39%-
XYZ40.1140.4763.45-
YUV171.01147.18121.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=30.22%
G=31.53%
B=38.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621692050.210.1800.20230.2330.0771.96
HexA2A9CD1512014e61e48
Octal242251315252202434636110
Binary101000101010100111001101101011001001010011100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A9CD; }

 p { color: rgb(162,169,205); }

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

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

 a { background-color: rgb(162,169,205); }

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

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

 span { border-color: rgb(162,169,205); }

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