#A2ACCB

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

Shades of Echo Blue #A2ACCB

Tints of Echo Blue #A2ACCB

Color information

#A2ACCB (or 0xA2ACCB) is unknown color: approx Echo Blue. HEX triplet: A2, AC and CB. RGB value is (162,172,203). Sum of RGB (Red+Green+Blue) = 162+172+203=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ACCB is #5D5334. Grayscale: #ACACAC. Windows color (decimal): -6116149 or 13348002. OLE color: 13348002.

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

Color convert

RGB162172203-
CMYK0.200.1500.20
HSL225.37º28.28%71.57%-
HSV(B)225.37º20.2%79.61%-
XYZ40.4341.562.38-
YUV172.54145.19120.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=30.17%
G=32.03%
B=37.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621722030.200.1500.20225.3728.2871.57
HexA2ACCB14F014e11c48
Octal242254313241702434134110
Binary10100010101011001100101110100111101010011100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ACCB; }

 p { color: rgb(162,172,203); }

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

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

 a { background-color: rgb(162,172,203); }

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

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

 span { border-color: rgb(162,172,203); }

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