#A2AACC

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

Shades of Echo Blue #A2AACC

Tints of Echo Blue #A2AACC

Color information

#A2AACC (or 0xA2AACC) is unknown color: approx Echo Blue. HEX triplet: A2, AA and CC. RGB value is (162,170,204). Sum of RGB (Red+Green+Blue) = 162+170+204=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AACC is #5D5533. Grayscale: #ABABAB. Windows color (decimal): -6116660 or 13413026. OLE color: 13413026.

HSL color Cylindrical-coordinate representation of color #A2AACC: hue angle of 228.57º degrees, saturation: 0.29, 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 #A2AACC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162170204-
CMYK0.210.1700.2
HSL228.57º29.17%71.76%-
HSV(B)228.57º20.59%80%-
XYZ40.1740.7962.88-
YUV171.48146.35121.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=30.22%
G=31.72%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621702040.210.1700.2228.5729.1771.76
HexA2AACC1511014e51d48
Octal242252314252102434535110
Binary101000101010101011001100101011000101010011100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AACC; }

 p { color: rgb(162,170,204); }

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

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

 a { background-color: rgb(162,170,204); }

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

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

 span { border-color: rgb(162,170,204); }

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